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

  /external/icu4c/layout/
PairPositioningSubtables.cpp 58 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID();
62 pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize);
95 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID();
99 le_int32 class2 = classDef2->getGlyphClass(secondGlyph);
131 // sorted by secondGlyph. Unfortunately, there are fonts
136 if (SWAPW(record->secondGlyph) == glyphID) {
150 if (SWAPW(trial->secondGlyph) <= glyphID) {
158 if (SWAPW(trial->secondGlyph) <= glyphID) {
163 if (SWAPW(record->secondGlyph) == glyphID) {
PairPositioningSubtables.h 27 TTGlyphID secondGlyph;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 559 GlyphID secondGlyph; /* GlyphID of second glyph in the
584 c->input->add (record->secondGlyph);
604 if (buffer->info[pos].codepoint == record->secondGlyph)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 556 GlyphID secondGlyph; /* GlyphID of second glyph in the
581 c->input->add (record->secondGlyph);
600 if (c->buffer->info[pos].codepoint == record->secondGlyph)
    [all...]

Completed in 349 milliseconds