Searched refs:svgShape (Results 1 – 2 of 2) sorted by relevance
137 AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape) in AddPathsFromVertexSource() argument141 for (NSVGpath* svgPath = svgShape->paths; svgPath != NULL; in AddPathsFromVertexSource()194 DocumentBuilder::_AddShape(NSVGshape* svgShape, bool outline, in _AddShape() argument203 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 …]
45 status_t _AddShape(NSVGshape* svgShape,