Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h556 static int nsvg__ptInBounds(float* pt, float* bounds) in nsvg__ptInBounds() function
585 if (nsvg__ptInBounds(v1, bounds) && nsvg__ptInBounds(v2, bounds)) in nsvg__curveBounds()