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/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp
41
const void *SimpleFontInstance::
getFontTable
(LETag tableTag) const
PortableFontInstance.cpp
233
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
/external/icu4c/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/icu4c/test/letest/
SimpleFontInstance.cpp
41
const void *SimpleFontInstance::
getFontTable
(LETag tableTag) const
PortableFontInstance.cpp
233
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
41
hheaTable = (HHEATable *)
getFontTable
(hheaTag);
68
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
81
const CMAPTable *cmap = (CMAPTable *)
getFontTable
(cmapTag);
96
realThis->fNAMETable = (const NAMETable *)
getFontTable
(nameTag);
129
realThis->fNAMETable = (const NAMETable *)
getFontTable
(nameTag);
176
const MAXPTable *maxpTable = (MAXPTable *)
getFontTable
(maxpTag);
183
realThis->fHMTXTable = (const HMTXTable *)
getFontTable
(hmtxTag);
/external/icu4c/layout/
LayoutEngine.cpp
377
KernTable kt(fFontInstance,
getFontTable
(kernTableTag));
463
const void *LayoutEngine::
getFontTable
(LETag tableTag) const
465
return fFontInstance->
getFontTable
(tableTag);
531
const GlyphSubstitutionTableHeader *gsubTable = (const GlyphSubstitutionTableHeader *) fontInstance->
getFontTable
(gsubTableTag);
605
MorphTableHeader2 *morxTable = (MorphTableHeader2 *)fontInstance->
getFontTable
(morxTableTag);
609
const MorphTableHeader *mortTable = (MorphTableHeader *) fontInstance->
getFontTable
(mortTableTag);
/external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h
698
GetFontTablePtr
getFontTable
;
[
all
...]
Completed in 3725 milliseconds