Home
last modified time | relevance | path

Searched refs:GlyphBuilderList (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h109 typedef std::vector<GlyphBuilderPtr> GlyphBuilderList; typedef
132 GlyphBuilderList* GlyphBuilders();
140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
154 GlyphBuilderList* GetGlyphBuilders();
157 GlyphBuilderList glyph_builders_;
Dglyph_table.cc80 GlyphBuilderList* glyph_builders = GetGlyphBuilders(); in GenerateLocaList()
86 for (GlyphBuilderList::iterator b = glyph_builders->begin(), in GenerateLocaList()
103 GlyphTable::GlyphBuilderList* GlyphTable::Builder::GlyphBuilders() { in GlyphBuilders()
107 void GlyphTable::Builder::SetGlyphBuilders(GlyphBuilderList* glyph_builders) { in SetGlyphBuilders()
136 for (GlyphBuilderList::iterator b = glyph_builders_.begin(), in SubDataSizeToSerialize()
151 for (GlyphBuilderList::iterator b = glyph_builders_.begin(), in SubSerialize()
182 GlyphTable::GlyphBuilderList* GlyphTable::Builder::GetGlyphBuilders() { in GetGlyphBuilders()
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc67 GlyphTable::GlyphBuilderList* glyph_builders = in Subset()
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc178 GlyphTable::GlyphBuilderList* glyph_builders = in AssembleGlyphAndLocaTables()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc249 GlyphTable::GlyphBuilderList* glyph_builders = in SetupGlyfBuilders()