Home
last modified time | relevance | path

Searched refs:worstCaseHeight (Results 1 – 12 of 12) sorted by relevance

/external/skia/include/private/
DGrSurfaceProxy.h248 int worstCaseHeight() const;
261 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
/external/skqp/include/private/
DGrSurfaceProxy.h246 int worstCaseHeight() const;
259 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp276 int height = this->worstCaseHeight(); in computeScratchKey()
313 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight() function in GrSurfaceProxy
DGrProxyProvider.cpp723 proxy->worstCaseHeight() == proxy->height()); in IsFunctionallyExact()
DGrRenderTargetContext.cpp373 fRenderTargetContext->fRenderTargetProxy->worstCaseHeight()); in absClear()
/external/skia/src/gpu/
DGrSurfaceProxy.cpp273 int height = this->worstCaseHeight(); in computeScratchKey()
310 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight() function in GrSurfaceProxy
DGrProxyProvider.cpp771 proxy->worstCaseHeight() == proxy->height()); in IsFunctionallyExact()
DGrRenderTargetContext.cpp369 fRenderTargetContext->fRenderTargetProxy->worstCaseHeight()); in absClear()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp589 renderTargetContext->asRenderTargetProxy()->worstCaseHeight(), in internalDrawPath()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp588 renderTargetContext->asRenderTargetProxy()->worstCaseHeight(), in internalDrawPath()
/external/skqp/src/image/
DSkImage_Gpu.cpp48 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
/external/skia/src/image/
DSkImage_Gpu.cpp53 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()