HomeSort by relevance Sort by last modified time
    Searched refs:readFontTable (Results 1 - 11 of 11) sorted by null

  /external/icu4c/samples/layout/
FontTableCache.h 26 virtual const void *readFontTable(LETag tableTag) const = 0;
FontTableCache.cpp 65 const void *table = readFontTable(tableTag);
GnomeFontInstance.cpp 102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const
GDIFontInstance.h 68 virtual const void *readFontTable(LETag tableTag) const;
GnomeFontInstance.h 67 virtual const void *readFontTable(LETag tableTag) const;
GDIFontInstance.cpp 263 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
  /external/icu4c/test/letest/
FontTableCache.h 28 virtual const void *readFontTable(LETag tableTag) const = 0;
SimpleFontInstance.h 30 const void *readFontTable(LETag tableTag) const;
PortableFontInstance.cpp 115 headTable = (const HEADTable *) readFontTable(headTag);
126 //nameTable = (NAMETable *) readFontTable(nameTag);
142 hheaTable = (HHEATable *) readFontTable(hheaTag);
238 const void *PortableFontInstance::readFontTable(LETag tableTag) const
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);
FontTableCache.cpp 65 const void *table = readFontTable(tableTag);
PortableFontInstance.h 66 const void *readFontTable(LETag tableTag) const;

Completed in 183 milliseconds