Searched refs:NSVGshape (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/icon-o-matic/import_export/svg/ |
H A D | DocumentBuilder.h | 45 status_t _AddShape(NSVGshape* svgShape,
|
H A D | DocumentBuilder.cpp | 102 for (NSVGshape* shape = fSource->shapes; shape != NULL; shape = shape->next) { in GetIcon() 137 AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape) in AddPathsFromVertexSource() 194 DocumentBuilder::_AddShape(NSVGshape* svgShape, bool outline, in _AddShape()
|
H A D | nanosvg.h | 138 typedef struct NSVGshape struct 155 struct NSVGshape* next; // Pointer to next shape, or NULL if last element. argument 156 } NSVGshape; typedef 162 NSVGshape* shapes; // Linked list of shapes in the image. 454 NSVGshape* shapesTail; 907 static void nsvg__getLocalBounds(float* bounds, NSVGshape *shape, float* xform) in nsvg__getLocalBounds() 941 NSVGshape* shape; in nsvg__addShape() 948 shape = (NSVGshape*)malloc(sizeof(NSVGshape)); in nsvg__addShape() 950 memset(shape, 0, sizeof(NSVGshape)); in nsvg__addShape() 2747 NSVGshape* shape; in nsvg__imageBounds() [all …]
|