Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp103 constexpr static int kAtlasMaxPathWidth = 1024; variable
137 fAtlasMaxPathWidth = std::min((float)kAtlasMaxPathWidth, fAtlasMaxSize); in AtlasPathRenderer()