Home
last modified time | relevance | path

Searched refs:secondGlyph (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DPairPositioningSubtables.cpp58 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process() local
62 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
95 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process() local
99 le_int32 class2 = classDef2->getGlyphClass(secondGlyph); in process()
136 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
150 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
158 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
163 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
DPairPositioningSubtables.h27 TTGlyphID secondGlyph; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh556 GlyphID secondGlyph; /* GlyphID of second glyph in the member
581 c->input->add (record->secondGlyph); in collect_glyphs()
600 if (c->buffer->info[pos].codepoint == record->secondGlyph) in apply()