Searched refs:readFontTable (Results 1 – 11 of 11) sorted by relevance
115 headTable = (const HEADTable *) readFontTable(headTag); in PortableFontInstance()142 hheaTable = (HHEATable *) readFontTable(hheaTag); in PortableFontInstance()238 const void *PortableFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in PortableFontInstance248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getUnicodeNameString()343 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()351 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
28 virtual const void *readFontTable(LETag tableTag) const = 0;
30 const void *readFontTable(LETag tableTag) const;
65 const void *table = readFontTable(tableTag); in find()
66 const void *readFontTable(LETag tableTag) const;
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
102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()122 const void *GnomeFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GnomeFontInstance
26 virtual const void *readFontTable(LETag tableTag) const = 0;
67 virtual const void *readFontTable(LETag tableTag) const;
68 virtual const void *readFontTable(LETag tableTag) const;