Home
last modified time | relevance | path

Searched refs:clipIRect (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/bench/
DTileImageFilterBench.cpp48 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); in onDraw() local
49 canvas->clipRect(SkRect::Make(clipIRect)); in onDraw()
DMSKPBench.cpp23 canvas->clipIRect(SkIRect::MakeSize(fPlayer->frameDimensions(f))); in onDraw()
DDisplacementBench.cpp73 canvas->clipIRect(fImage->bounds().makeOffset(x, y)); in drawClippedBitmap()
/third_party/flutter/skia/bench/
DTileImageFilterBench.cpp48 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); in onDraw() local
49 canvas->clipRect(SkRect::Make(clipIRect)); in onDraw()
/third_party/skia/tools/viewer/
DMSKPSlide.cpp122 canvas->clipIRect(bounds); in draw()
133 canvas->clipIRect(SkIRect::MakeSize(layerImage->dimensions())); in draw()
/third_party/skia/fuzz/oss_fuzz/
DFuzzImageFilterDeserialize.cpp32 canvas.clipIRect(bitmap.bounds()); in FuzzImageFilterDeserialize()
/third_party/skia/gm/
Dmorphology.cpp58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
Dimageblurclampmode.cpp50 canvas->clipIRect(image->bounds()); in draw_image()
Dimageblurrepeatmode.cpp70 canvas->clipIRect(image->bounds()); in draw_image()
Dimagefiltersgraph.cpp151 canvas->clipIRect(image->bounds()); in DrawClippedImage()
Dgpu_blur_utils.cpp139 surf->getCanvas()->clipIRect(contentArea->makeOutset(1, 1)); in make_src_image()
141 surf->getCanvas()->clipIRect(*contentArea); in make_src_image()
Dlighting.cpp49 canvas->clipIRect(fBitmap.bounds()); in drawClippedBitmap()
Dxfermodeimagefilter.cpp201 canvas->clipIRect(bitmap.bounds()); in DrawClippedBitmap()
Ddisplacement.cpp58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
Dcomplexclip.cpp420 canvas->clipIRect(img->bounds()); in __anon0586082d0302()
/third_party/flutter/skia/src/xps/
DSkXPSDevice.h266 const SkIRect& clip, SkIRect* clipIRect);
DSkXPSDevice.cpp1394 const SkIRect& clip, SkIRect* clipIRect) { in convertToPpm() argument
1406 clipRect.roundOut(clipIRect); in convertToPpm()
1580 SkIRect clipIRect; in drawPath() local
1586 &clipIRect); in drawPath()
1603 &clipIRect, in drawPath()
/third_party/skia/src/xps/
DSkXPSDevice.h264 const SkIRect& clip, SkIRect* clipIRect);
DSkXPSDevice.cpp1383 const SkIRect& clip, SkIRect* clipIRect) { in convertToPpm() argument
1395 clipRect.roundOut(clipIRect); in convertToPpm()
1569 SkIRect clipIRect; in drawPath() local
1575 &clipIRect); in drawPath()
1592 &clipIRect, in drawPath()
/third_party/skia/tools/
DMSKPPlayer.cpp49 canvas->clipIRect(fClipRect); in draw()
/third_party/flutter/skia/tests/
DClipStackTest.cpp1168 SkIRect clipIRect; in test_reduced_clip_stack_genid() member
1220 REPORTER_ASSERT(reporter, reduced.scissor() == testCases[i].clipIRect); in test_reduced_clip_stack_genid()
1221 SkASSERT(reduced.scissor() == testCases[i].clipIRect); in test_reduced_clip_stack_genid()
/third_party/skia/include/core/
DSkCanvas.h930 void clipIRect(const SkIRect& irect, SkClipOp op = SkClipOp::kIntersect) {