Home
last modified time | relevance | path

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

/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp115 float worstCaseHeight = std::sqrt(std::min(r0, r1)); in initAtlasFlags() local
118 SkASSERT(SkScalarNearlyEqual(worstCaseHeight * worstCaseWidth, h*h, 1)); in initAtlasFlags()
122 kLinearizationPrecision, worstCaseWidth, worstCaseHeight), s, 1)); in initAtlasFlags()
/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/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp589 renderTargetContext->asRenderTargetProxy()->worstCaseHeight(), in internalDrawPath()
/external/skqp/src/image/
DSkImage_Gpu.cpp48 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()