Searched refs:readFontTable (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 136 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()
|
D | PortableFontInstance.h | 72 …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;
|
D | FontTableCache.h | 32 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
|
D | SimpleFontInstance.h | 36 const void *readFontTable(LETag tableTag) const;
|
D | FontTableCache.cpp | 73 const void *table = readFontTable(tableTag, length); in find()
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 133 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()
|
D | PortableFontInstance.h | 68 …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;
|
D | FontTableCache.h | 30 virtual const void *readFontTable(LETag tableTag, size_t &length) const = 0;
|
D | SimpleFontInstance.h | 32 const void *readFontTable(LETag tableTag) const;
|
D | FontTableCache.cpp | 71 const void *table = readFontTable(tableTag, length); in find()
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 269 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
|
D | GnomeFontInstance.cpp | 108 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper() 128 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GnomeFontInstance
|
D | FontTableCache.h | 30 virtual const void *readFontTable(LETag tableTag) const = 0;
|
D | FontTableCache.cpp | 69 const void *table = readFontTable(tableTag); in find()
|
D | GDIFontInstance.h | 74 virtual const void *readFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.h | 73 virtual const void *readFontTable(LETag tableTag) const;
|