Searched refs:nsvg__scaleGradient (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 2775 static void nsvg__scaleGradient(NSVGgradient* grad, float tx, float ty, float sx, float sy) in nsvg__scaleGradient() function 2859 nsvg__scaleGradient(shape->fill.gradient, tx,ty, sx,sy); in nsvg__scaleToViewbox() 2864 nsvg__scaleGradient(shape->stroke.gradient, tx,ty, sx,sy); in nsvg__scaleToViewbox()
|