Lines Matching defs:tf
1033 Geom::Affine tf = item->transform;
1038 tf *= scan_item->transform;
1040 tf *= Geom::Scale(_doc_unit_scale);; // Transform must be in PIXELS, no matter what the document unit is.
1062 (void) draw_pathv_to_EMF(combined_pathvector, tf);
1122 Geom::Affine tf = m_tr_stack.top();
1129 fill_transform = tf;
1259 This rectangle has already been transformed by tf (whatever rotation/scale) Inkscape had applied to it.
1427 Geom::Affine tf = m_tr_stack.top();
1433 if (create_pen(style, tf)) {
1474 print_pathv(out_pathv, tf);
1476 print_pathv(pathv, tf);
1717 Geom::Affine tf = m_tr_stack.top();
1731 Geom::Point pLL2 = pLL * tf; //location of LL corner in Inkscape coordinates
1754 tf[4] = tf[5] = 0.0; // get rid of the offset in the transform
1755 Geom::Point pLL2prime = pLL2 * tf;
1757 tmpTransform.eM11 = tf[0];
1758 tmpTransform.eM12 = tf[1];
1759 tmpTransform.eM21 = tf[2];
1760 tmpTransform.eM22 = tf[3];
1920 Geom::Affine tf = transform;
1923 simple_shape = print_simple_shape(pathv, tf);
1934 (void) draw_pathv_to_EMF(pathv, tf);
1978 Geom::Affine tf = m_tr_stack.top();
1979 double rot = -1800.0 * std::atan2(tf[1], tf[0]) / M_PI; // 0.1 degree rotation, - sign for MM_TEXT
1980 double rotb = -std::atan2(tf[1], tf[0]); // rotation for baseline offset for superscript/subscript, used below
1987 smuggle_adxkyrtl_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx
2049 int textheight = round(-style->font_size.computed * PX2WORLD * std::min(tf.expansionX(), tf.expansionY()));
2104 Geom::Point p2 = p * tf;