Home
last modified time | relevance | path

Searched refs:old_gid (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-plan.hh113 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint); in new_gid_for_codepoint() local
114 if (old_gid == HB_MAP_VALUE_INVALID) in new_gid_for_codepoint()
117 return new_gid_for_old_gid (old_gid, new_gid); in new_gid_for_codepoint()
120 inline bool new_gid_for_old_gid (hb_codepoint_t old_gid, in new_gid_for_old_gid()
123 hb_codepoint_t gid = glyph_map->get (old_gid); in new_gid_for_old_gid()
132 hb_codepoint_t *old_gid) const in old_gid_for_new_gid()
138 *old_gid = gid; in old_gid_for_new_gid()
Dhb-ot-hmtx-table.hh140 hb_codepoint_t old_gid; in subset() local
141 if (!c->plan->old_gid_for_new_gid (_, &old_gid)) in subset()
143 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
280 hb_codepoint_t old_gid; in _advance_for_new_gid() local
281 if (!plan->old_gid_for_new_gid (new_gid, &old_gid)) in _advance_for_new_gid()
284 return get_advance (old_gid); in _advance_for_new_gid()
Dhb-ot-var-gvar-table.hh419 hb_codepoint_t old_gid; in subset() local
420 if (!c->plan->old_gid_for_new_gid (gid, &old_gid)) continue; in subset()
421 subset_data_size += get_glyph_var_data_length (old_gid); in subset()
449 hb_codepoint_t old_gid; in subset() local
450 …gned int length = c->plan->old_gid_for_new_gid (gid, &old_gid) ? get_glyph_var_data_length (old_gi… in subset()
457 if (length > 0) memcpy (subset_data, get_glyph_var_data (old_gid), length); in subset()
Dhb-ot-glyf-table.hh195 if (!plan->old_gid_for_new_gid (new_gid, &subset_glyph.old_gid)) in _populate_subset_glyphs()
198 subset_glyph.source_glyph = glyf.glyph_for_gid (subset_glyph.old_gid, true); in _populate_subset_glyphs()
1053 hb_codepoint_t old_gid; member
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D26-2.c44 gid_t old_gid; in main() local
68 old_gid = stat_buf.st_gid; in main()
113 if (stat_buf.st_uid == old_uid && stat_buf.st_gid == old_gid) { in main()
120 if (stat_buf.st_gid != old_gid) in main()
/external/openssh/
Duidswap.c200 gid_t old_gid = getgid(); in permanently_set_uid() local
252 if (old_gid != pw->pw_gid && pw->pw_uid != 0 && in permanently_set_uid()
253 (setgid(old_gid) != -1 || setegid(old_gid) != -1)) in permanently_set_uid()