Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp141 for (NSVGpath* svgPath = svgShape->paths; svgPath != NULL; in AddPathsFromVertexSource() local
142 svgPath = svgPath->next) { in AddPathsFromVertexSource()
152 path->SetClosed(svgPath->closed); in AddPathsFromVertexSource()
154 int pointCount = svgPath->npts; in AddPathsFromVertexSource()
155 float* points = svgPath->pts; in AddPathsFromVertexSource()