Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sample/subtly/
Dfont_info.h56 typedef std::map<int32_t, GlyphId> CharacterMap; typedef
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; } in chars_to_glyph_ids()
83 void set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids);
92 CharacterMap* chars_to_glyph_ids_;
113 bool GetCharacterMap(CharacterMap* chars_to_glyph_ids);
114 bool ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids,
Dfont_info.cc58 : chars_to_glyph_ids_(new CharacterMap), in FontInfo()
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, in FontInfo()
66 chars_to_glyph_ids_ = new CharacterMap(chars_to_glyph_ids->begin(), in FontInfo()
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids) { in set_chars_to_glyph_ids()
141 CharacterMap* chars_to_glyph_ids = new CharacterMap; in GetFontInfo()
172 bool FontSourcedInfoBuilder::GetCharacterMap(CharacterMap* chars_to_glyph_ids) { in GetCharacterMap()
192 FontSourcedInfoBuilder::ResolveCompositeGlyphs(CharacterMap* chars_to_glyph_ids, in ResolveCompositeGlyphs()
205 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(), in ResolveCompositeGlyphs()
Dfont_assembler.cc89 CharacterMap* chars_to_glyph_ids = font_info_->chars_to_glyph_ids(); in AssembleCMapTable()
101 for (CharacterMap::iterator it = chars_to_glyph_ids->begin(), in AssembleCMapTable()