Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathText.cpp71 struct Glyph { struct in PathText
89 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()
/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/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