Searched refs:pathv_in (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Dlatex-pstricks.h36 void print_pathvector(SVGOStringStream &os, Geom::PathVector const &pathv_in, const Geom::Affine & /*transform*/);
H A Dlatex-pstricks.cpp265 PrintLatex::print_pathvector(SVGOStringStream &os, Geom::PathVector const &pathv_in, const Geom::Affine & /*transform*/) argument
267 if (pathv_in.empty())
272 Geom::PathVector pathv = pathv_in * tf_stack; // generates new path, which is a bit slow, but this doesn't have to be performance optimized
/inkscape/src/
H A Dsplivarot.cpp878 void item_outline_add_marker_child( SPItem const *item, Geom::Affine marker_transform, Geom::PathVector* pathv_in )
888 item_outline_add_marker_child(SP_ITEM(o), tr, pathv_in); local
896 pathv_in->push_back((*marker_pathv)[j] * tr);
905 Geom::Scale stroke_scale, Geom::PathVector* pathv_in )
918 item_outline_add_marker_child(marker_item, tr, pathv_in);

Completed in 2523 milliseconds