Searched refs:GlyphId (Results 1 – 7 of 7) sorted by relevance
41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) in GlyphId() function in subtly::GlyphId46 bool GlyphId::operator==(const GlyphId& other) const { in operator ==()50 bool GlyphId::operator<(const GlyphId& other) const { in operator <()184 GlyphId(cmap_->GlyphId(character), font_id_))); in GetCharacterMap()197 resolved_glyph_ids->insert(GlyphId(0, font_id_)); in ResolveCompositeGlyphs()238 resolved_glyph_ids->insert(GlyphId(glyph_id, font_id_)); in ResolveCompositeGlyphs()246 if (resolved_glyph_ids->find(GlyphId(glyph_id, -1)) in ResolveCompositeGlyphs()
38 class GlyphId {40 GlyphId(int32_t glyph_id, FontId font_id);41 ~GlyphId() {} in ~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;
153 int32_t glyph_id1 = cmap1_->GlyphId(c1); in CompareCMaps()154 int32_t glyph_id2 = cmap2_->GlyphId(c2); in CompareCMaps()
92 int32_t g = cmap_->GlyphId(c); in GenerateCMapEntries()
205 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);
347 int32_t CMapTable::CMapFormat0::GlyphId(int32_t character) { in GlyphId() function in sfntly::CMapTable::CMapFormat0466 int32_t CMapTable::CMapFormat2::GlyphId(int32_t character) { in GlyphId() function in sfntly::CMapTable::CMapFormat2606 int32_t CMapTable::CMapFormat4::GlyphId(int32_t character) { in GlyphId() function in sfntly::CMapTable::CMapFormat4
114 ASSERT_EQ(cmap->GlyphId(character), glyph_id); in TEST_P()