Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h2347 int strawStart, strawEnd, needle=glyph; in stbtt__GetCoverageIndex() local
2352 strawStart = ttUSHORT(rangeRecord); in stbtt__GetCoverageIndex()
2354 if (needle < strawStart) in stbtt__GetCoverageIndex()
2360 return startCoverageIndex + glyph - strawStart; in stbtt__GetCoverageIndex()
2397 int strawStart, strawEnd, needle=glyph; in stbtt__GetGlyphClass() local
2402 strawStart = ttUSHORT(classRangeRecord); in stbtt__GetGlyphClass()
2404 if (needle < strawStart) in stbtt__GetGlyphClass()