Lines Matching refs:transform
290 Geom::Affine SPPath::set_transform(Geom::Affine const &transform) {
291 if (!_curve) { // 0 nodes, nothing to transform
298 // if path has the CLONE_ORIGINAL LPE applied, don't write the transform to the pathdata, but write it 'unoptimized'
300 return transform;
302 _curve_before_lpe->transform(transform);
305 _curve->transform(transform);
309 this->adjust_stroke(transform.descrim());
312 this->adjust_pattern(transform);
315 this->adjust_gradient(transform);
318 this->adjust_livepatheffect(transform);
322 // nothing remains - we've written all of the transform, so return identity