Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DPairPositioningSubtables.cpp63 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process() local
67 …pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairVal… in process()
100 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID(); in process() local
104 le_int32 class2 = classDef2->getGlyphClass(secondGlyph); in process()
141 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
155 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
163 if (SWAPW(trial->secondGlyph) <= glyphID) { in findPairValueRecord()
168 if (SWAPW(record->secondGlyph) == glyphID) { in findPairValueRecord()
DPairPositioningSubtables.h27 TTGlyphID secondGlyph; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh584 GlyphID secondGlyph; /* GlyphID of second glyph in the member
609 c->input->add (record->secondGlyph); in collect_glyphs()
636 hb_codepoint_t mid_x = record->secondGlyph; in apply()