Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
H A DFuzzTriangulation.cpp26 SkRect clipBounds = path.getBounds(); in DEF_FUZZ() local
/third_party/skia/src/core/
H A DSkScan.cpp25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
H A DSkDraw_text.cpp82 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
H A DSkScan_AntiPath.cpp156 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, in SuperBlitter() argument
79 BaseSuperBlitter(SkBlitter* realBlit, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) BaseSuperBlitter() argument
[all...]
H A DSkScan_AAAPath.cpp209 MaskAdditiveBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) MaskAdditiveBlitter() argument
[all...]
H A DSkMaskFilter.cpp298 filterRRectToNine(const SkRRect&, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const filterRRectToNine() argument
304 filterRectsToNine(const SkRect[], int count, const SkMatrix&, const SkIRect& clipBounds, NinePatch*) const filterRectsToNine() argument
330 canFilterMaskGPU(const GrStyledShape& shape, const SkIRect& devSpaceShapeBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkIRect* maskRect, const bool canUseSDFBlur) const canFilterMaskGPU() argument
H A DSkDraw.cpp266 SkRect clipBounds = SkRect::Make(rc->getBounds()); in init() local
1207 bool SkDraw::ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds, in ComputeMaskBounds() argument
1277 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument
H A DSkImageFilterTypes.h579 Context(const SkMatrix& layerMatrix, const SkIRect& clipBounds, SkImageFilterCache* cache, in Context() argument
615 const SkIRect& clipBounds() const { return static_cast<const SkIRect&>(fDesiredOutput); } in clipBounds() function in skif::Context
H A DSkBlurMF.cpp297 filterRRectToNine(const SkRRect& rrect, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const filterRRectToNine() argument
433 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const filterRectsToNine() argument
1575 canFilterMaskGPU(const GrStyledShape& shape, const SkIRect& devSpaceShapeBounds, const SkIRect& clipBounds, const SkMatrix& ctm, SkIRect* maskRect, const bool canUseSDFBlur) const canFilterMaskGPU() argument
[all...]
/third_party/skia/docs/examples/
H A DImage_makeWithFilter.cpp11 SkIRect clipBounds = image->bounds(); in REG_FIDDLE() local
/third_party/skia/modules/sksg/src/
H A DSkSGClipEffect.cpp43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
/third_party/skia/include/core/
H A DSkDrawable.h81 snapGpuDrawHandler(GrBackendApi backendApi, const SkMatrix& matrix, const SkIRect& clipBounds, const SkImageInfo& bufferInfo) snapGpuDrawHandler() argument
/third_party/skia/src/effects/imagefilters/
H A DSkComposeImageFilter.cpp93 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.h16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles() argument
H A DGrTriangulator.h30 static int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToTriangles() argument
H A DGrTriangulator.cpp525 void GrTriangulator::pathToContours(float tolerance, const SkRect& clipBounds, in pathToContours() argument
1569 Poly* GrTriangulator::pathToPolys(float tolerance, const SkRect& clipBounds, bool* isLinear) const { in pathToPolys() argument
/third_party/skia/gm/
H A Dimagefiltersclipped.cpp54 draw_clipped_filter(SkCanvas* canvas, sk_sp<SkImageFilter> filter, size_t i, const SkRect& primBounds, const SkRect& clipBounds) draw_clipped_filter() argument
/third_party/skia/tests/
H A DVkDrawableTest.cpp137 static void ImportDraw(TestDrawable* td, const SkMatrix& matrix, const SkIRect& clipBounds, in ImportDraw() argument
103 DrawHandlerImport(TestDrawable* td, DrawProc drawProc, SubmitProc submitProc, const SkMatrix& matrix, const SkIRect& clipBounds, const SkImageInfo& bufferInfo) DrawHandlerImport() argument
H A DPictureTest.cpp384 SkIRect clipBounds; in test_clip_bound_opt() local
[all...]
H A DImageFilterTest.cpp1686 SkIRect clipBounds = SkIRect::MakeXYWH(30, 35, 100, 100); in test_make_with_filter() local
[all...]
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp48 bool is_visible(const SkRect& pathDevBounds, const SkIRect& clipBounds) { in is_visible() argument
H A DTriangulatingPathRenderer.cpp263 SkRect clipBounds = SkRect::Make(devClipBounds); in Triangulate() local
352 SkRect clipBounds = SkRect::Make(fDevClipBounds); in createAAMesh() local
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp37 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() argument
98 sw_create_filtered_mask(GrRecordingContext* rContext, const SkMatrix& viewMatrix, const GrStyledShape& shape, const SkMaskFilter* filter, const SkIRect& unclippedDevShapeBounds, const SkIRect& clipBounds, SkIRect* drawRect, GrUniqueKey* key) sw_create_filtered_mask() argument
377 hw_create_filtered_mask(GrDirectContext* dContext, skgpu::v1::SurfaceDrawContext* sdc, const SkMatrix& viewMatrix, const GrStyledShape& shape, const SkMaskFilterBase* filter, const SkIRect& unclippedDevShapeBounds, const SkIRect& clipBounds, SkIRect* maskRect, GrUniqueKey* key, const bool canUseSDFBlur = false) hw_create_filtered_mask() argument
/third_party/skia/src/image/
H A DSkImage.cpp510 makeWithFilter(GrRecordingContext* rContext, const SkImageFilter* filter, const SkIRect& subset, const SkIRect& clipBounds, SkIRect* outSubset, SkIPoint* offset) const makeWithFilter() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp918 SkIRect clipBounds = clip ? clip->getConservativeBounds() in stencilPath() local

Completed in 31 milliseconds