Lines Matching defs:bounds

68     const SkRect bounds = SkRect::MakeIWH(size.width(), size.height());  in wouldOverwriteEntireSurface()  local
316 void reset(const SkIRect& bounds) { in reset()
602 #define LOOPER_BEGIN_DRAWBITMAP(paint, skipLayerForFilter, bounds) \ argument
615 #define LOOPER_BEGIN(paint, type, bounds) \ argument
621 #define LOOPER_BEGIN_CHECK_COMPLETE_OVERWRITE(paint, type, bounds, auxOpaque) \ argument
631 void SkCanvas::resetForNextPicture(const SkIRect& bounds) { in resetForNextPicture()
700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps) in SkNoPixelsBitmapDevice()
722 SkCanvas::SkCanvas(const SkIRect& bounds, InitFlags flags) in SkCanvas()
1069 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveLayerFlags saveLayerFlags, in clipRectBounds()
1117 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { in saveLayer()
1121 int SkCanvas::saveLayerPreserveLCDTextRequests(const SkRect* bounds, const SkPaint* paint) { in saveLayerPreserveLCDTextRequests()
1188 const SkRect* bounds = rec.fBounds; in internalSaveLayer() local
1268 int SkCanvas::saveLayerAlpha(const SkRect* bounds, U8CPU alpha) { in saveLayerAlpha()
2028 const SkRect* bounds = nullptr; in onDrawPoints() local
2056 const SkRect* bounds = nullptr; in onDrawRect() local
2081 const SkRect* bounds = nullptr; in onDrawOval() local
2101 const SkRect* bounds = nullptr; in onDrawRRect() local
2131 const SkRect* bounds = nullptr; in onDrawDRRect() local
2155 const SkRect* bounds = nullptr; in onDrawPath() local
2204 SkRect bounds = SkRect::MakeXYWH(x, y, in onDrawImage() local
2299 const SkRect* bounds = nullptr; in onDrawBitmap() local
2578 const SkRect* bounds = nullptr; in onDrawTextBlob() local
2659 SkRect bounds; in drawPatch() local
2699 SkRect bounds = dr->getBounds(); in onDrawDrawable() local
2882 SkRect bounds = picture->cullRect(); in onDrawPicture() local
2989 const SkPaint* paint, const SkRect& bounds) in SkAutoCanvasMatrixPaint()