Searched defs:PathVector (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dpathvector.h2 * @brief PathVector - a sequence of subpaths
93 struct ShapeTraits<PathVector> {
96 typedef PathVector AffineClosureType;
112 class PathVector class in namespace:Geom
113 : MultipliableNoncommutative< PathVector, Affine
114 , MultipliableNoncommutative< PathVector, Translate
115 , MultipliableNoncommutative< PathVector, Scale
116 , MultipliableNoncommutative< PathVector, Rotate
117 , MultipliableNoncommutative< PathVector, HShear
118 , MultipliableNoncommutative< PathVector, VShea
135 PathVector() {} function in class:Geom::PathVector
136 PathVector(Path const &p) function in class:Geom::PathVector
140 PathVector(InputIter first, InputIter last) function in class:Geom::PathVector
[all...]
/inkscape/src/libnrtype/
H A DFontInstance.cpp503 Geom::PathVector pv = path_builder.peek();
505 for (Geom::PathVector::iterator i = pv.begin(); i != pv.end(); ++i) {
509 n_g.pathvector = new Geom::PathVector(pv);
632 Geom::PathVector* font_instance::PathVector(int glyph_id) function in class:font_instance

Completed in 1346 milliseconds