HomeSort by relevance Sort by last modified time
    Searched refs:glyph_builder (Results 1 - 4 of 4) sorted by null

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 80 GlyphBuilderPtr glyph_builder; local
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
82 glyph_builders->push_back(glyph_builder);
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 207 GlyphBuilderPtr glyph_builder; local
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
209 glyph_builders->push_back(glyph_builder);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 226 BitmapGlyphBuilderPtr glyph_builder; local
227 glyph_builder.Attach(BitmapGlyph::Builder::CreateGlyphBuilder(
229 glyph_builder_map[entry->first] = glyph_builder;
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 264 GlyphBuilderPtr glyph_builder; local
265 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
266 glyph_builders->push_back(glyph_builder);

Completed in 231 milliseconds