Lines Matching defs:perspective
74 RotRectBench(bool aa, ColorType ct, SkBlendMode mode, bool perspective = false)
76 , fPerspective(perspective)
113 // Apply some fixed perspective to change how ops may draw the rects
114 SkMatrix perspective;
115 perspective.setIdentity();
116 perspective.setPerspX(1e-4f);
117 perspective.setPerspY(1e-3f);
118 perspective.setSkewX(0.1f);
119 canvas->concat(perspective);
205 // Only do a limited run of perspective tests