Home
last modified time | relevance | path

Searched refs:glyph_builder (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc80 GlyphBuilderPtr glyph_builder; in Subset() local
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in Subset()
82 glyph_builders->push_back(glyph_builder); in Subset()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc207 GlyphBuilderPtr glyph_builder; in AssembleGlyphAndLocaTables() local
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in AssembleGlyphAndLocaTables()
209 glyph_builders->push_back(glyph_builder); in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc226 BitmapGlyphBuilderPtr glyph_builder; in Initialize() local
227 glyph_builder.Attach(BitmapGlyph::Builder::CreateGlyphBuilder( in Initialize()
229 glyph_builder_map[entry->first] = glyph_builder; in Initialize()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc264 GlyphBuilderPtr glyph_builder; in SetupGlyfBuilders() local
265 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data)); in SetupGlyfBuilders()
266 glyph_builders->push_back(glyph_builder); in SetupGlyfBuilders()