Lines Matching refs:SkRect
188 const SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in saveLayer()
206 Clip(const SkRect& rect, SkClipOp op, const SkMatrix& m) in Clip()
354 bool SkiaCanvas::getClipBounds(SkRect* outRect) const { in getClipBounds()
370 SkRect r = SkRect::Make(ibounds); in getClipBounds()
377 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in quickRejectRect()
386 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in clipRect()
497 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in drawRoundRect()
508 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); in drawOval()
515 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); in drawArc()
545 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
546 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
656 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()
678 SkRect bounds = SkRect::MakeLTRB(boundsLeft + x, boundsTop + y, in drawGlyphs()