Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkCharToGlyphCache.cpp37 constexpr int kMinCountForSlope = 4; variable
53 SkASSERT(count >= kMinCountForSlope); in find_with_slope()
120 if (count >= kMinCountForSlope && (index == 1 || index == count - 2)) { in insertCharAndGlyph()