Searched refs:kMinCountForSlope (Results 1 – 1 of 1) sorted by relevance
37 constexpr int kMinCountForSlope = 4; variable53 SkASSERT(count >= kMinCountForSlope); in find_with_slope()120 if (count >= kMinCountForSlope && (index == 1 || index == count - 2)) { in insertCharAndGlyph()