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.cpp130 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
158 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
262 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable() function in PortableFontInstance
276 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()
291 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()
324 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getUnicodeNameString()
371 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
379 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
DPortableFontInstance.h66 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable() function
67 const void *readFontTable(LETag tableTag, size_t &length) const;
DFontTableCache.h28 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
DSimpleFontInstance.h30 const void *readFontTable(LETag tableTag) const;
DFontTableCache.cpp69 const void *table = readFontTable(tableTag, length); in find()
/external/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp131 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()
159 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()
258 const void *PortableFontInstance::readFontTable(LETag tableTag, size_t &length) const in readFontTable() function in PortableFontInstance
272 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()
287 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()
320 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getUnicodeNameString()
367 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()
375 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
DPortableFontInstance.h66 …const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, i… in readFontTable() function
67 const void *readFontTable(LETag tableTag, size_t &length) const;
DFontTableCache.h28 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
DSimpleFontInstance.h30 const void *readFontTable(LETag tableTag) const;
DFontTableCache.cpp69 const void *table = readFontTable(tableTag, length); in find()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp263 headTable = (const HEADTable *) readFontTable(LE_HEAD_TABLE_TAG); in GDIFontInstance()
273 hheaTable = (HHEATable *) readFontTable(LE_HHEA_TABLE_TAG); in GDIFontInstance()
320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()
340 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GDIFontInstance
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.cpp65 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;