Searched refs:glyph_builders (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc67 GlyphTable::GlyphBuilderList* glyph_builders = local
82 glyph_builders->push_back(glyph_builder);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc67 GlyphTable::GlyphBuilderList* glyph_builders = local
82 glyph_builders->push_back(glyph_builder);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.h72 void SetGlyphBuilders(BitmapGlyphBuilderList* glyph_builders);
H A Debdt_table.cc163 BitmapGlyphBuilderList* glyph_builders) {
165 std::copy(glyph_builders->begin(), glyph_builders->end(),
162 SetGlyphBuilders( BitmapGlyphBuilderList* glyph_builders) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.h72 void SetGlyphBuilders(BitmapGlyphBuilderList* glyph_builders);
H A Debdt_table.cc163 BitmapGlyphBuilderList* glyph_builders) {
165 std::copy(glyph_builders->begin(), glyph_builders->end(),
162 SetGlyphBuilders( BitmapGlyphBuilderList* glyph_builders) argument
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc80 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) { argument
108 glyph_builders_ = *glyph_builders;
H A Dglyph_table.h140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc80 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) { argument
108 glyph_builders_ = *glyph_builders;
H A Dglyph_table.h140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc178 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/subtly/
H A Dfont_assembler.cc178 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/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc247 GlyphTable::GlyphBuilderList* glyph_builders = local
264 glyph_builders->push_back(glyph_builder);
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc247 GlyphTable::GlyphBuilderList* glyph_builders = local
264 glyph_builders->push_back(glyph_builder);

Completed in 270 milliseconds