Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp210 NSVGpaint* paint = NULL; in _AddShape()
H A Dnanosvg.h121 typedef struct NSVGpaint { struct
127 } NSVGpaint; argument
141 NSVGpaint fill; // Fill paint
142 NSVGpaint stroke; // Stroke paint
668 static void nsvg__deletePaint(NSVGpaint* paint) in nsvg__deletePaint()