Searched refs:readFontTable (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 130 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()
|
D | PortableFontInstance.h | 66 …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;
|
D | FontTableCache.h | 28 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
|
D | SimpleFontInstance.h | 30 const void *readFontTable(LETag tableTag) const;
|
D | FontTableCache.cpp | 69 const void *table = readFontTable(tableTag, length); in find()
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 131 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()
|
D | PortableFontInstance.h | 66 …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;
|
D | FontTableCache.h | 28 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
|
D | SimpleFontInstance.h | 30 const void *readFontTable(LETag tableTag) const;
|
D | FontTableCache.cpp | 69 const void *table = readFontTable(tableTag, length); in find()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 263 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
|
D | GnomeFontInstance.cpp | 102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() 122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GnomeFontInstance
|
D | FontTableCache.h | 26 virtual const void *readFontTable(LETag tableTag) const = 0;
|
D | FontTableCache.cpp | 65 const void *table = readFontTable(tableTag); in find()
|
D | GDIFontInstance.h | 68 virtual const void *readFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.h | 67 virtual const void *readFontTable(LETag tableTag) const;
|