/external/icu/icu4c/source/layout/ |
D | LayoutEngine.h | 268 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
|
D | LEFontInstance.h | 165 virtual const void* getFontTable(LETag tableTag, size_t &length) const = 0;
|
D | LayoutEngine.cpp | 465 const void *LayoutEngine::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in LayoutEngine 467 return fFontInstance->getFontTable(tableTag, length); in getFontTable()
|
D | LETableReference.h | 206 …fStart = (const le_uint8*)(fFont->getFontTable(fTag, fLength)); // note - a null table is not an e… in loadTable()
|
/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 87 virtual const void *getFontTable(LETag tableTag) const; 131 inline const void *ScriptCompositeFontInstance::getFontTable(LETag /*tableTag*/) const in getFontTable() function
|
D | GnomeFontInstance.h | 76 virtual const void *getFontTable(LETag tableTag) const;
|
D | GDIFontInstance.h | 81 virtual const void *getFontTable(LETag tableTag) const;
|
D | GnomeFontInstance.cpp | 117 const void *GnomeFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GnomeFontInstance
|
D | GDIFontInstance.cpp | 335 const void *GDIFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in GDIFontInstance
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.h | 74 virtual const void *getFontTable(LETag tableTag) const; 75 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | PortableFontInstance.cpp | 251 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
|
D | SimpleFontInstance.h | 37 virtual const void *getFontTable(LETag tableTag) const;
|
D | SimpleFontInstance.cpp | 41 const void *SimpleFontInstance::getFontTable(LETag tableTag) const in getFontTable() function in SimpleFontInstance
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.h | 37 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | SimpleFontInstance.cpp | 44 const void *SimpleFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in SimpleFontInstance
|
D | PortableFontInstance.h | 74 virtual const void *getFontTable(LETag tableTag, size_t &length) const;
|
D | PortableFontInstance.cpp | 253 const void *PortableFontInstance::getFontTable(LETag tableTag, size_t &length) const in getFontTable() function in PortableFontInstance
|