Searched defs:clipR (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/gm/ |
H A D | spritebitmap.cpp | 39 SkRect clipR = SkRect::MakeXYWH(SkIntToScalar(dx), in draw_1_bitmap() local
|
H A D | offsetimagefilter.cpp | 179 SkRect clipR = SkRect::MakeXYWH(40, 40, 40, 40); variable
|
H A D | pathfill.cpp | 394 SkRect clipR = {0, 0, 100, 200}; variable
|
/third_party/skia/src/core/ |
H A D | SkMaskFilter.cpp | 59 static void blitClippedRect(SkBlitter* blitter, const SkIRect& rect, const SkIRect& clipR) { in blitClippedRect() argument 51 blitClippedMask(SkBlitter* blitter, const SkMask& mask, const SkIRect& bounds, const SkIRect& clipR) blitClippedMask() argument 78 draw_nine_clipped(const SkMask& mask, const SkIRect& outerR, const SkIPoint& center, bool fillCenter, const SkIRect& clipR, SkBlitter* blitter) draw_nine_clipped() argument [all...] |
H A D | SkBitmapDevice.cpp | 78 const SkIRect clipR = dev->fRCStack.rc().getBounds(); in SkDrawTiler() local
|
/third_party/skia/tests/ |
H A D | CanvasTest.cpp | 151 const SkIRect clipR = { 4, 4, 6, 6 }; in test_restriction() local
|
Completed in 6 milliseconds