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

/inkscape/src/
H A Dgradient-chemistry.cpp495 Geom::Affine point_convert = bbox2user * skew.inverse(); local
506 Geom::Point c_u = c_b * point_convert;
507 Geom::Point f_u = f_b * point_convert;
508 double r_u = r_b * point_convert.descrim();
522 Geom::Point p1_u = p1_b * point_convert;
523 Geom::Point p2_u = p2_b * point_convert;

Completed in 15 milliseconds