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

  /external/icu/icu4c/source/layout/
PairPositioningSubtables.cpp 63 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID();
67 pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize);
100 LEGlyphID secondGlyph = glyphIterator->getCurrGlyphID();
104 le_int32 class2 = classDef2->getGlyphClass(secondGlyph);
136 // sorted by secondGlyph. Unfortunately, there are fonts
141 if (SWAPW(record->secondGlyph) == glyphID) {
155 if (SWAPW(trial->secondGlyph) <= glyphID) {
163 if (SWAPW(trial->secondGlyph) <= glyphID) {
168 if (SWAPW(record->secondGlyph) == glyphID) {
PairPositioningSubtables.h 27 TTGlyphID secondGlyph;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 565 GlyphID secondGlyph; /* GlyphID of second glyph in the
590 c->input->add (record->secondGlyph);
610 if (buffer->info[pos].codepoint == record->secondGlyph)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 565 GlyphID secondGlyph; /* GlyphID of second glyph in the
590 c->input->add (record->secondGlyph);
610 if (buffer->info[pos].codepoint == record->secondGlyph)
    [all...]

Completed in 417 milliseconds