Searched refs:stopCount (Results 1 – 1 of 1) sorted by relevance
96 int stopCount = 0; in _applyLinearGradientProperty() local123 stopCount = g->stops.count; in _applyLinearGradientProperty()124 if (stopCount > 0) { in _applyLinearGradientProperty()125 stops = (Fill::ColorStop*)calloc(stopCount, sizeof(Fill::ColorStop)); in _applyLinearGradientProperty()141 fillGrad->colorStops(stops, stopCount); in _applyLinearGradientProperty()151 int stopCount = 0; in _applyRadialGradientProperty() local182 stopCount = g->stops.count; in _applyRadialGradientProperty()183 if (stopCount > 0) { in _applyRadialGradientProperty()184 stops = (Fill::ColorStop*)calloc(stopCount, sizeof(Fill::ColorStop)); in _applyRadialGradientProperty()200 fillGrad->colorStops(stops, stopCount); in _applyRadialGradientProperty()