Lines Matching defs:tf
919 static Glib::ustring formatTransform(Geom::Affine &tf)
922 if (!tf.isIdentity())
927 tf[0], tf[1], tf[2], tf[3], tf[4], tf[5]);
941 Geom::Affine tf (item->i2dt_affine());
946 tf = tf * doc2dt_tf;
947 tf = tf * Geom::Affine(Geom::Scale(pxToCm));
948 return tf;
983 static void analyzeTransform(Geom::Affine &tf,
988 mat(0, 0) = tf[0];
989 mat(0, 1) = tf[1];
990 mat(1, 0) = tf[2];
991 mat(1, 1) = tf[3];
1271 Geom::Affine const &tf, double xoff, double yoff)
1279 Geom::PathVector pv = pathv_to_linear_and_cubic_beziers(pathv * tf * Geom::Translate(xoff, yoff) * Geom::Scale(1000.));
1450 const Glib::ustring &id, Geom::Affine &/*tf*/,
1632 Geom::Affine tf = getODFTransform(item);//Get SVG-to-ODF transform
1648 analyzeTransform(tf, rotate, xskew, yskew, xscale, yscale);
1703 processGradient(item, id, tf, gradientNameFill, outputFill, 1);
1704 processGradient(item, id, tf, gradientNameStroke, outputStroke, 0);
1728 ibbox = ibbox * tf;
1810 tf, bbox_x, bbox_y);