Searched defs:getFontTable (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.h87 virtual const void *getFontTable(LETag tableTag) const;
131 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const function in class:ScriptCompositeFontInstance
H A DGnomeFontInstance.cpp117 const void *GnomeFontInstance::getFontTable(LETag tableTag) const function in class:GnomeFontInstance
H A DGDIFontInstance.cpp335 const void *GDIFontInstance::getFontTable(LETag tableTag) const function in class:GDIFontInstance
/external/chromium_org/third_party/icu/source/test/letest/
H A DSimpleFontInstance.cpp41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp233 const void *PortableFontInstance::getFontTable(LETag tableTag) const function in class:PortableFontInstance
/external/icu4c/test/letest/
H A DSimpleFontInstance.cpp41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp233 const void *PortableFontInstance::getFontTable(LETag tableTag) const function in class:PortableFontInstance
/external/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.cpp41 hheaTable = (HHEATable *) getFontTable(hheaTag);
68 const void *PortableFontInstance::getFontTable(LETag tableTag) const function in class:PortableFontInstance
81 const CMAPTable *cmap = (CMAPTable *) getFontTable(cmapTag);
96 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag);
129 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag);
176 const MAXPTable *maxpTable = (MAXPTable *) getFontTable(maxpTag);
183 realThis->fHMTXTable = (const HMTXTable *) getFontTable(hmtxTag);
/external/icu4c/layout/
H A DLayoutEngine.cpp377 KernTable kt(fFontInstance, getFontTable(kernTableTag));
463 const void *LayoutEngine::getFontTable(LETag tableTag) const function in class:LayoutEngine
465 return fFontInstance->getFontTable(tableTag);
531 const GlyphSubstitutionTableHeader *gsubTable = (const GlyphSubstitutionTableHeader *) fontInstance->getFontTable(gsubTableTag);
605 MorphTableHeader2 *morxTable = (MorphTableHeader2 *)fontInstance->getFontTable(morxTableTag);
609 const MorphTableHeader *mortTable = (MorphTableHeader *) fontInstance->getFontTable(mortTableTag);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h698 GetFontTablePtr getFontTable; member in struct:_NPFontExtensions

Completed in 395 milliseconds