Home
last modified time | relevance | path

Searched refs:new_gid (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-plan.hh59 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()
Dhb-ot-cmap-table.hh146 hb_codepoint_t new_gid; in serialize() local
147 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() local
188 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() local
546 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 …]
Dhb-subset-glyf.cc131 hb_codepoint_t new_gid; in _update_components() local
133 &new_gid)) in _update_components()
136 ((OT::glyf::CompositeGlyphHeader *) iterator.current)->glyphIndex.set (new_gid); in _update_components()