Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/leperf/
Dsfnt.h322 struct HHEATable struct
344 typedef struct HHEATable HHEATable; argument
DFontObject.cpp214 HHEATable *hheaTable; in getGlyphAdvance()
220 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp106 const HHEATable *hheaTable = NULL; in PortableFontInstance()
158 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
DFontObject.h148 struct HHEATable struct
/external/icu/icu4c/source/test/letest/
Dsfnt.h322 struct HHEATable struct
344 typedef struct HHEATable HHEATable; argument
DFontObject.cpp214 HHEATable *hheaTable; in getGlyphAdvance()
220 hheaTable = (HHEATable *) readTable(hheaTag, &length); in getGlyphAdvance()
DPortableFontInstance.cpp107 const HHEATable *hheaTable = NULL; in PortableFontInstance()
159 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
DFontObject.h148 struct HHEATable struct
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp260 const HHEATable *hheaTable = NULL; in GDIFontInstance()
273 hheaTable = (HHEATable *) readFontTable(LE_HHEA_TABLE_TAG); in GDIFontInstance()
Dsfnt.h185 struct HHEATable struct