Lines Matching refs:transform

202 Geom::OptRect SPUse::bbox(Geom::Affine const &transform, SPItem::BBoxType bboxtype) const {
206 Geom::Affine const ct(child->transform * Geom::Translate(this->x.computed, this->y.computed) * transform );
351 * Returns the effective transform that goes from the ultimate original to given SPUse, both ends
369 // calculate the accummulated transform, starting from the original
376 // right-side) of the transform attribute on the generated 'g', where x and y
385 t *= i_tem->transform;
393 * Returns the transform that leads to the use from its immediate original.
394 * Does not inlcude the original's transform if any.
403 t *= this->transform;
410 * clone's transform.
443 item->transform *= m;
445 item->doWriteTransform(clip->getRepr(),item->transform, &identity);
455 item->transform *= m;
457 item->doWriteTransform(mask->getRepr(),item->transform, &identity);
465 // restore item->transform field from the repr, in case it was changed by seltrans
466 this->readAttr ("transform");
487 item->transform *= clone_move.inverse();
489 item->doWriteTransform(clip->getRepr(),item->transform, &identity);
499 item->transform *= clone_move.inverse();
501 item->doWriteTransform(mask->getRepr(),item->transform, &identity);
509 this->transform *= clone_move;
510 this->doWriteTransform(this->getRepr(), this->transform, &advertized_move);
624 cctx.i2doc = chi->transform * ictx->i2doc;
625 cctx.i2vp = chi->transform * ictx->i2vp;
642 /* As last step set additional transform of arena group */
695 // Calculate the accumulated transform, starting from the original.
748 // Set the accummulated transform.