Home
last modified time | relevance | path

Searched refs:curveBounds (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h910 float curve[4*2], curveBounds[4]; in nsvg__getLocalBounds() local
918 nsvg__curveBounds(curveBounds, curve); in nsvg__getLocalBounds()
920 bounds[0] = curveBounds[0]; in nsvg__getLocalBounds()
921 bounds[1] = curveBounds[1]; in nsvg__getLocalBounds()
922 bounds[2] = curveBounds[2]; in nsvg__getLocalBounds()
923 bounds[3] = curveBounds[3]; in nsvg__getLocalBounds()
926 bounds[0] = nsvg__minf(bounds[0], curveBounds[0]); in nsvg__getLocalBounds()
927 bounds[1] = nsvg__minf(bounds[1], curveBounds[1]); in nsvg__getLocalBounds()
928 bounds[2] = nsvg__maxf(bounds[2], curveBounds[2]); in nsvg__getLocalBounds()
929 bounds[3] = nsvg__maxf(bounds[3], curveBounds[3]); in nsvg__getLocalBounds()