Home
last modified time | relevance | path

Searched defs:subtable (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphPosnLookupProc.cpp80 LEReferenceTo<SinglePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
88 LEReferenceTo<PairPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
96 LEReferenceTo<CursiveAttachmentSubtable> subtable(lookupSubtable, success); in applySubtable() local
104 LEReferenceTo<MarkToBasePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
112 LEReferenceTo<MarkToLigaturePositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
120 LEReferenceTo<MarkToMarkPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
128 LEReferenceTo<ContextualPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
136 LEReferenceTo<ChainingContextualPositioningSubtable> subtable(lookupSubtable, success); in applySubtable() local
144 LEReferenceTo<ExtensionSubtable> subtable(lookupSubtable, success); in applySubtable() local
DGlyphSubstLookupProc.cpp67 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
75 const LEReferenceTo<MultipleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
83 const LEReferenceTo<AlternateSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
91 const LEReferenceTo<LigatureSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
99 const LEReferenceTo<ContextualSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
107 … const LEReferenceTo<ChainingContextualSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable() local
115 const LEReferenceTo<ExtensionSubtable> subtable(lookupSubtable, success); in applySubtable() local
DSinglePositioningSubtables.cpp27 …const LEReferenceTo<SinglePositioningFormat1Subtable> subtable(base, success, (const SinglePositio… in process() local
34 …const LEReferenceTo<SinglePositioningFormat2Subtable> subtable(base, success, (const SinglePositio… in process() local
DSingleSubstitutionSubtables.cpp26 …const LEReferenceTo<SingleSubstitutionFormat1Subtable> subtable(base, success, (const SingleSubsti… in process() local
33 …const LEReferenceTo<SingleSubstitutionFormat2Subtable> subtable(base, success, (const SingleSubsti… in process() local
DContextualSubstSubtables.cpp167 …const ContextualSubstitutionFormat1Subtable *subtable = (const ContextualSubstitutionFormat1Subtab… in process() local
173 …const ContextualSubstitutionFormat2Subtable *subtable = (const ContextualSubstitutionFormat2Subtab… in process() local
179 …const ContextualSubstitutionFormat3Subtable *subtable = (const ContextualSubstitutionFormat3Subtab… in process() local
343 …const ChainingContextualSubstitutionFormat1Subtable *subtable = (const ChainingContextualSubstitut… in process() local
349 …const ChainingContextualSubstitutionFormat2Subtable *subtable = (const ChainingContextualSubstitut… in process() local
355 …const ChainingContextualSubstitutionFormat3Subtable *subtable = (const ChainingContextualSubstitut… in process() local
DPairPositioningSubtables.cpp28 …const LEReferenceTo<PairPositioningFormat1Subtable> subtable(base, success, (const PairPositioning… in process() local
38 …const LEReferenceTo<PairPositioningFormat2Subtable> subtable(base, success, (const PairPositioning… in process() local
DExtensionSubtables.cpp38 …LEReferenceTo<LookupSubtable> subtable(base, success, extOffset); // Google patch: s/thisRef/base/ in process() local
DMorphTables.cpp37 le_int16 subtable; in process() local
DMorphTables2.cpp44 le_uint32 subtable; in process() local
DLookupProcessor.cpp34 for (le_uint16 subtable = 0; subtable < subtableCount; subtable += 1) { in applyLookupTable() local
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_size_table.cc88 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphOffset() local
96 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphLength() local
112 IndexSubTable* subtable = SearchIndexSubTables(glyph_id); in GlyphFormat() local
160 IndexSubTable* subtable = (*subtable_list)[index]; in BinarySearchIndexSubTables() local
339 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); in GlyphOffset() local
347 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); in GlyphLength() local
355 IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id); in GlyphFormat() local
437 IndexSubTable::Builder* subtable = subtable_list->at(index); in BinarySearchIndexSubTables() local
/external/icu/icu4c/source/samples/layout/
Dcmaps.cpp63 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp58 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp58 const CMAPEncodingSubtable *subtable = NULL; in createUnicodeMapper() local
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.c379 unsigned int subtable, prefix = 0, recurse_table = 0; in ia32_table_lookup() local
/external/harfbuzz_ng/src/
Dhb-ot-font.cc104 const OT::CmapSubtable *subtable = NULL; in init() local
Dhb-ot-cmap-table.hh473 subtable; /* Byte offset from beginning of table to the subtable for this encoding. */ member