Searched refs:glyf (Results 1 – 1 of 1) sorted by relevance
642 int loca,head,glyf,hhea,hmtx,kern; // table locations as offset from start of .ttf member1033 info->glyf = stbtt__find_table(data, fontstart, "glyf"); // required in stbtt_InitFont()1037 if (!cmap || !info->loca || !info->head || !info->glyf || !info->hhea || !info->hmtx) in stbtt_InitFont()1193 g1 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; in stbtt__GetGlyfOffset()1194 g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in stbtt__GetGlyfOffset()1196 g1 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4); in stbtt__GetGlyfOffset()1197 g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); in stbtt__GetGlyfOffset()