Home
last modified time | relevance | path

Searched refs:SimpleGlyphBuilder (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h176 class SimpleGlyphBuilder : public Glyph::Builder,
177 public RefCounted<SimpleGlyphBuilder> {
179 virtual ~SimpleGlyphBuilder();
184 explicit SimpleGlyphBuilder(WritableFontData* data);
185 explicit SimpleGlyphBuilder(ReadableFontData* data);
Dglyph_table.cc313 builder = new SimpleGlyph::SimpleGlyphBuilder(sliced_data); in GetBuilder()
513 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::~SimpleGlyphBuilder() { in ~SimpleGlyphBuilder()
516 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SimpleGlyphBuilder( in SimpleGlyphBuilder() function in sfntly::GlyphTable::SimpleGlyph::SimpleGlyphBuilder
521 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SimpleGlyphBuilder( in SimpleGlyphBuilder() function in sfntly::GlyphTable::SimpleGlyph::SimpleGlyphBuilder
527 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SubBuildTable( in SubBuildTable()