/third_party/skia/fuzz/ |
H A D | FuzzTriangulation.cpp | 26 SkRect clipBounds = path.getBounds(); in DEF_FUZZ() local
|
/third_party/skia/src/core/ |
H A D | SkScan.cpp | 25 const SkIRect& clipBounds = clip->getBounds(); in FillIRect() local
|
H A D | SkDraw_text.cpp | 82 SkIRect clipBounds = fRC->isBW() ? fRC->bwRgn().getBounds() in paintMasks() local
|
H A D | SkScan_AntiPath.cpp | 156 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 D | SkScan_AAAPath.cpp | 209 MaskAdditiveBlitter(SkBlitter* realBlitter, const SkIRect& ir, const SkIRect& clipBounds, bool isInverse) MaskAdditiveBlitter() argument [all...] |
H A D | SkMaskFilter.cpp | 298 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 D | SkDraw.cpp | 266 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 D | SkImageFilterTypes.h | 579 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 D | SkBlurMF.cpp | 297 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 D | Image_makeWithFilter.cpp | 11 SkIRect clipBounds = image->bounds(); in REG_FIDDLE() local
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGClipEffect.cpp | 43 const auto clipBounds = fClipNode->revalidate(ic, ctm); in onRevalidate() local
|
/third_party/skia/include/core/ |
H A D | SkDrawable.h | 81 snapGpuDrawHandler(GrBackendApi backendApi, const SkMatrix& matrix, const SkIRect& clipBounds, const SkImageInfo& bufferInfo) snapGpuDrawHandler() argument
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkComposeImageFilter.cpp | 93 SkIRect clipBounds = ctx.clipBounds(); in onFilterImage() local
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.h | 16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles() argument
|
H A D | GrTriangulator.h | 30 static int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToTriangles() argument
|
H A D | GrTriangulator.cpp | 525 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 D | imagefiltersclipped.cpp | 54 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 D | VkDrawableTest.cpp | 137 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 D | PictureTest.cpp | 384 SkIRect clipBounds; in test_clip_bound_opt() local [all...] |
H A D | ImageFilterTest.cpp | 1686 SkIRect clipBounds = SkIRect::MakeXYWH(30, 35, 100, 100); in test_make_with_filter() local [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 48 bool is_visible(const SkRect& pathDevBounds, const SkIRect& clipBounds) { in is_visible() argument
|
H A D | TriangulatingPathRenderer.cpp | 263 SkRect clipBounds = SkRect::Make(devClipBounds); in Triangulate() local 352 SkRect clipBounds = SkRect::Make(fDevClipBounds); in createAAMesh() local
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 37 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 D | SkImage.cpp | 510 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 D | SurfaceDrawContext.cpp | 918 SkIRect clipBounds = clip ? clip->getConservativeBounds() in stencilPath() local
|