Home
last modified time | relevance | path

Searched refs:glyph_builders (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc67 GlyphTable::GlyphBuilderList* glyph_builders = in Subset() local
82 glyph_builders->push_back(glyph_builder); in Subset()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc80 GlyphBuilderList* glyph_builders = GetGlyphBuilders(); in GenerateLocaList() local
82 if (glyph_builders->size() == 0) { in GenerateLocaList()
86 for (GlyphBuilderList::iterator b = glyph_builders->begin(), in GenerateLocaList()
87 b_end = glyph_builders->end(); in GenerateLocaList()
107 void GlyphTable::Builder::SetGlyphBuilders(GlyphBuilderList* glyph_builders) { in SetGlyphBuilders() argument
108 glyph_builders_ = *glyph_builders; in SetGlyphBuilders()
Dglyph_table.h140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc163 BitmapGlyphBuilderList* glyph_builders) { in SetGlyphBuilders() argument
165 std::copy(glyph_builders->begin(), glyph_builders->end(), in SetGlyphBuilders()
Debdt_table.h72 void SetGlyphBuilders(BitmapGlyphBuilderList* glyph_builders);
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc178 GlyphTable::GlyphBuilderList* glyph_builders = in AssembleGlyphAndLocaTables() local
209 glyph_builders->push_back(glyph_builder); in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc288 GlyphTable::GlyphBuilderList* glyph_builders = in SetupGlyfBuilders() local
305 glyph_builders->push_back(glyph_builder); in SetupGlyfBuilders()