Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp137 AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape) in AddPathsFromVertexSource() argument
141 for (NSVGpath* svgPath = svgShape->paths; svgPath != NULL; in AddPathsFromVertexSource()
194 DocumentBuilder::_AddShape(NSVGshape* svgShape, bool outline, in _AddShape() argument
203 if (AddPathsFromVertexSource(icon, shape, svgShape) < B_OK) in _AddShape()
206 shape->SetName(svgShape->id); in _AddShape()
213 paint = &svgShape->stroke; in _AddShape()
216 stroke->width(svgShape->strokeWidth); in _AddShape()
217 switch(svgShape->strokeLineCap) { in _AddShape()
229 switch(svgShape->strokeLineJoin) { in _AddShape()
247 paint = &svgShape->fill; in _AddShape()
[all …]
H A DDocumentBuilder.h45 status_t _AddShape(NSVGshape* svgShape,