Searched refs:GlyphId (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h38 class GlyphId { class in namespace:subtly
40 GlyphId(int32_t glyph_id, FontId font_id);
41 ~GlyphId() {}
43 bool operator==(const GlyphId& other) const;
44 bool operator<(const GlyphId& other) const;
56 typedef std::map<int32_t, GlyphId> CharacterMap;
57 typedef std::set<GlyphId> GlyphIdSet;
H A Dfont_info.cc39 * GlyphId class
41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) function in class:subtly::GlyphId
46 bool GlyphId::operator==(const GlyphId& other) const {
50 bool GlyphId::operator<(const GlyphId& other) const {
184 GlyphId(cmap_->GlyphId(character), font_id_)));
197 resolved_glyph_ids->insert(GlyphId(
[all...]
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h38 class GlyphId { class in namespace:subtly
40 GlyphId(int32_t glyph_id, FontId font_id);
41 ~GlyphId() {}
43 bool operator==(const GlyphId& other) const;
44 bool operator<(const GlyphId& other) const;
56 typedef std::map<int32_t, GlyphId> CharacterMap;
57 typedef std::set<GlyphId> GlyphIdSet;
H A Dfont_info.cc39 * GlyphId class
41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) function in class:subtly::GlyphId
46 bool GlyphId::operator==(const GlyphId& other) const {
50 bool GlyphId::operator<(const GlyphId& other) const {
184 GlyphId(cmap_->GlyphId(character), font_id_)));
197 resolved_glyph_ids->insert(GlyphId(
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_test.cc153 int32_t glyph_id1 = cmap1_->GlyphId(c1);
154 int32_t glyph_id2 = cmap2_->GlyphId(c2);
H A Dcmap_iterator_test.cc92 int32_t g = cmap_->GlyphId(c);
/external/sfntly/cpp/src/test/
H A Dcmap_test.cc153 int32_t glyph_id1 = cmap1_->GlyphId(c1);
154 int32_t glyph_id2 = cmap2_->GlyphId(c2);
H A Dcmap_iterator_test.cc92 int32_t g = cmap_->GlyphId(c);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h205 virtual int32_t GlyphId(int32_t character) = 0;
258 virtual int32_t GlyphId(int32_t character);
298 virtual int32_t GlyphId(int32_t character);
421 virtual int32_t GlyphId(int32_t character);
H A Dcmap_table.cc347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat0
466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat2
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat4
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h205 virtual int32_t GlyphId(int32_t character) = 0;
258 virtual int32_t GlyphId(int32_t character);
298 virtual int32_t GlyphId(int32_t character);
421 virtual int32_t GlyphId(int32_t character);
H A Dcmap_table.cc347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat0
466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat2
606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) { function in class:sfntly::CMapTable::CMapFormat4

Completed in 2156 milliseconds