Searched refs:strawEnd (Results 1 – 1 of 1) sorted by relevance
2347 int strawStart, strawEnd, needle=glyph; in stbtt__GetCoverageIndex() local2353 strawEnd = ttUSHORT(rangeRecord + 2); in stbtt__GetCoverageIndex()2356 else if (needle > strawEnd) in stbtt__GetCoverageIndex()2397 int strawStart, strawEnd, needle=glyph; in stbtt__GetGlyphClass() local2403 strawEnd = ttUSHORT(classRangeRecord + 2); in stbtt__GetGlyphClass()2406 else if (needle > strawEnd) in stbtt__GetGlyphClass()