Lines Matching defs:stops
879 pGradient->gradient.stops = malloc(stopCount*sizeof(PictGradientStop));
880 if (!pGradient->gradient.stops) {
888 pGradient->gradient.stops[i].x = stopPoints[i];
889 pGradient->gradient.stops[i].color = stopColors[i];
935 int nStops, xFixed *stops, xRenderColor *colors, int *error)
962 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
975 int nStops, xFixed *stops, xRenderColor *colors, int *error)
1014 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
1024 int nStops, xFixed *stops, xRenderColor *colors, int *error)
1051 initGradient(pPicture->pSourcePict, nStops, stops, colors, error);
1527 free(pPicture->pSourcePict->linear.stops);