Home
last modified time | relevance | path

Searched refs:clipIRect (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/bench/
H A DTileImageFilterBench.cpp48 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); variable
49 canvas->clipRect(SkRect::Make(clipIRect));
H A DMSKPBench.cpp23 canvas->clipIRect(SkIRect::MakeSize(fPlayer->frameDimensions(f))); in onDraw()
H A DDisplacementBench.cpp73 canvas->clipIRect(fImage->bounds().makeOffset(x, y)); in drawClippedBitmap()
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzImageFilterDeserialize.cpp32 canvas.clipIRect(bitmap.bounds()); in FuzzImageFilterDeserialize()
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp122 canvas->clipIRect(bounds); in draw()
133 canvas->clipIRect(SkIRect::MakeSize(layerImage->dimensions())); in draw()
/third_party/skia/gm/
H A Dmorphology.cpp58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
H A Dimageblurclampmode.cpp50 canvas->clipIRect(image->bounds()); in draw_image()
H A Dimageblurrepeatmode.cpp70 canvas->clipIRect(image->bounds()); in draw_image()
H A Dlighting.cpp49 canvas->clipIRect(fBitmap.bounds()); in drawClippedBitmap()
H A Dimagefiltersgraph.cpp151 canvas->clipIRect(image->bounds()); in DrawClippedImage()
H A Dgpu_blur_utils.cpp139 surf->getCanvas()->clipIRect(contentArea->makeOutset(1, 1)); in make_src_image()
141 surf->getCanvas()->clipIRect(*contentArea); in make_src_image()
H A Dxfermodeimagefilter.cpp201 canvas->clipIRect(bitmap.bounds()); in DrawClippedBitmap()
H A Ddisplacement.cpp58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
H A Dcomplexclip.cpp420 canvas->clipIRect(img->bounds()); in DEF_SIMPLE_GM()
/third_party/skia/src/xps/
H A DSkXPSDevice.h264 const SkIRect& clip, SkIRect* clipIRect);
H A DSkXPSDevice.cpp1383 const SkIRect& clip, SkIRect* clipIRect) { in convertToPpm()
1395 clipRect.roundOut(clipIRect); in convertToPpm()
1569 SkIRect clipIRect; in drawPath() local
1575 &clipIRect); in drawPath()
1592 &clipIRect, in drawPath()
1380 convertToPpm(const SkMaskFilter* filter, SkMatrix* matrix, SkVector* ppuScale, const SkIRect& clip, SkIRect* clipIRect) convertToPpm() argument
/third_party/skia/tools/
H A DMSKPPlayer.cpp49 canvas->clipIRect(fClipRect);
/third_party/skia/include/core/
H A DSkCanvas.h934 void clipIRect(const SkIRect& irect, SkClipOp op = SkClipOp::kIntersect) { in clipIRect() function in SkCanvas

Completed in 15 milliseconds