Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkCharToGlyphCache.cpp33 constexpr int kSmallCountLimit = 16; variable
99 if (count <= kSmallCountLimit) { in findGlyphIndex()