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

12

/external/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/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;
/external/icu/icu4c/source/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
/external/chromium_org/third_party/icu/source/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
/external/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/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
/external/icu/icu4c/source/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 238 milliseconds

12