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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h234 static NSVG_INLINE float nsvg__maxf(float a, float b) { return a > b ? a : b; } function
580 bounds[2] = nsvg__maxf(v0[0], v3[0]);
581 bounds[3] = nsvg__maxf(v0[1], v3[1]);
614 bounds[2+i] = nsvg__maxf(bounds[2+i], (float)v);
928 bounds[2] = nsvg__maxf(bounds[2], curveBounds[2]);
929 bounds[3] = nsvg__maxf(bounds[3], curveBounds[3]);
976 shape->bounds[2] = nsvg__maxf(shape->bounds[2], path->bounds[2]);
977 shape->bounds[3] = nsvg__maxf(shape->bounds[3], path->bounds[3]);
1068 path->bounds[2] = nsvg__maxf(path->bounds[2], bounds[2]);
1069 path->bounds[3] = nsvg__maxf(pat
[all...]

Completed in 89 milliseconds