/third_party/flutter/skia/src/core/ |
D | SkImageFilterTypes.h | 35 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() 56 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() function 108 Context withNewClipBounds(const SkIRect& clipBounds) const { in withNewClipBounds()
|
D | SkScan_AntiPath.cpp | 77 const SkIRect& clipBounds, bool isInverse) { in BaseSuperBlitter() 153 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, in SuperBlitter() 438 const SkIRect& clipBounds, bool isInverse) in MaskSuperBlitter() 676 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath()
|
D | SkDraw_text.cpp | 61 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
|
D | SkScan.cpp | 25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
|
/third_party/skia/fuzz/ |
D | FuzzTriangulation.cpp | 26 SkRect clipBounds = path.getBounds(); in DEF_FUZZ() local
|
/third_party/flutter/skia/docs/examples/ |
D | Image_makeWithFilter.cpp | 11 SkIRect clipBounds = image->bounds(); in draw() local
|
/third_party/skia/docs/examples/ |
D | Image_makeWithFilter.cpp | 11 SkIRect clipBounds = image->bounds(); in draw() local
|
/third_party/flutter/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()
|
/third_party/skia/tests/ |
D | VkDrawableTest.cpp | 105 const SkIRect& clipBounds, in DrawHandlerImport() 137 static void ImportDraw(TestDrawable* td, const SkMatrix& matrix, const SkIRect& clipBounds, in ImportDraw() 190 const SkIRect& clipBounds, in onSnapGpuDrawHandler()
|
/third_party/skia/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGClipEffect.cpp | 43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
|
/third_party/skia/src/core/ |
D | SkMaskFilter.cpp | 299 const SkIRect& clipBounds, NinePatch*) const { in filterRRectToNine() argument 305 const SkIRect& clipBounds, NinePatch*) const { in filterRectsToNine() argument 332 const SkIRect& clipBounds, in canFilterMaskGPU()
|
D | SkScan_AntiPath.cpp | 76 const SkIRect& clipBounds, bool isInverse) { in BaseSuperBlitter() 152 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, in SuperBlitter() 437 const SkIRect& clipBounds, bool isInverse) in MaskSuperBlitter() 675 const SkIRect& clipBounds, bool forceRLE) { in SAAFillPath()
|
D | SkScan.cpp | 25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
|
D | SkDraw_text.cpp | 82 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
|
/third_party/skia/include/core/ |
D | SkDrawable.h | 83 const SkIRect& clipBounds, in snapGpuDrawHandler()
|
/third_party/flutter/skia/include/core/ |
D | SkDrawable.h | 83 const SkIRect& clipBounds, in snapGpuDrawHandler()
|
/third_party/skia/src/gpu/geometry/ |
D | GrAATriangulator.h | 16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles()
|
/third_party/skia/src/gpu/ |
D | GrBlurUtils.cpp | 36 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() 102 const SkIRect& clipBounds, in sw_create_filtered_mask() 376 const SkIRect& clipBounds, in hw_create_filtered_mask()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 94 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
|
/third_party/skia/src/effects/imagefilters/ |
D | SkComposeImageFilter.cpp | 93 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
|
/third_party/flutter/skia/gm/ |
D | imagefiltersclipped.cpp | 56 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
|
/third_party/skia/gm/ |
D | imagefiltersclipped.cpp | 55 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
|
/third_party/flutter/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()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 287 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw() local 319 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA() local
|