HomeSort by relevance Sort by last modified time
    Searched refs:glyph_builders (Results 1 - 7 of 7) 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/sfntly/table/bitmap/
ebdt_table.h 72 void SetGlyphBuilders(BitmapGlyphBuilderList* glyph_builders);
ebdt_table.cc 163 BitmapGlyphBuilderList* glyph_builders) {
165 std::copy(glyph_builders->begin(), glyph_builders->end(),
  /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;
glyph_table.h 140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
  /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 247 GlyphTable::GlyphBuilderList* glyph_builders = local
264 glyph_builders->push_back(glyph_builder);

Completed in 161 milliseconds