Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLayoutEngine.h268 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
273 …virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(table… in getFontTable() function
DLEFontInstance.h165 virtual const void* getFontTable(LETag tableTag, size_t &length) const = 0;
DLayoutEngine.cpp465 const void *LayoutEngine::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in LayoutEngine
467 return fFontInstance->getFontTable(tableTag, length); in getFontTable()
DLETableReference.h206 …fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an e… in loadTable()
/external/icu/icu4c/source/samples/layout/
DScriptCompositeFontInstance.h87 virtual const void *getFontTable(LETag tableTag) const;
131 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const in getFontTable() function
DGnomeFontInstance.h76 virtual const void *getFontTable(LETag tableTag) const;
DGDIFontInstance.h81 virtual const void *getFontTable(LETag tableTag) const;
DGnomeFontInstance.cpp117 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GnomeFontInstance
DGDIFontInstance.cpp335 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GDIFontInstance
/external/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.h74 virtual const void *getFontTable(LETag tableTag) const;
75 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
DPortableFontInstance.cpp251 const void *PortableFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in PortableFontInstance
254 return getFontTable(tableTag, ignored); in getFontTable()
257 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in PortableFontInstance
DSimpleFontInstance.h37 virtual const void *getFontTable(LETag tableTag) const;
DSimpleFontInstance.cpp41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in SimpleFontInstance
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.h37 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
DSimpleFontInstance.cpp44 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in SimpleFontInstance
DPortableFontInstance.h74 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
DPortableFontInstance.cpp253 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in PortableFontInstance