/external/skqp/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 42 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
|
/external/skia/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
|
/external/skqp/tests/ |
D | VkDrawableTest.cpp | 102 const SkIRect& clipBounds, in DrawHandlerImport() 134 static void ImportDraw(TestDrawable* td, const SkMatrix& matrix, const SkIRect& clipBounds, in ImportDraw() 185 const SkIRect& clipBounds, in onSnapGpuDrawHandler()
|
/external/skia/tests/ |
D | VkDrawableTest.cpp | 102 const SkIRect& clipBounds, in DrawHandlerImport() 134 static void ImportDraw(TestDrawable* td, const SkMatrix& matrix, const SkIRect& clipBounds, in ImportDraw() 185 const SkIRect& clipBounds, in onSnapGpuDrawHandler()
|
/external/skia/src/core/ |
D | SkScan_DAAPath.cpp | 29 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* record) { in DAAFillPath() 160 void gen_alpha_deltas(const SkPath& path, const SkIRect& clippedIR, const SkIRect& clipBounds, in gen_alpha_deltas() 328 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* record) { in DAAFillPath()
|
D | SkDraw_text.cpp | 76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
|
D | SkScan_AntiPath.cpp | 78 const SkIRect& clipBounds, bool isInverse) { in BaseSuperBlitter() 154 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, in SuperBlitter() 439 const SkIRect& clipBounds, bool isInverse) in MaskSuperBlitter() 722 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath()
|
D | SkScan.cpp | 28 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
|
/external/skqp/src/core/ |
D | SkScan_DAAPath.cpp | 29 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* record) { in DAAFillPath() 160 void gen_alpha_deltas(const SkPath& path, const SkIRect& clippedIR, const SkIRect& clipBounds, in gen_alpha_deltas() 328 const SkIRect& clipBounds, bool forceRLE, SkDAARecord* record) { in DAAFillPath()
|
D | SkDraw_text.cpp | 76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
|
D | SkScan_AntiPath.cpp | 78 const SkIRect& clipBounds, bool isInverse) { in BaseSuperBlitter() 154 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, in SuperBlitter() 439 const SkIRect& clipBounds, bool isInverse) in MaskSuperBlitter() 722 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath()
|
D | SkScan.cpp | 28 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
|
/external/skia/include/core/ |
D | SkDrawable.h | 83 const SkIRect& clipBounds, in snapGpuDrawHandler()
|
D | SkImageFilter.h | 60 Context(const SkMatrix& ctm, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() 69 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() function
|
/external/skqp/include/core/ |
D | SkDrawable.h | 83 const SkIRect& clipBounds, in snapGpuDrawHandler()
|
D | SkImageFilter.h | 60 Context(const SkMatrix& ctm, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() 69 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() function
|
/external/skia/gm/ |
D | imagemakewithfilter.cpp | 58 SkIRect clipBounds[] { in onDraw() local
|
D | imagefiltersclipped.cpp | 47 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
|
/external/skqp/gm/ |
D | imagemakewithfilter.cpp | 58 SkIRect clipBounds[] { in onDraw() local
|
D | imagefiltersclipped.cpp | 47 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
|
/external/skqp/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 52 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
|
/external/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 52 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 29 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() 67 const SkIRect& clipBounds, in sw_draw_with_mask_filter()
|
/external/skqp/src/gpu/ |
D | GrBlurUtils.cpp | 29 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() 67 const SkIRect& clipBounds, in sw_draw_with_mask_filter()
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 274 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw() local 306 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA() local
|