Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.cpp136 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
164 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
268 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable() function in PortableFontInstance
282 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()
297 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()
330 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getUnicodeNameString()
377 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
385 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
DPortableFontInstance.h72 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable() function
73 const void *readFontTable(LETag tableTag, size_t &length) const;
DFontTableCache.h32 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
DSimpleFontInstance.h36 const void *readFontTable(LETag tableTag) const;
DFontTableCache.cpp73 const void *table = readFontTable(tableTag, length); in find()
/external/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp133 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
161 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
260 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable() function in PortableFontInstance
274 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()
289 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()
322 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getUnicodeNameString()
369 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
377 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
DPortableFontInstance.h68 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable() function
69 const void *readFontTable(LETag tableTag, size_t &length) const;
DFontTableCache.h30 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
DSimpleFontInstance.h32 const void *readFontTable(LETag tableTag) const;
DFontTableCache.cpp71 const void *table = readFontTable(tableTag, length); in find()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp269 headTable = (const HEADTable *) readFontTable(LE_HEAD_TABLE_TAG); in GDIFontInstance()
279 hheaTable = (HHEATable *) readFontTable(LE_HHEA_TABLE_TAG); in GDIFontInstance()
326 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()
346 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GDIFontInstance
DGnomeFontInstance.cpp108 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()
128 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GnomeFontInstance
DFontTableCache.h30 virtual const void *readFontTable(LETag tableTag) const = 0;
DFontTableCache.cpp69 const void *table = readFontTable(tableTag); in find()
DGDIFontInstance.h74 virtual const void *readFontTable(LETag tableTag) const;
DGnomeFontInstance.h73 virtual const void *readFontTable(LETag tableTag) const;