OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFontTable
(Results
1 - 21
of
21
) sorted by null
/external/icu4c/layout/
LEFontInstance.h
166
virtual const void *
getFontTable
(LETag tableTag) const = 0;
186
virtual const void*
getFontTable
(LETag tableTag, size_t &length) const { length=-1; return
getFontTable
(tableTag); } /* -1 = unknown length */
ThaiLayoutEngine.cpp
115
KernTable kt(fFontInstance,
getFontTable
(kernTableTag));
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);
LayoutEngine.h
260
virtual const void *
getFontTable
(LETag tableTag) const;
OpenTypeLayoutEngine.cpp
136
const GlyphPositioningTableHeader *gposTable = (const GlyphPositioningTableHeader *)
getFontTable
(gposTableTag);
201
fGDEFTable = (const GlyphDefinitionTableHeader *)
getFontTable
(gdefTableTag);
490
KernTable kt(fFontInstance,
getFontTable
(kernTableTag));
/external/icu4c/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/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);
PortableFontInstance.h
66
virtual const void *
getFontTable
(LETag tableTag) const;
/external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h
37
virtual const void *
getFontTable
(LETag tableTag) const;
SimpleFontInstance.cpp
41
const void *SimpleFontInstance::
getFontTable
(LETag tableTag) const
PortableFontInstance.h
73
virtual const void *
getFontTable
(LETag tableTag) const;
PortableFontInstance.cpp
233
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
/external/icu4c/test/letest/
SimpleFontInstance.h
37
virtual const void *
getFontTable
(LETag tableTag) const;
SimpleFontInstance.cpp
41
const void *SimpleFontInstance::
getFontTable
(LETag tableTag) const
PortableFontInstance.h
73
virtual const void *
getFontTable
(LETag tableTag) const;
PortableFontInstance.cpp
233
const void *PortableFontInstance::
getFontTable
(LETag tableTag) const
/external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h
698
GetFontTablePtr
getFontTable
;
[
all
...]
Completed in 792 milliseconds