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()243 const void *PortableFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in PortableFontInstance253 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag); in findUnicodeMapper()268 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag); in getNameString()307 const MAXPTable *maxpTable = (MAXPTable *) readFontTable(maxpTag); in getGlyphAdvance()315 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag); in getGlyphAdvance()
28 virtual const void *readFontTable(LETag tableTag) const = 0;
30 const void *readFontTable(LETag tableTag) const;
60 const void *table = readFontTable(tableTag); in find()
67 const void *readFontTable(LETag tableTag) const;
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;
68 virtual const void *readFontTable(LETag tableTag) const;
67 virtual const void *readFontTable(LETag tableTag) const;
296 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag); in initMapper()316 const void *GDIFontInstance::readFontTable(LETag tableTag) const in readFontTable() function in GDIFontInstance