Home
last modified time | relevance | path

Searched defs:clipBounds (Results 1 – 25 of 60) sorted by relevance

123

/third_party/flutter/skia/src/core/
DSkImageFilterTypes.h35 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()
DSkScan_AntiPath.cpp77 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()
DSkDraw_text.cpp61 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
DSkScan.cpp25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
/third_party/skia/fuzz/
DFuzzTriangulation.cpp26 SkRect clipBounds = path.getBounds(); in DEF_FUZZ() local
/third_party/flutter/skia/docs/examples/
DImage_makeWithFilter.cpp11 SkIRect clipBounds = image->bounds(); in draw() local
/third_party/skia/docs/examples/
DImage_makeWithFilter.cpp11 SkIRect clipBounds = image->bounds(); in draw() local
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp102 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/
DVkDrawableTest.cpp105 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/
DSkSGClipEffect.cpp43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
/third_party/flutter/skia/modules/sksg/src/
DSkSGClipEffect.cpp43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
/third_party/skia/src/core/
DSkMaskFilter.cpp299 const SkIRect& clipBounds, NinePatch*) const { in filterRRectToNine() argument
305 const SkIRect& clipBounds, NinePatch*) const { in filterRectsToNine() argument
332 const SkIRect& clipBounds, in canFilterMaskGPU()
DSkScan_AntiPath.cpp76 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()
DSkScan.cpp25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
DSkDraw_text.cpp82 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
/third_party/skia/include/core/
DSkDrawable.h83 const SkIRect& clipBounds, in snapGpuDrawHandler()
/third_party/flutter/skia/include/core/
DSkDrawable.h83 const SkIRect& clipBounds, in snapGpuDrawHandler()
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.h16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp36 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/
DSkComposeImageFilter.cpp94 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
/third_party/skia/src/effects/imagefilters/
DSkComposeImageFilter.cpp93 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
/third_party/flutter/skia/gm/
Dimagefiltersclipped.cpp56 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
/third_party/skia/gm/
Dimagefiltersclipped.cpp55 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
/third_party/flutter/skia/src/gpu/
DGrBlurUtils.cpp29 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/
DGrTessellatingPathRenderer.cpp287 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw() local
319 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA() local

123