Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/hb-icu-le/
Dsfnt.h325 struct HHEATable struct
347 typedef struct HHEATable HHEATable; argument
DPortableFontInstance.cpp37 const HHEATable *hheaTable = NULL; in PortableFontInstance()
41 hheaTable = (HHEATable *) getFontTable(hheaTag); in PortableFontInstance()
/external/icu4c/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.cpp92 const HHEATable *hheaTable = NULL; in PortableFontInstance()
142 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
DFontObject.h148 struct HHEATable struct
/external/chromium_org/third_party/icu/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.cpp92 const HHEATable *hheaTable = NULL; in PortableFontInstance()
142 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
DFontObject.h148 struct HHEATable struct
/external/icu4c/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