Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrSurfaceProxy.cpp301 int GrSurfaceProxy::worstCaseWidth() const { in worstCaseWidth() function in GrSurfaceProxy
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp113 float worstCaseWidth = std::sqrt(std::max(r0, r1)); in initAtlasFlags() local