Home
last modified time | relevance | path

Searched refs:backingStoreBoundsRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxy.h146 SkRect backingStoreBoundsRect() const { in backingStoreBoundsRect() function
DGrOpsTask.cpp684 fTotalBounds = proxy->backingStoreBoundsRect(); in setColorLoadOp()
1052 SkRect clippedContentBounds = proxy->backingStoreBoundsRect(); in onMakeClosed()
/external/skia/src/gpu/ops/
DGrTextureOp.cpp454 !subsetRect->contains(proxyView.proxy()->backingStoreBoundsRect())); in TextureOp()
591 if (!subsetRect->contains(curProxy->backingStoreBoundsRect())) { in TextureOp()
1131 if (subset && subset->contains(proxyView.proxy()->backingStoreBoundsRect())) { in Make()