Home
last modified time | relevance | path

Searched defs:worstCaseHeight (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrSurfaceProxy.cpp313 int GrSurfaceProxy::worstCaseHeight() const { in worstCaseHeight() function in GrSurfaceProxy
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp115 float worstCaseHeight = std::sqrt(std::min(r0, r1)); in initAtlasFlags() local