Home
last modified time | relevance | path

Searched refs:readFontTable (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/test/letest/
DPortableFontInstance.cpp115 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
142 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
243 const void *PortableFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in PortableFontInstance
253 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()
268 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()
307 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
315 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
DFontTableCache.h28 virtual const void *readFontTable(LETag tableTag) const = 0;
DSimpleFontInstance.h30 const void *readFontTable(LETag tableTag) const;
DFontTableCache.cpp60 const void *table = readFontTable(tableTag); in find()
DPortableFontInstance.h67 const void *readFontTable(LETag tableTag) const;
/external/icu4c/samples/layout/
DGnomeFontInstance.cpp102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()
122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GnomeFontInstance
DFontTableCache.h26 virtual const void *readFontTable(LETag tableTag) const = 0;
DFontTableCache.cpp60 const void *table = readFontTable(tableTag); in find()
DGDIFontInstance.h68 virtual const void *readFontTable(LETag tableTag) const;
DGnomeFontInstance.h67 virtual const void *readFontTable(LETag tableTag) const;
DGDIFontInstance.cpp296 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()
316 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GDIFontInstance