Searched refs:loca (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 750 … int loca, head, glyf, hhea, hmtx, kern, gpos, svg; // table locations as offset from start of .ttf member 1585 info->loca = stbtt__find_table(data, fontstart, "loca"); // required 1597 if(!info->loca) return 0; 1822 g1 = info->glyf + ttUSHORT(info->data, info->loca + glyph_index * 2) * 2; 1823 g2 = info->glyf + ttUSHORT(info->data, info->loca + glyph_index * 2 + 2) * 2; 1826 g1 = info->glyf + ttULONG(info->data, info->loca + glyph_index * 4); 1827 g2 = info->glyf + ttULONG(info->data, info->loca + glyph_index * 4 + 4);
|