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

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 67 GlyphTable::GlyphBuilderList* glyph_builders = local
82 glyph_builders->push_back(glyph_builder);
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 178 GlyphTable::GlyphBuilderList* glyph_builders = local
201 // added to the glyph_builders belonging to the glyph_table_builder.
209 glyph_builders->push_back(glyph_builder);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 249 GlyphTable::GlyphBuilderList* glyph_builders = local
266 glyph_builders->push_back(glyph_builder);
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 80 GlyphBuilderList* glyph_builders = GetGlyphBuilders(); local
82 if (glyph_builders->size() == 0) {
86 for (GlyphBuilderList::iterator b = glyph_builders->begin(),
87 b_end = glyph_builders->end();
107 void GlyphTable::Builder::SetGlyphBuilders(GlyphBuilderList* glyph_builders) {
108 glyph_builders_ = *glyph_builders;

Completed in 208 milliseconds