Searched refs:nstops (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h117 int nstops; member in struct:NSVGgradient
411 int nstops; member in struct:NSVGgradientData
827 int nstops = 0; local
837 nstops = ref->nstops;
844 grad = (NSVGgradient*)malloc(sizeof(NSVGgradient) + sizeof(NSVGgradientStop)*(nstops-1));
892 memcpy(grad->stops, stops, nstops*sizeof(NSVGgradientStop));
893 grad->nstops = nstops;
2640 grad->nstops
[all...]
H A DDocumentBuilder.cpp304 for (int i = 0; i < paint->gradient->nstops; i++) {

Completed in 31 milliseconds