OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFontTable
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/layout/
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
(tableTag, ignored); }
LayoutEngine.cpp
465
const void *LayoutEngine::
getFontTable
(LETag tableTag, size_t &length) const
467
return fFontInstance->
getFontTable
(tableTag, length);
/external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.h
87
virtual const void *
getFontTable
(LETag tableTag) const;
131
inline const void *ScriptCompositeFontInstance::
getFontTable
(LETag /*tableTag*/) const
GnomeFontInstance.cpp
117
const void *GnomeFontInstance::
getFontTable
(LETag tableTag) const
GDIFontInstance.cpp
335
const void *GDIFontInstance::
getFontTable
(LETag tableTag) const
/external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp
44
const void *SimpleFontInstance::
getFontTable
(LETag tableTag, size_t &length) const
PortableFontInstance.cpp
253
const void *PortableFontInstance::
getFontTable
(LETag tableTag, size_t &length) const
/external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp
41
const void *SimpleFontInstance::
getFontTable
(LETag tableTag) const
PortableFontInstance.cpp
251
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
254
return
getFontTable
(tableTag, ignored);
257
const void *PortableFontInstance::
getFontTable
(LETag tableTag, size_t &length) const
/frameworks/minikin/libs/minikin/
MinikinInternal.cpp
82
hb_blob_t*
getFontTable
(MinikinFont* minikinFont, uint32_t tag) {
Completed in 148 milliseconds