Searched refs:new_gid (Results 1 – 3 of 3) sorted by relevance
59 hb_codepoint_t *new_gid) const in new_gid_for_codepoint()65 return new_gid_for_old_gid (old_gid, new_gid); in new_gid_for_codepoint()69 hb_codepoint_t *new_gid) const in new_gid_for_old_gid()75 *new_gid = gid; in new_gid_for_old_gid()
146 hb_codepoint_t new_gid; in serialize() local147 if (unlikely (!plan->new_gid_for_codepoint (cp, &new_gid))) in serialize()149 glyph_id_array[j].set (new_gid); in serialize()187 hb_codepoint_t new_gid; in create_sub_table_plan() local188 if (unlikely (!plan->new_gid_for_codepoint (cp, &new_gid))) in create_sub_table_plan()206 if (last_gid + 1u != new_gid) in create_sub_table_plan()212 last_gid = new_gid; in create_sub_table_plan()545 hb_codepoint_t new_gid; in create_sub_table_plan() local546 if (unlikely (!plan->new_gid_for_codepoint (cp, &new_gid))) in create_sub_table_plan()552 if (!group || !_is_gid_consecutive (group, cp, new_gid)) in create_sub_table_plan()[all …]
131 hb_codepoint_t new_gid; in _update_components() local133 &new_gid)) in _update_components()136 ((OT::glyf::CompositeGlyphHeader *) iterator.current)->glyphIndex.set (new_gid); in _update_components()