Searched refs:NSVGcoordinate (Results 1 – 1 of 1) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | nanosvg.h | 386 typedef struct NSVGcoordinate { struct 389 } NSVGcoordinate; argument 392 NSVGcoordinate x1, y1, x2, y2; 396 NSVGcoordinate cx, cy, r, fx, fy; 789 static float nsvg__convertToPixels(NSVGparser* p, NSVGcoordinate c, float orig, float length) in nsvg__convertToPixels() 1461 static NSVGcoordinate nsvg__parseCoordinateRaw(const char* str) in nsvg__parseCoordinateRaw() 1463 NSVGcoordinate coord = {0, NSVG_UNITS_USER}; in nsvg__parseCoordinateRaw() 1470 static NSVGcoordinate nsvg__coord(float v, int units) in nsvg__coord() 1472 NSVGcoordinate coord = {v, units}; in nsvg__coord() 1478 NSVGcoordinate coord = nsvg__parseCoordinateRaw(str); in nsvg__parseCoordinate()
|