Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/letest/
Dsfnt.h275 struct HEADTable struct
296 typedef struct HEADTable HEADTable; argument
DFontObject.h109 struct HEADTable struct
224 HEADTable *headTable;
DPortableFontInstance.cpp91 const HEADTable *headTable = NULL; in PortableFontInstance()
115 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
DFontObject.cpp201 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM()
/external/icu4c/test/letest/
Dsfnt.h275 struct HEADTable struct
296 typedef struct HEADTable HEADTable; argument
DFontObject.h109 struct HEADTable struct
224 HEADTable *headTable;
DPortableFontInstance.cpp91 const HEADTable *headTable = NULL; in PortableFontInstance()
115 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
DFontObject.cpp201 headTable = (HEADTable *) readTable(headTag, &length); in getUnitsPerEM()
/external/icu4c/samples/layout/
DGDIFontInstance.cpp259 const HEADTable *headTable = NULL; in GDIFontInstance()
263 headTable = (const HEADTable *) readFontTable(LE_HEAD_TABLE_TAG); in GDIFontInstance()
Dsfnt.h146 struct HEADTable struct