Lines Matching defs:tf
652 Geom::Affine tf = m_tr_stack.top();
657 fill_transform = tf;
845 Geom::Affine tf = m_tr_stack.top();
850 if (create_pen(style, tf)) {
891 print_pathv(out_pathv, tf);
893 print_pathv(pathv, tf);
1110 Geom::Affine tf = m_tr_stack.top();
1122 Geom::Point pLL2 = pLL * tf; //location of LL corner in Inkscape coordinates
1129 Geom::Point pWH2 = pWH * tf.withoutTranslation();
1336 Geom::Affine tf = m_tr_stack.top();
1337 double rot = -1800.0 * std::atan2(tf[1], tf[0]) / M_PI; // 0.1 degree rotation, - sign for MM_TEXT
1338 double rotb = -std::atan2(tf[1], tf[0]); // rotation for baseline offset for superscript/subscript, used below
1345 smuggle_adxky_out(text, &adx, &ky, &rtl, &ndx, PX2WORLD * std::min(tf.expansionX(), tf.expansionY())); // side effect: free() adx
1415 int textheight = round(-style->font_size.computed * PX2WORLD * std::min(tf.expansionX(), tf.expansionY()));
1480 Geom::Point p2 = p * tf;