Searched refs:coverageIndex (Results 1 – 1 of 1) sorted by relevance
2462 … stbtt_int32 coverageIndex = stbtt__GetCoverageIndex(table + coverageOffset, glyph1); in stbtt__GetGlyphGPOSInfoAdvance() local2463 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()