Home | History | Annotate | Download | only in subtly

Lines Matching defs:GlyphId

39  * GlyphId class
41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id)
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(0, font_id_));
238 resolved_glyph_ids->insert(GlyphId(glyph_id, font_id_));
246 if (resolved_glyph_ids->find(GlyphId(glyph_id, -1))