Lines Matching refs:SkRect
174 const SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in saveLayer()
191 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in saveUnclippedLayer()
209 Clip(const SkRect& rect, SkClipOp op, const SkMatrix& m) in Clip()
355 bool SkiaCanvas::getClipBounds(SkRect* outRect) const { in getClipBounds()
371 SkRect r = SkRect::Make(ibounds); in getClipBounds()
378 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom); in quickRejectRect()
387 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in clipRect()
501 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in drawRoundRect()
517 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom); in drawOval()
524 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); in drawArc()
561 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom); in drawBitmap()
562 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap()
677 SkRect dst = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawNinePatch()