HomeSort by relevance Sort by last modified time
    Searched defs:CharacterMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h 56 typedef std::map<int32_t, GlyphId> CharacterMap;
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/
font_info.h 56 typedef std::map<int32_t, GlyphId> CharacterMap;
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 24 milliseconds