Home
last modified time | relevance | path

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

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