Searched refs:get_matrix_user2pb (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-units.cpp65 Geom::Affine FilterUnits::get_matrix_user2pb() const { function in class:Inkscape::Filters::FilterUnits
86 Geom::Affine u2pb = get_matrix_user2pb();
105 return get_matrix_user2pb();
122 d2pb *= get_matrix_user2pb();
127 Geom::Affine pb2d = get_matrix_user2pb().inverse();
163 Geom::Affine u2pb = get_matrix_user2pb();
H A Dnr-filter-units.h96 Geom::Affine get_matrix_user2pb() const;
H A Dnr-filter-flood.cpp78 Geom::Rect fp_cairo = fp * slot.get_units().get_matrix_user2pb();
H A Dnr-filter-offset.cpp56 Geom::Affine trans = slot.get_units().get_matrix_user2pb();
H A Dnr-filter-tile.cpp63 Geom::Affine trans = slot.get_units().get_matrix_user2pb();
H A Dnr-filter-image.cpp103 Geom::Affine user2pb = slot.get_units().get_matrix_user2pb();
186 ink_cairo_transform(ct, slot.get_units().get_matrix_user2pb());
H A Dnr-filter-gaussian.cpp582 Geom::Affine trans = slot.get_units().get_matrix_user2pb();

Completed in 127 milliseconds