Home
last modified time | relevance | path

Searched refs:BitmapGlyphInfoMap (Results 1 – 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h75 typedef std::map<int32_t, BitmapGlyphInfoPtr> BitmapGlyphInfoMap; typedef
76 typedef std::vector<BitmapGlyphInfoMap> BitmapLocaList;
Debdt_table.cc140 BitmapGlyphInfoMap new_loca_map; in GenerateLocaList()
219 for (BitmapGlyphInfoMap::iterator entry = loca_map->begin(), in Initialize()
Dbitmap_size_table.h107 void GenerateLocaMap(BitmapGlyphInfoMap* output);
Deblc_table.cc260 BitmapGlyphInfoMap loca_map; in GenerateLocaList()
Dbitmap_size_table.cc373 void BitmapSizeTable::Builder::GenerateLocaMap(BitmapGlyphInfoMap* output) { in GenerateLocaMap()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc363 BitmapGlyphInfoMap info_map; in InitializeBitmapBuilder()
436 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4()
446 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat4()
447 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat4()
474 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5()
499 BitmapGlyphInfoMap::const_iterator i = loca.lower_bound(lower_bound); in ConstructIndexFormat5()
500 BitmapGlyphInfoMap::const_iterator end = loca.end(); in ConstructIndexFormat5()
524 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable()