Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h2315 static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, int glyph) in stbtt__GetCoverageIndex() argument
2317 stbtt_uint16 coverageFormat = ttUSHORT(coverageTable); in stbtt__GetCoverageIndex()
2320 stbtt_uint16 glyphCount = ttUSHORT(coverageTable + 2); in stbtt__GetCoverageIndex()
2326 stbtt_uint8 *glyphArray = coverageTable + 4; in stbtt__GetCoverageIndex()
2342 stbtt_uint16 rangeCount = ttUSHORT(coverageTable + 2); in stbtt__GetCoverageIndex()
2343 stbtt_uint8 *rangeArray = coverageTable + 4; in stbtt__GetCoverageIndex()