Searched defs:CharacterMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h56 typedef std::map<int32_t, GlyphId> CharacterMap; typedef in namespace:subtly
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
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,
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h56 typedef std::map<int32_t, GlyphId> CharacterMap; typedef in namespace:subtly
68 FontInfo(CharacterMap* chars_to_glyph_ids,
81 CharacterMap* chars_to_glyph_ids() const { return chars_to_glyph_ids_; }
82 // Takes ownership of the chars_to_glyph_ids CharacterMap.
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,

Completed in 28 milliseconds