OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFontTable
(Results
1 - 20
of
20
) sorted by null
/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
GDIFontInstance.h
81
virtual const void *
getFontTable
(LETag tableTag) const;
GnomeFontInstance.h
76
virtual const void *
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/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); }
LEFontInstance.h
165
virtual const void*
getFontTable
(LETag tableTag, size_t &length) const = 0;
LayoutEngine.cpp
465
const void *LayoutEngine::
getFontTable
(LETag tableTag, size_t &length) const
467
return fFontInstance->
getFontTable
(tableTag, length);
LETableReference.h
206
fStart = (const le_uint8*)(fFont->
getFontTable
(fTag, fLength)); // note - a null table is not an error.
/external/icu/icu4c/source/test/letest/
SimpleFontInstance.h
37
virtual const void *
getFontTable
(LETag tableTag, size_t &length) const;
SimpleFontInstance.cpp
44
const void *SimpleFontInstance::
getFontTable
(LETag tableTag, size_t &length) const
PortableFontInstance.h
74
virtual const void *
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.h
37
virtual const void *
getFontTable
(LETag tableTag) const;
PortableFontInstance.h
74
virtual const void *
getFontTable
(LETag tableTag) const;
75
virtual const void *
getFontTable
(LETag tableTag, size_t &length) const;
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.h
48
hb_blob_t*
getFontTable
(MinikinFont* minikinFont, uint32_t tag);
MinikinInternal.cpp
82
hb_blob_t*
getFontTable
(MinikinFont* minikinFont, uint32_t tag) {
FontFamily.cpp
83
HbBlob os2Table(
getFontTable
(typeface, os2Tag));
177
HbBlob cmapTable(
getFontTable
(typeface, cmapTag));
Completed in 601 milliseconds