HomeSort by relevance Sort by last modified time
    Searched full:secondglyphcode (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Kerning.java 73 private void storeKerningOffset (int firstGlyphCode, int secondGlyphCode, int offset) {
79 int key = (firstGlyphCode << 16) | secondGlyphCode;
127 int secondGlyphCode = input.readUnsignedShort();
129 storeKerningOffset(firstGlyphCode, secondGlyphCode, offset);
BMFontUtil.java 135 int secondGlyphCode = entry.key & 0xffff;
138 int secondCodePoint = glyphCodeToCodePoint.get(secondGlyphCode, -1);

Completed in 475 milliseconds