Searched refs:NSVGpath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h63 for (NSVGpath *path = shape->paths; path != NULL; path = path->next) {
129 typedef struct NSVGpath struct
135 struct NSVGpath* next; // Pointer to next path, or NULL if last element.
136 } NSVGpath; typedef in typeref:struct:NSVGpath
154 NSVGpath* paths; // Linked list of paths in the image.
173 NSVGpath* nsvgDuplicatePath(NSVGpath* p);
451 NSVGpath* plist;
657 static void nsvg__deletePaths(NSVGpath* path)
660 NSVGpath *nex
[all...]
H A DDocumentBuilder.cpp141 for (NSVGpath* svgPath = svgShape->paths; svgPath != NULL;

Completed in 47 milliseconds