Home
last modified time | relevance | path

Searched refs:getBitmapTop (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java453 public int getBitmapTop() { in getBitmapTop() method in FreeType.GlyphSlot
454 return getBitmapTop(address); in getBitmapTop()
457 private static native int getBitmapTop(long slot); /* in getBitmapTop() method in FreeType.GlyphSlot
DFreeTypeFontGenerator.java263 …glyph.yoffset = flip ? -slot.getBitmapTop() + baseline : -(glyph.height - slot.getBitmapTop()) - b… in generateGlyphAndBitmap()