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

  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeType.java 453 public int getBitmapTop() {
454 return getBitmapTop(address);
457 private static native int getBitmapTop(long slot); /*
FreeTypeFontGenerator.java 263 glyph.yoffset = flip ? -slot.getBitmapTop() + baseline : -(glyph.height - slot.getBitmapTop()) - baseline;

Completed in 77 milliseconds