HomeSort by relevance Sort by last modified time
    Searched refs:LookupSubtable (Results 1 - 15 of 15) sorted by null

  /external/icu4c/layout/
Lookups.cpp 26 const LookupSubtable *LookupTable::getLookupSubtable(le_uint16 subtableIndex) const
34 return (const LookupSubtable *) ((char *) this + SWAPW(subtableOffset));
37 le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const
Lookups.h 31 struct LookupSubtable
48 const LookupSubtable *getLookupSubtable(le_uint16 subtableIndex) const;
59 inline le_int32 LookupSubtable::getGlyphCoverage(LEGlyphID glyphID) const
ExtensionSubtables.cpp 37 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset);
GlyphPosnLookupProc.h 39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
GlyphPositioningTables.h 48 typedef LookupSubtable GlyphPositioningSubtable;
GlyphSubstLookupProc.h 41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
GlyphSubstitutionTables.h 52 typedef LookupSubtable GlyphSubstitutionSubtable;
LookupProcessor.h 31 struct LookupSubtable;
43 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 subtableType,
GlyphPosnLookupProc.cpp 62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType,
80 const SinglePositioningSubtable *subtable = (const SinglePositioningSubtable *) lookupSubtable;
88 const PairPositioningSubtable *subtable = (const PairPositioningSubtable *) lookupSubtable;
96 const CursiveAttachmentSubtable *subtable = (const CursiveAttachmentSubtable *) lookupSubtable;
104 const MarkToBasePositioningSubtable *subtable = (const MarkToBasePositioningSubtable *) lookupSubtable;
112 const MarkToLigaturePositioningSubtable *subtable = (const MarkToLigaturePositioningSubtable *) lookupSubtable;
120 const MarkToMarkPositioningSubtable *subtable = (const MarkToMarkPositioningSubtable *) lookupSubtable;
128 const ContextualPositioningSubtable *subtable = (const ContextualPositioningSubtable *) lookupSubtable;
136 const ChainingContextualPositioningSubtable *subtable = (const ChainingContextualPositioningSubtable *) lookupSubtable;
    [all...]
GlyphSubstLookupProc.cpp 51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType,
67 const SingleSubstitutionSubtable *subtable = (const SingleSubstitutionSubtable *) lookupSubtable;
75 const MultipleSubstitutionSubtable *subtable = (const MultipleSubstitutionSubtable *) lookupSubtable;
83 const AlternateSubstitutionSubtable *subtable = (const AlternateSubstitutionSubtable *) lookupSubtable;
91 const LigatureSubstitutionSubtable *subtable = (const LigatureSubstitutionSubtable *) lookupSubtable;
99 const ContextualSubstitutionSubtable *subtable = (const ContextualSubstitutionSubtable *) lookupSubtable;
107 const ChainingContextualSubstitutionSubtable *subtable = (const ChainingContextualSubstitutionSubtable *) lookupSubtable;
115 const ExtensionSubtable *subtable = (const ExtensionSubtable *) lookupSubtable;
LookupProcessor.cpp 35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable);
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 6684 milliseconds