Lines Matching refs:SkRect
67 Clip(const SkRect& rect, SkClipOp op, const SkMatrix& m) in Clip()
225 const SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in saveLayer()
241 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in saveUnclippedLayer()
378 bool SkiaCanvas::getClipBounds(SkRect* outRect) const { in getClipBounds()
394 SkRect r = SkRect::Make(ibounds); in getClipBounds()
401 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in quickRejectRect()
410 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in clipRect()
428 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in replaceClipRect_deprecated()
548 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in drawRoundRect()
564 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); in drawOval()
571 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); in drawArc()
664 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
665 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
803 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()