Searched refs:toBitmap (Results 1 – 2 of 2) sorted by relevance
509 public void toBitmap(int renderMode) { in toBitmap() method in FreeType.Glyph510 long bitmap = toBitmap(address, renderMode); in toBitmap()516 private static native long toBitmap(long glyph, int renderMode); /* in toBitmap() method in FreeType.Glyph
490 …mainGlyph.toBitmap(parameter.mono ? FreeType.FT_RENDER_MODE_MONO : FreeType.FT_RENDER_MODE_NORMAL); in createGlyph()506 …borderGlyph.toBitmap(parameter.mono ? FreeType.FT_RENDER_MODE_MONO : FreeType.FT_RENDER_MODE_NORMA… in createGlyph()