Lines Matching refs:glyphID
533 HBUINT32 glyphID; /* Glyph index; interpretation depends on member
618 hb_codepoint_t gid = this->groups[i].glyphID; in collect_unicodes()
643 hb_codepoint_t gid = this->groups[i].glyphID; in collect_mapping()
686 group.glyphID + (u - group.startCharCode) : 0; } in group_get_glyph()
699 hb_codepoint_t glyphID = 0; in serialize() local
707 glyphID = _.second; in serialize()
709 else if (!_is_gid_consecutive (endCharCode, startCharCode, glyphID, _.first, _.second)) in serialize()
714 grouprecord.glyphID = glyphID; in serialize()
719 glyphID = _.second; in serialize()
728 record.glyphID = glyphID; in serialize()
743 hb_codepoint_t glyphID, in _is_gid_consecutive()
748 new_gid == glyphID + (cp - startCharCode); in _is_gid_consecutive()
757 { return group.glyphID; } in group_get_glyph()
878 HBGlyphID glyphID; /* Glyph ID of the UVS */ member
897 hb_codepoint_t glyphid = a.glyphID; in collect_mapping()
908 | hb_map (&UVSMapping::glyphID) in closure_glyphs()
925 return unicodes->has (_.unicodeValue) || glyphs_requested->has (_.glyphID); in copy()
939 mapping.glyphID = glyph_map->get (_.glyphID); in copy()
959 if (nonDefault.glyphID) in get_glyph()
961 *glyph = nonDefault.glyphID; in get_glyph()