Searched refs:NSVGgradientStop (Results 1 – 1 of 1) sorted by relevance
108 typedef struct NSVGgradientStop { struct111 } NSVGgradientStop; argument118 NSVGgradientStop stops[1];412 NSVGgradientStop* stops;824 NSVGgradientStop* stops = NULL; in nsvg__createGradient()844 grad = (NSVGgradient*)malloc(sizeof(NSVGgradient) + sizeof(NSVGgradientStop)*(nstops-1)); in nsvg__createGradient()892 memcpy(grad->stops, stops, nstops*sizeof(NSVGgradientStop)); in nsvg__createGradient()2625 NSVGgradientStop* stop; in nsvg__parseGradientStop()2641 grad->stops = (NSVGgradientStop*)realloc(grad->stops, sizeof(NSVGgradientStop)*grad->nstops); in nsvg__parseGradientStop()