Lines Matching defs:ps2user
1005 Geom::Affine ps2user, pcs2dev;
1006 ps2user = Geom::identity();
1021 ps2user[4] = x * bbox_width_scaler + pbox->left();
1022 ps2user[5] = y * bbox_height_scaler + pbox->top();
1026 ps2user[4] = x;
1027 ps2user[5] = y;
1032 ps2user *= pattern_transform;
1033 Geom::Point ori (ps2user[4], ps2user[5]);
1073 ps2user *= Geom::Scale(1.0/SUBPIX_SCALE,1.0/SUBPIX_SCALE);
1077 ps2user[4] = ori[Geom::X];
1078 ps2user[5] = ori[Geom::Y];
1110 _initCairoMatrix(&pattern_matrix, ps2user);