Searched refs:adjust_pattern (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ |
H A D | knot-holder-entity.cpp | 176 item->adjust_pattern(Geom::Translate(q), false, _fill ? TRANSFORM_FILL : TRANSFORM_STROKE); 226 item->adjust_pattern(rot, true, _fill ? TRANSFORM_FILL : TRANSFORM_STROKE); 260 item->adjust_pattern(rot, true, _fill ? TRANSFORM_FILL : TRANSFORM_STROKE);
|
H A D | sp-item.h | 59 // stroke of any SPItem without adding an extra parameter to adjust_pattern. 306 void adjust_pattern(/* Geom::Affine const &premul, */ Geom::Affine const &postmul, bool set = false, PatternTransform = TRANSFORM_BOTH);
|
H A D | sp-path.cpp | 312 this->adjust_pattern(transform);
|
H A D | sp-spiral.cpp | 470 this->adjust_pattern(xform * ret.inverse());
|
H A D | sp-ellipse.cpp | 519 this->adjust_pattern(xform * ret.inverse());
|
H A D | sp-rect.cpp | 323 this->adjust_pattern(xform * ret.inverse());
|
H A D | sp-star.cpp | 552 this->adjust_pattern(xform * ret.inverse());
|
H A D | sp-item.cpp | 1219 void SPItem::adjust_pattern(Geom::Affine const &postmul, bool set, PatternTransform pt) function in class:SPItem 1392 adjust_pattern(paint_delta);
|
H A D | sp-flowtext.cpp | 715 this->adjust_pattern(xform * ret.inverse());
|
H A D | sp-text.cpp | 449 this->adjust_pattern(xform * ret.inverse());
|
H A D | box3d.cpp | 285 childitem->adjust_pattern(xform);
|
H A D | splivarot.cpp | 704 item_source->adjust_pattern(i2doc);
|
Completed in 589 milliseconds