Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h2462 … stbtt_int32 coverageIndex = stbtt__GetCoverageIndex(table + coverageOffset, glyph1); in stbtt__GetGlyphGPOSInfoAdvance() local
2463 if (coverageIndex == -1) continue; in stbtt__GetGlyphGPOSInfoAdvance()
2473 stbtt_uint16 pairPosOffset = ttUSHORT(table + 10 + 2 * coverageIndex); in stbtt__GetGlyphGPOSInfoAdvance()
2483 STBTT_assert(coverageIndex < pairSetCount); in stbtt__GetGlyphGPOSInfoAdvance()