Searched defs:BitmapGlyph (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph.cc23 * BitmapGlyph class
25 BitmapGlyph::~BitmapGlyph() {
28 CALLER_ATTACH BitmapGlyph* BitmapGlyph::CreateGlyph(ReadableFontData* data,
34 glyph.Attach(down_cast<BitmapGlyph*>(builder->Build()));
39 BitmapGlyph::BitmapGlyph(ReadableFontData* data, int32_t format) function in class:sfntly::BitmapGlyph
44 * BitmapGlyph::Builder class
46 BitmapGlyph
[all...]
H A Dbitmap_glyph.h27 class BitmapGlyph : public SubTable { class in namespace:sfntly
98 virtual ~BitmapGlyph();
100 static CALLER_ATTACH BitmapGlyph* CreateGlyph(ReadableFontData* data,
107 BitmapGlyph(ReadableFontData* data, int32_t format);
112 typedef Ptr<BitmapGlyph> BitmapGlyphPtr;
113 typedef Ptr<BitmapGlyph::Builder> BitmapGlyphBuilderPtr;

Completed in 64 milliseconds