Searched refs:hheaTag (Results 1 – 5 of 5) sorted by relevance
211 LETag hheaTag = 0x68686561; // 'hhea' in getGlyphAdvance() local220 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance()
105 const LETag hheaTag = LE_HHEA_TABLE_TAG; in PortableFontInstance() local159 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
104 const LETag hheaTag = LE_HHEA_TABLE_TAG; in PortableFontInstance() local158 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
49 static const hb_tag_t hheaTag = HB_OT_TAG_hhea; member