Searched defs:tf_rect (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-print.cpp1105 Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other tranforms, use the one from m_tr_stack */
1117 x1 = tf_rect[4];
1118 y1 = tf_rect[5];
1119 dw = ((double) w) * tf_rect[0];
1120 dh = ((double) h) * tf_rect[3];
1099 image( Inkscape::Extension::Print * , unsigned char *rgba_px, unsigned int w, unsigned int h, unsigned int rs, Geom::Affine const &tf_rect, SPStyle const * ) argument
H A Demf-print.cpp1712 Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other tranforms, use the one from m_tr_stack */
1726 x1 = tf_rect[4];
1727 y1 = tf_rect[5];
1728 dw = ((double) w) * tf_rect[0];
1729 dh = ((double) h) * tf_rect[3];
1706 image( Inkscape::Extension::Print * , unsigned char *rgba_px, unsigned int w, unsigned int h, unsigned int rs, Geom::Affine const &tf_rect, SPStyle const *style) argument

Completed in 19 milliseconds