Home
last modified time | relevance | path

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

/external/skia/include/private/
DGrSurfaceProxy.h247 int worstCaseWidth() const;
261 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
/external/skqp/include/private/
DGrSurfaceProxy.h245 int worstCaseWidth() const;
259 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp275 int width = this->worstCaseWidth(); in computeScratchKey()
301 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
DGrProxyProvider.cpp722 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
DGrRenderTargetContext.cpp372 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
/external/skia/src/gpu/
DGrSurfaceProxy.cpp272 int width = this->worstCaseWidth(); in computeScratchKey()
298 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
DGrProxyProvider.cpp770 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
DGrRenderTargetContext.cpp368 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp588 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp587 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), 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()