Lines Matching refs:NSVGshape
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()
2787 NSVGshape* shape; in nsvg__scaleToViewbox()
2961 NSVGshape *snext, *shape; in nsvgDelete()