Home
last modified time | relevance | path

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

123

/external/skqp/modules/sksg/src/
DSkSGClipEffect.cpp42 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
/external/skia/modules/sksg/src/
DSkSGClipEffect.cpp43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
/external/skqp/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()
/external/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()
/external/skia/src/core/
DSkScan_DAAPath.cpp29 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()
DSkDraw_text.cpp76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
DSkScan_AntiPath.cpp78 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()
DSkScan.cpp28 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
/external/skqp/src/core/
DSkScan_DAAPath.cpp29 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()
DSkDraw_text.cpp76 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
DSkScan_AntiPath.cpp78 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()
DSkScan.cpp28 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
/external/skia/include/core/
DSkDrawable.h83 const SkIRect& clipBounds, in snapGpuDrawHandler()
DSkImageFilter.h60 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/
DSkDrawable.h83 const SkIRect& clipBounds, in snapGpuDrawHandler()
DSkImageFilter.h60 Context(const SkMatrix& ctm, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context()
69 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() function
/external/skia/gm/
Dimagemakewithfilter.cpp58 SkIRect clipBounds[] { in onDraw() local
Dimagefiltersclipped.cpp47 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
/external/skqp/gm/
Dimagemakewithfilter.cpp58 SkIRect clipBounds[] { in onDraw() local
Dimagefiltersclipped.cpp47 const SkRect& primBounds, const SkRect& clipBounds) { in draw_clipped_filter()
/external/skqp/src/effects/imagefilters/
DSkComposeImageFilter.cpp52 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
/external/skia/src/effects/imagefilters/
DSkComposeImageFilter.cpp52 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
/external/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()
/external/skqp/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()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp274 SkRect clipBounds = SkRect::Make(fDevClipBounds); in draw() local
306 SkRect clipBounds = SkRect::Make(fDevClipBounds); in drawAA() local

123