Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkCharToGlyphCache.cpp52 static int find_with_slope(const SkUnichar base[], int count, SkUnichar value, double denom) { in find_with_slope() function
102 index = find_with_slope(fK32.begin(), count, unichar, fDenom); in findGlyphIndex()