Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h2551 stbtt_uint16 numOfLongHorMetrics = ttUSHORT(info->data, info->hhea + 34); local
2552 if(glyph_index < numOfLongHorMetrics) {
2557 …(advanceWidth) *advanceWidth = ttSHORT(info->data, info->hmtx + 4 * (numOfLongHorMetrics - 1));
2559 … info->hmtx + 4 * numOfLongHorMetrics + 2 * (glyph_index - numOfLongHorMetrics));