Searched refs:adjust_pattern (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/
H A Dknot-holder-entity.cpp176 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 Dsp-item.h59 // 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 Dsp-path.cpp312 this->adjust_pattern(transform);
H A Dsp-spiral.cpp470 this->adjust_pattern(xform * ret.inverse());
H A Dsp-ellipse.cpp519 this->adjust_pattern(xform * ret.inverse());
H A Dsp-rect.cpp323 this->adjust_pattern(xform * ret.inverse());
H A Dsp-star.cpp552 this->adjust_pattern(xform * ret.inverse());
H A Dsp-item.cpp1219 void SPItem::adjust_pattern(Geom::Affine const &postmul, bool set, PatternTransform pt) function in class:SPItem
1392 adjust_pattern(paint_delta);
H A Dsp-flowtext.cpp715 this->adjust_pattern(xform * ret.inverse());
H A Dsp-text.cpp449 this->adjust_pattern(xform * ret.inverse());
H A Dbox3d.cpp285 childitem->adjust_pattern(xform);
H A Dsplivarot.cpp704 item_source->adjust_pattern(i2doc);

Completed in 589 milliseconds