Home
last modified time | relevance | path

Searched refs:BitmapGlyphBuilderList (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.h63 BitmapGlyphBuilderList* GlyphBuilders();
72 void SetGlyphBuilders(BitmapGlyphBuilderList* glyph_builders);
85 BitmapGlyphBuilderList* GetGlyphBuilders();
88 BitmapGlyphBuilderList* output);
92 BitmapGlyphBuilderList glyph_builders_;
Debdt_table.cc76 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), in SubDataSizeToSerialize()
102 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), in SubSerialize()
136 for (BitmapGlyphBuilderList::iterator builder_map = glyph_builders_.begin(), in GenerateLocaList()
158 BitmapGlyphBuilderList* EbdtTable::Builder::GlyphBuilders() { in GlyphBuilders()
163 BitmapGlyphBuilderList* glyph_builders) { in SetGlyphBuilders()
192 BitmapGlyphBuilderList* EbdtTable::Builder::GetGlyphBuilders() { in GetGlyphBuilders()
209 BitmapGlyphBuilderList* output) { in Initialize()
Dbitmap_glyph.h115 typedef std::vector<BitmapGlyphBuilderMap> BitmapGlyphBuilderList; typedef