Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp182 ? args.fSurfaceDrawContext->asSurfaceProxy()->backingStoreBoundsRect() in onDrawPath()
DPathStencilCoverOp.cpp289 flushState->writeView().asRenderTargetProxy()->backingStoreBoundsRect(); in onPrepare()
DOpsTask.cpp692 fTotalBounds = proxy->backingStoreBoundsRect(); in setColorLoadOp()
1081 SkRect clippedContentBounds = proxy->backingStoreBoundsRect(); in onMakeClosed()
DTextureOp.cpp457 !subsetRect->contains(proxyView.proxy()->backingStoreBoundsRect())); in TextureOpImpl()
602 if (!subsetRect->contains(curProxy->backingStoreBoundsRect())) { in TextureOpImpl()
1142 if (subset && subset->contains(proxyView.proxy()->backingStoreBoundsRect())) { in Make()
/third_party/skia/src/gpu/
DGrSurfaceProxy.h145 SkRect backingStoreBoundsRect() const { in backingStoreBoundsRect() function