Searched defs:tf (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/extension/internal/
H A Djavafx-out.cpp495 Geom::Affine tf = item->i2dt_affine() * yflip; local
496 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
635 Geom::Affine tf = item->i2dt_affine() * yflip; local
636 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( curve->get_pathvector() * tf );
H A Dpov-out.cpp317 Geom::Affine tf = item->i2dt_affine(); local
318 Geom::PathVector pathv = pathv_to_linear_and_cubic_beziers( shape->_curve->get_pathvector() * tf );
H A Dwmf-print.cpp652 Geom::Affine tf = m_tr_stack.top();
657 fill_transform = tf;
845 Geom::Affine tf = m_tr_stack.top(); local
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(); local
1122 Geom::Point pLL2 = pLL * tf; //location of LL corner in Inkscape coordinates
1129 Geom::Point pWH2 = pWH * tf.withoutTranslation();
1336 Geom::Affine tf local
[all...]
H A Dodf.cpp919 static Glib::ustring formatTransform(Geom::Affine &tf) argument
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
983 analyzeTransform(Geom::Affine &tf, double &rotate, double & , double & , double &xscale, double &yscale) argument
1270 writePath(Writer &outs, Geom::PathVector const &pathv, Geom::Affine const &tf, double xoff, double yoff) argument
1632 Geom::Affine tf = getODFTransform(item);//Get SVG-to-ODF transform local
[all...]
H A Dwmf-inout.cpp2266 Geom::Affine tf = Geom::Translate(ox,oy); local
2267 tmp_vect *= tf;
H A Demf-inout.cpp2244 Geom::Affine tf = Geom::Translate(ox,oy); local
2245 tmp_vect *= tf;
H A Demf-print.cpp1033 Geom::Affine tf = item->transform; local
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(); local
1433 if (create_pen(style, tf)) {
1474 print_pathv(out_pathv, tf);
1717 Geom::Affine tf = m_tr_stack.top(); local
1920 Geom::Affine tf = transform; local
1978 Geom::Affine tf = m_tr_stack.top(); local
[all...]
/inkscape/src/util/
H A Dunits.cpp440 TypeMap::const_iterator tf = type_map.find(type); local
441 if (tf != type_map.end()) {
442 unit.type = tf->second;

Completed in 47 milliseconds