Searched refs:getBitmapTop (Results 1 – 2 of 2) sorted by relevance
453 public int getBitmapTop() { in getBitmapTop() method in FreeType.GlyphSlot454 return getBitmapTop(address); in getBitmapTop()457 private static native int getBitmapTop(long slot); /* in getBitmapTop() method in FreeType.GlyphSlot
263 …glyph.yoffset = flip ? -slot.getBitmapTop() + baseline : -(glyph.height - slot.getBitmapTop()) - b… in generateGlyphAndBitmap()