Searched refs:bbox2user (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ |
H A D | sp-radial-gradient.cpp | 167 Geom::Affine bbox2user(bbox->width(), 0, 0, bbox->height(), bbox->left(), bbox->top()); 168 gs2user *= bbox2user;
|
H A D | sp-mesh.cpp | 230 Geom::Affine bbox2user(bbox->width(), 0, 0, bbox->height(), bbox->left(), bbox->top()); 231 gs2user *= bbox2user;
|
H A D | gradient-chemistry.cpp | 451 Geom::Affine bbox2user; local 454 bbox2user = Geom::Affine(bbox->dimensions()[Geom::X], 0, 459 bbox2user = Geom::identity(); 476 Geom::Affine skew = bbox2user; 495 Geom::Affine point_convert = bbox2user * skew.inverse();
|
H A D | sp-gradient.cpp | 1129 Geom::Affine bbox2user(bbox->width(), 0, 0, bbox->height(), bbox->left(), bbox->top()); 1130 gs2user *= bbox2user;
|
/inkscape/src/extension/internal/ |
H A D | cairo-render-context.cpp | 1225 Geom::Affine bbox2user(pbox->width(), 0, 0, pbox->height(), pbox->left(), pbox->top()); 1226 p1 *= bbox2user; 1227 p2 *= bbox2user; 1310 cairo_matrix_t bbox2user; local 1311 cairo_matrix_init (&bbox2user, pbox->width(), 0, 0, pbox->height(), pbox->left(), pbox->top()); 1312 cairo_matrix_multiply (&pattern_matrix, &bbox2user, &pattern_matrix);
|
Completed in 30 milliseconds