Home
last modified time | relevance | path

Searched refs:subtable (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/layout/
DGlyphPosnLookupProc.cpp80 … const SinglePositioningSubtable *subtable = (const SinglePositioningSubtable *) lookupSubtable; in applySubtable() local
82 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
88 const PairPositioningSubtable *subtable = (const PairPositioningSubtable *) lookupSubtable; in applySubtable() local
90 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
96 … const CursiveAttachmentSubtable *subtable = (const CursiveAttachmentSubtable *) lookupSubtable; in applySubtable() local
98 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
104 …const MarkToBasePositioningSubtable *subtable = (const MarkToBasePositioningSubtable *) lookupSubt… in applySubtable() local
106 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
112 …const MarkToLigaturePositioningSubtable *subtable = (const MarkToLigaturePositioningSubtable *) lo… in applySubtable() local
114 delta = subtable->process(glyphIterator, fontInstance); in applySubtable()
[all …]
DGlyphSubstLookupProc.cpp67 … const SingleSubstitutionSubtable *subtable = (const SingleSubstitutionSubtable *) lookupSubtable; in applySubtable() local
69 delta = subtable->process(glyphIterator, fFilter); in applySubtable()
75 …const MultipleSubstitutionSubtable *subtable = (const MultipleSubstitutionSubtable *) lookupSubtab… in applySubtable() local
77 delta = subtable->process(glyphIterator, success, fFilter); in applySubtable()
83 …const AlternateSubstitutionSubtable *subtable = (const AlternateSubstitutionSubtable *) lookupSubt… in applySubtable() local
85 delta = subtable->process(glyphIterator, fFilter); in applySubtable()
91 …const LigatureSubstitutionSubtable *subtable = (const LigatureSubstitutionSubtable *) lookupSubtab… in applySubtable() local
93 delta = subtable->process(glyphIterator, fFilter); in applySubtable()
99 …const ContextualSubstitutionSubtable *subtable = (const ContextualSubstitutionSubtable *) lookupSu… in applySubtable() local
101 delta = subtable->process(this, glyphIterator, fontInstance, success); in applySubtable()
[all …]
DSinglePositioningSubtables.cpp27 …const SinglePositioningFormat1Subtable *subtable = (const SinglePositioningFormat1Subtable *) this; in process() local
29 return subtable->process(glyphIterator, fontInstance); in process()
34 …const SinglePositioningFormat2Subtable *subtable = (const SinglePositioningFormat2Subtable *) this; in process() local
36 return subtable->process(glyphIterator, fontInstance); in process()
DSingleSubstitutionSubtables.cpp26 …const SingleSubstitutionFormat1Subtable *subtable = (const SingleSubstitutionFormat1Subtable *) th… in process() local
28 return subtable->process(glyphIterator, filter); in process()
33 …const SingleSubstitutionFormat2Subtable *subtable = (const SingleSubstitutionFormat2Subtable *) th… in process() local
35 return subtable->process(glyphIterator, filter); in process()
DMorphTables.cpp36 le_int16 subtable; in process() local
38 for (subtable = 0; subtable < nSubtables; subtable += 1) { in process()
DContextualSubstSubtables.cpp164 …const ContextualSubstitutionFormat1Subtable *subtable = (const ContextualSubstitutionFormat1Subtab… in process() local
165 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success); in process()
170 …const ContextualSubstitutionFormat2Subtable *subtable = (const ContextualSubstitutionFormat2Subtab… in process() local
171 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success); in process()
176 …const ContextualSubstitutionFormat3Subtable *subtable = (const ContextualSubstitutionFormat3Subtab… in process() local
177 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success); in process()
335 …const ChainingContextualSubstitutionFormat1Subtable *subtable = (const ChainingContextualSubstitut… in process() local
336 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success); in process()
341 …const ChainingContextualSubstitutionFormat2Subtable *subtable = (const ChainingContextualSubstitut… in process() local
342 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success); in process()
[all …]
DPairPositioningSubtables.cpp28 … const PairPositioningFormat1Subtable *subtable = (const PairPositioningFormat1Subtable *) this; in process() local
30 return subtable->process(glyphIterator, fontInstance); in process()
35 … const PairPositioningFormat2Subtable *subtable = (const PairPositioningFormat2Subtable *) this; in process() local
37 return subtable->process(glyphIterator, fontInstance); in process()
DExtensionSubtables.cpp33 LookupSubtable *subtable = (LookupSubtable *) ((char *) this + extOffset); in process() local
35 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success); in process()
DLookupProcessor.cpp34 for (le_uint16 subtable = 0; subtable < subtableCount; subtable += 1) { in applyLookupTable() local
35 const LookupSubtable *lookupSubtable = lookupTable->getLookupSubtable(subtable); in applyLookupTable()
/external/icu4c/test/letest/
Dcmaps.cpp57 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local
79 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10); in createUnicodeMapper()
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper()
86 switch (SWAPW(subtable->format)) { in createUnicodeMapper()
88 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper()
92 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper()
/external/icu4c/samples/layout/
Dcmaps.cpp63 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local
85 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset10); in createUnicodeMapper()
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1); in createUnicodeMapper()
92 switch (SWAPW(subtable->format)) { in createUnicodeMapper()
94 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable); in createUnicodeMapper()
98 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; in createUnicodeMapper()
/external/harfbuzz/src/
Dharfbuzz-dump.c286 Dump_GSUB_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Single() argument
288 HB_SingleSubst *SingleSubst = &subtable->st.gsub.single; in Dump_GSUB_Lookup_Single()
331 Dump_GSUB_Lookup_Ligature (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Ligature() argument
334 HB_LigatureSubst *LigatureSubst = &subtable->st.gsub.ligature; in Dump_GSUB_Lookup_Ligature()
370 Dump_GSUB_Lookup_Context (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Context() argument
372 HB_ContextSubst *ContextSubst = &subtable->st.gsub.context; in Dump_GSUB_Lookup_Context()
436 Dump_GSUB_Lookup_Chain (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Chain() argument
438 HB_ChainContextSubst *chain = &subtable->st.gsub.chain; in Dump_GSUB_Lookup_Chain()
542 Dump_GPOS_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GPOS_Lookup_Single() argument
544 HB_SinglePos *SinglePos = &subtable->st.gpos.single; in Dump_GPOS_Lookup_Single()
[all …]
Dharfbuzz-gsub-private.h427 HB_GSUB_SubTable *subtable; /* referenced subtable */
Dharfbuzz-gpos-private.h691 HB_GPOS_SubTable *subtable; /* referenced subtable */