Searched refs:worstCaseWidth (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 113 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/ |
D | GrSurfaceProxy.h | 245 int worstCaseWidth() const; 259 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 275 int width = this->worstCaseWidth(); in computeScratchKey() 301 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
|
D | GrProxyProvider.cpp | 722 (isInstantiated && proxy->worstCaseWidth() == proxy->width() && in IsFunctionallyExact()
|
D | GrRenderTargetContext.cpp | 372 SkIRect rtRect = SkIRect::MakeWH(fRenderTargetContext->fRenderTargetProxy->worstCaseWidth(), in absClear()
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 588 renderTargetContext->asRenderTargetProxy()->worstCaseWidth(), in internalDrawPath()
|
/external/skqp/src/image/ |
D | SkImage_Gpu.cpp | 48 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
|