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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Kerning.java 207 int secondGlyph = input.readUnsignedShort();
211 storeKerningOffset(firstGlyph, secondGlyph, xAdvance1);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 584 GlyphID secondGlyph; /* GlyphID of second glyph in the
609 c->input->add (record->secondGlyph);
636 hb_codepoint_t mid_x = record->secondGlyph;
    [all...]

Completed in 214 milliseconds