Searched refs:gs2user (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-radial-gradient.cpp164 Geom::Affine gs2user = this->gradientTransform; local
168 gs2user *= bbox2user;
172 // radius and the focus-center delta, because gs2user might contain non-uniform scaling
177 d_user *= gs2user.withoutTranslation();
178 r_user *= gs2user.withoutTranslation();
179 fr_user *= gs2user.withoutTranslation();
H A Dsp-mesh.cpp228 Geom::Affine gs2user = this->gradientTransform; local
231 gs2user *= bbox2user;
233 ink_cairo_pattern_set_matrix(cp, gs2user.inverse());
H A Dsp-gradient.cpp1127 Geom::Affine gs2user = gr->gradientTransform; local
1130 gs2user *= bbox2user;
1132 ink_cairo_pattern_set_matrix(cp, gs2user.inverse());

Completed in 19 milliseconds