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

/inkscape/src/display/
H A Dnr-filter-units.cpp70 Geom::Affine u2pb = ctm; local
73 u2pb[0] = resolution_x / filter_area->width();
74 u2pb[1] = 0;
75 u2pb[2] = 0;
76 u2pb[3] = resolution_y / filter_area->height();
77 u2pb[4] = ctm[4];
78 u2pb[5] = ctm[5];
81 return u2pb;
86 Geom::Affine u2pb = get_matrix_user2pb(); local
88 origo *= u2pb;
163 Geom::Affine u2pb = get_matrix_user2pb(); local
[all...]

Completed in 14 milliseconds