Home
last modified time | relevance | path

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

/external/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()
/external/skqp/bench/
DTileImageFilterBench.cpp49 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); in onDraw() local
50 canvas->clipRect(SkRect::Make(clipIRect)); in onDraw()
/external/skia/tools/viewer/
DMSKPSlide.cpp122 canvas->clipIRect(bounds); in draw()
133 canvas->clipIRect(SkIRect::MakeSize(layerImage->dimensions())); in draw()
/external/skia/fuzz/oss_fuzz/
DFuzzImageFilterDeserialize.cpp32 canvas.clipIRect(bitmap.bounds()); in FuzzImageFilterDeserialize()
/external/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.cpp134 surf->getCanvas()->clipIRect(contentArea->makeOutset(1, 1)); in make_src_image()
136 surf->getCanvas()->clipIRect(*contentArea); in make_src_image()
Dlighting.cpp49 canvas->clipIRect(fBitmap.bounds()); in drawClippedBitmap()
Ddisplacement.cpp58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
Dxfermodeimagefilter.cpp201 canvas->clipIRect(bitmap.bounds()); in DrawClippedBitmap()
Dcomplexclip.cpp421 canvas->clipIRect(img->bounds()); in __anona5dab5430302()
/external/skia/src/xps/
DSkXPSDevice.h262 const SkIRect& clip, SkIRect* clipIRect);
DSkXPSDevice.cpp1380 const SkIRect& clip, SkIRect* clipIRect) { in convertToPpm() argument
1392 clipRect.roundOut(clipIRect); in convertToPpm()
1566 SkIRect clipIRect; in drawPath() local
1572 &clipIRect); in drawPath()
1589 &clipIRect, in drawPath()
/external/skqp/src/xps/
DSkXPSDevice.h270 const SkIRect& clip, SkIRect* clipIRect);
DSkXPSDevice.cpp1390 const SkIRect& clip, SkIRect* clipIRect) { in convertToPpm() argument
1402 clipRect.roundOut(clipIRect); in convertToPpm()
1576 SkIRect clipIRect; in drawPath() local
1582 &clipIRect); in drawPath()
1599 &clipIRect, in drawPath()
/external/skia/tools/
DMSKPPlayer.cpp49 canvas->clipIRect(fClipRect); in draw()
/external/skia/tests/
DClipStackTest.cpp1194 SkIRect clipIRect; in test_reduced_clip_stack_genid() member
1242 bool expectsScissor = !testCases[i].clipIRect.isEmpty(); in test_reduced_clip_stack_genid()
1245 REPORTER_ASSERT(reporter, reduced.scissor() == testCases[i].clipIRect); in test_reduced_clip_stack_genid()
/external/skqp/tests/
DClipStackTest.cpp1166 SkIRect clipIRect; in test_reduced_clip_stack_genid() member
1218 REPORTER_ASSERT(reporter, reduced.scissor() == testCases[i].clipIRect); in test_reduced_clip_stack_genid()
1219 SkASSERT(reduced.scissor() == testCases[i].clipIRect); in test_reduced_clip_stack_genid()
/external/skia/include/core/
DSkCanvas.h917 void clipIRect(const SkIRect& irect, SkClipOp op = SkClipOp::kIntersect) {