Searched refs:clippedContentBounds (Results 1 – 2 of 2) sorted by relevance
180 SkRect clippedContentBounds; in draw_example() local181 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()
1081 SkRect clippedContentBounds = proxy->backingStoreBoundsRect(); in onMakeClosed() local1084 if (clippedContentBounds.intersect(fTotalBounds)) { in onMakeClosed()1085 clippedContentBounds.roundOut(&fClippedContentBounds); in onMakeClosed()