Searched refs:worstCaseHeight (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 115 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/ |
D | GrSurfaceProxy.h | 246 int worstCaseHeight() const; 259 return SkRect::MakeIWH(this->worstCaseWidth(), this->worstCaseHeight()); in getWorstCaseBoundsRect()
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 276 int height = this->worstCaseHeight(); in computeScratchKey() 313 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight() function in GrSurfaceProxy
|
D | GrProxyProvider.cpp | 723 proxy->worstCaseHeight() == proxy->height()); in IsFunctionallyExact()
|
D | GrRenderTargetContext.cpp | 373 fRenderTargetContext->fRenderTargetProxy->worstCaseHeight()); in absClear()
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 589 renderTargetContext->asRenderTargetProxy()->worstCaseHeight(), in internalDrawPath()
|
/external/skqp/src/image/ |
D | SkImage_Gpu.cpp | 48 : INHERITED(std::move(context), proxy->worstCaseWidth(), proxy->worstCaseHeight(), uniqueID, in SkImage_Gpu()
|