Home | History | Annotate | Download | only in skia

Lines Matching defs:r2

588         SkRect r1, r2;
590 r2.set(p2.x(), p2.y(), p2.x() + width, p2.y() + width);
594 r2.offset(-width / 2, -width);
597 r2.offset(-width, -width / 2);
602 platformContext()->canvas()->drawRect(r2, fillPaint);