Searched refs:getFontTable (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/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 DGDIFontInstance.h81 virtual const void *getFontTable(LETag tableTag) const;
H A DGnomeFontInstance.h76 virtual const void *getFontTable(LETag tableTag) const;
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
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLEFontInstance.h170 virtual const void *getFontTable(LETag tableTag) const = 0;
191 virtual const void* getFontTable(LETag tableTag, size_t &length) const { length=-1; return getFontTable(tableTag); } /* -1 = unknown length */ function in class:LEFontInstance
H A DLayoutEngine.h261 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
266 virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(tableTag, ignored); } function in class:LayoutEngine
H A DLayoutEngine.cpp465 const void *LayoutEngine::getFontTable(LETag tableTag, size_t &length) const function in class:LayoutEngine
467 return fFontInstance->getFontTable(tableTag, length);
609 MorphTableHeader2 *morxTable = (MorphTableHeader2 *)fontInstance->getFontTable(morxTableTag);
H A DLETableReference.h206 fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an error.
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A DSimpleFontInstance.h37 virtual const void *getFontTable(LETag tableTag) const;
H A DPortableFontInstance.h74 virtual const void *getFontTable(LETag tableTag) const;
75 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
H A DSimpleFontInstance.cpp41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp251 const void *PortableFontInstance::getFontTable(LETag tableTag) const function in class:PortableFontInstance
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const function in class:PortableFontInstance
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A DSimpleFontInstance.h37 virtual const void *getFontTable(LETag tableTag) const;
H A DPortableFontInstance.h74 virtual const void *getFontTable(LETag tableTag) const;
75 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
H A DSimpleFontInstance.cpp41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const function in class:SimpleFontInstance
H A DPortableFontInstance.cpp251 const void *PortableFontInstance::getFontTable(LETag tableTag) const function in class:PortableFontInstance
254 return getFontTable(tableTag, ignored);
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const function in class:PortableFontInstance

Completed in 287 milliseconds