Home
last modified time | relevance | path

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

/external/skia/tools/fonts/
DSkTestSVGTypeface.h129 struct Glyph { struct
140 std::unique_ptr<Glyph[]> fGlyphs; argument
DSkTestSVGTypeface.cpp88 SkTestSVGTypeface::Glyph::Glyph() : fOrigin{0,0}, fAdvance(0) {} in Glyph() function in SkTestSVGTypeface::Glyph
/external/skqp/tools/fonts/
DSkTestSVGTypeface.h129 struct Glyph { struct
140 std::unique_ptr<Glyph[]> fGlyphs; argument
DSkTestSVGTypeface.cpp88 SkTestSVGTypeface::Glyph::Glyph() : fOrigin{0,0}, fAdvance(0) {} in Glyph() function in SkTestSVGTypeface::Glyph
/external/skqp/samplecode/
DSamplePathText.cpp95 struct Glyph { struct in PathText
115 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()
/external/skia/samplecode/
DSamplePathText.cpp95 struct Glyph { struct in PathText
115 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()
/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixGlyph.py24 class Glyph(object): class
D_g_l_y_f.py350 class Glyph(object): class
/external/fonttools/Tests/ufoLib/
DtestSupport.py25 class Glyph(object): class
/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/ufoLib/
DglifLib.py63 class Glyph(object): class