Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h2347 int strawStart, strawEnd, needle=glyph; in stbtt__GetCoverageIndex() local
2353 strawEnd = ttUSHORT(rangeRecord + 2); in stbtt__GetCoverageIndex()
2356 else if (needle > strawEnd) in stbtt__GetCoverageIndex()
2397 int strawStart, strawEnd, needle=glyph; in stbtt__GetGlyphClass() local
2403 strawEnd = ttUSHORT(classRangeRecord + 2); in stbtt__GetGlyphClass()
2406 else if (needle > strawEnd) in stbtt__GetGlyphClass()