Home
last modified time | relevance | path

Searched defs:Glyph (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
DGlyph.java31 public class Glyph { class
41 Glyph (int codePoint, Rectangle bounds, GlyphVector vector, int index, UnicodeFont unicodeFont) { in Glyph() method in Glyph
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() function in sfntly::EbdtTable
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java483 public static class Glyph extends Pointer implements Disposable { class in FreeType
486 Glyph (long address) { in Glyph() method in FreeType.Glyph
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc256 GlyphTable::Glyph::Glyph(ReadableFontData* data, int32_t glyph_type) in Glyph() function in sfntly::GlyphTable::Glyph
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py208 class Glyph(object): class
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBitmapFont.java388 public static class Glyph { class in BitmapFont