Searched refs:clipIRect (Results 1 – 23 of 23) sorted by relevance
/external/skia/bench/ |
D | TileImageFilterBench.cpp | 48 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); in onDraw() local 49 canvas->clipRect(SkRect::Make(clipIRect)); in onDraw()
|
D | MSKPBench.cpp | 23 canvas->clipIRect(SkIRect::MakeSize(fPlayer->frameDimensions(f))); in onDraw()
|
D | DisplacementBench.cpp | 73 canvas->clipIRect(fImage->bounds().makeOffset(x, y)); in drawClippedBitmap()
|
/external/skqp/bench/ |
D | TileImageFilterBench.cpp | 49 SkIRect clipIRect = SkIRect::MakeXYWH(x, y, fTileSize, fTileSize); in onDraw() local 50 canvas->clipRect(SkRect::Make(clipIRect)); in onDraw()
|
/external/skia/tools/viewer/ |
D | MSKPSlide.cpp | 122 canvas->clipIRect(bounds); in draw() 133 canvas->clipIRect(SkIRect::MakeSize(layerImage->dimensions())); in draw()
|
/external/skia/fuzz/oss_fuzz/ |
D | FuzzImageFilterDeserialize.cpp | 32 canvas.clipIRect(bitmap.bounds()); in FuzzImageFilterDeserialize()
|
/external/skia/gm/ |
D | morphology.cpp | 58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
|
D | imageblurclampmode.cpp | 50 canvas->clipIRect(image->bounds()); in draw_image()
|
D | imageblurrepeatmode.cpp | 70 canvas->clipIRect(image->bounds()); in draw_image()
|
D | imagefiltersgraph.cpp | 151 canvas->clipIRect(image->bounds()); in DrawClippedImage()
|
D | gpu_blur_utils.cpp | 134 surf->getCanvas()->clipIRect(contentArea->makeOutset(1, 1)); in make_src_image() 136 surf->getCanvas()->clipIRect(*contentArea); in make_src_image()
|
D | lighting.cpp | 49 canvas->clipIRect(fBitmap.bounds()); in drawClippedBitmap()
|
D | displacement.cpp | 58 canvas->clipIRect(fImage->bounds()); in drawClippedBitmap()
|
D | xfermodeimagefilter.cpp | 201 canvas->clipIRect(bitmap.bounds()); in DrawClippedBitmap()
|
D | complexclip.cpp | 421 canvas->clipIRect(img->bounds()); in __anona5dab5430302()
|
/external/skia/src/xps/ |
D | SkXPSDevice.h | 262 const SkIRect& clip, SkIRect* clipIRect);
|
D | SkXPSDevice.cpp | 1380 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/ |
D | SkXPSDevice.h | 270 const SkIRect& clip, SkIRect* clipIRect);
|
D | SkXPSDevice.cpp | 1390 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/ |
D | MSKPPlayer.cpp | 49 canvas->clipIRect(fClipRect); in draw()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 1194 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/ |
D | ClipStackTest.cpp | 1166 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/ |
D | SkCanvas.h | 917 void clipIRect(const SkIRect& irect, SkClipOp op = SkClipOp::kIntersect) {
|