Searched defs:readFontTable (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/samples/layout/
H A DGnomeFontInstance.cpp102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const function in class:GnomeFontInstance
H A DGDIFontInstance.cpp263 headTable = (const HEADTable *) readFontTable(LE_HEAD_TABLE_TAG);
273 hheaTable = (HHEATable *) readFontTable(LE_HHEA_TABLE_TAG);
320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
340 const void *GDIFontInstance::readFontTable(LETag tableTag) const function in class:GDIFontInstance
/external/chromium_org/third_party/icu/source/test/letest/
H A DPortableFontInstance.cpp115 headTable = (const HEADTable *) readFontTable(headTag);
126 //nameTable = (NAMETable *) readFontTable(nameTag);
142 hheaTable = (HHEATable *) readFontTable(hheaTag);
238 const void *PortableFontInstance::readFontTable(LETag tableTag) const function in class:PortableFontInstance
248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag);
263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag);
351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);
/external/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.cpp73 hb_blob_t *PortableFontInstance::readFontTable(LETag tableTag) const function in class:PortableFontInstance
/external/icu4c/test/letest/
H A DPortableFontInstance.cpp115 headTable = (const HEADTable *) readFontTable(headTag);
126 //nameTable = (NAMETable *) readFontTable(nameTag);
142 hheaTable = (HHEATable *) readFontTable(hheaTag);
238 const void *PortableFontInstance::readFontTable(LETag tableTag) const function in class:PortableFontInstance
248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag);
263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag);
351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);

Completed in 81 milliseconds