Home
last modified time | relevance | path

Searched refs:clippedContentBounds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/
Dcrop_imagefilter.cpp180 SkRect clippedContentBounds; in draw_example() local
181 if (clippedContentBounds.intersect(contentBounds, kExampleBounds)) { in draw_example()
182 auto contentImage = image->makeSubset(clippedContentBounds.roundOut()); in draw_example()
189 canvas->translate(clippedContentBounds.fLeft, clippedContentBounds.fTop); in draw_example()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp1081 SkRect clippedContentBounds = proxy->backingStoreBoundsRect(); in onMakeClosed() local
1084 if (clippedContentBounds.intersect(fTotalBounds)) { in onMakeClosed()
1085 clippedContentBounds.roundOut(&fClippedContentBounds); in onMakeClosed()