Lines Matching refs:oval
168 // position the oval, and make it at off-integer coords.
189 // non-scaled tall and skinny oval
191 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60);
193 // position the oval, and make it at off-integer coords.
200 canvas->drawRect(oval, rectPaint);
201 canvas->drawOval(oval, fPaints[i]);
205 // non-scaled wide and short oval
207 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30);
209 // position the oval, and make it at off-integer coords.
217 canvas->drawRect(oval, rectPaint);
218 canvas->drawOval(oval, fPaints[i]);
222 // super skinny oval
224 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60);
226 // position the oval, and make it at off-integer coords.
233 canvas->drawOval(oval, fPaints[i]);
237 // super short oval
239 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0);
241 // position the oval, and make it at off-integer coords.
249 canvas->drawOval(oval, fPaints[i]);
279 // reflected oval
281 SkRect oval = SkRect::MakeLTRB(-30, -30, 30, 30);
283 // position the oval, and make it at off-integer coords.
294 canvas->drawRect(oval, rectPaint);
295 canvas->drawOval(oval, fPaints[i]);