Searched refs:HHEATable (Results 1 – 10 of 10) sorted by relevance
322 struct HHEATable struct344 typedef struct HHEATable HHEATable; argument
214 HHEATable *hheaTable; in getGlyphAdvance()220 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance()
106 const HHEATable *hheaTable = NULL; in PortableFontInstance()158 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
148 struct HHEATable struct
107 const HHEATable *hheaTable = NULL; in PortableFontInstance()159 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
260 const HHEATable *hheaTable = NULL; in GDIFontInstance()273 hheaTable = (HHEATable *) readFontTable(LE_HHEA_TABLE_TAG); in GDIFontInstance()
185 struct HHEATable struct