Lines Matching defs:rotation
248 SkMatrix rotation;
249 rotation.setRotate(90.f);
250 test_axis_aligned(r, rotation);
251 rotation.setRotate(180.f);
252 test_axis_aligned(r, rotation);
253 rotation.setRotate(270.f);
254 test_axis_aligned(r, rotation);
258 SkMatrix rotation;
259 rotation.setRotate(34.f);
260 test_crop_fully_covered(r, rotation);