Searched refs:SimpleGlyphBuilder (Results 1 – 4 of 4) sorted by relevance
176 class SimpleGlyphBuilder : public Glyph::Builder,177 public RefCounted<SimpleGlyphBuilder> {179 virtual ~SimpleGlyphBuilder();184 explicit SimpleGlyphBuilder(WritableFontData* data);185 explicit SimpleGlyphBuilder(ReadableFontData* data);
313 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::SimpleGlyphBuilder498 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SimpleGlyphBuilder( in SimpleGlyphBuilder() function in sfntly::GlyphTable::SimpleGlyph::SimpleGlyphBuilder504 GlyphTable::SimpleGlyph::SimpleGlyphBuilder::SubBuildTable( in SubBuildTable()
235 public static class SimpleGlyphBuilder extends Glyph.Builder<SimpleGlyph> { class in SimpleGlyph236 protected SimpleGlyphBuilder(WritableFontData data, int offset, int length) { in SimpleGlyphBuilder() method in SimpleGlyph.SimpleGlyphBuilder240 protected SimpleGlyphBuilder(ReadableFontData data, int offset, int length) { in SimpleGlyphBuilder() method in SimpleGlyph.SimpleGlyphBuilder
184 return new SimpleGlyph.SimpleGlyphBuilder(data, offset, length); in getBuilder()