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()
490 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::~SimpleGlyphBuilder() { in ~SimpleGlyphBuilder()
493 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SimpleGlyphBuilder( in SimpleGlyphBuilder() function in sfntly::GlyphTable::SimpleGlyph::SimpleGlyphBuilder
498 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SimpleGlyphBuilder( in SimpleGlyphBuilder() function in sfntly::GlyphTable::SimpleGlyph::SimpleGlyphBuilder
504 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SubBuildTable( in SubBuildTable()