Home
last modified time | relevance | path

Searched refs:gids (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-post-table.hh165 uint16_t *gids = gids_sorted_by_name.get (); in get_glyph_from_name() local
167 if (unlikely (!gids)) in get_glyph_from_name()
169 gids = (uint16_t *) hb_malloc (count * sizeof (gids[0])); in get_glyph_from_name()
170 if (unlikely (!gids)) in get_glyph_from_name()
174 gids[i] = i; in get_glyph_from_name()
175 hb_qsort (gids, count, sizeof (gids[0]), cmp_gids, (void *) this); in get_glyph_from_name()
177 if (unlikely (!gids_sorted_by_name.cmpexch (nullptr, gids))) in get_glyph_from_name()
179 hb_free (gids); in get_glyph_from_name()
[all...]
H A Dhb-graphite2.cc317 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count); in _hb_graphite2_shape()
323 hb_codepoint_t *pg = gids; in _hb_graphite2_shape()
389 info->codepoint = gids[clusters[i].base_glyph + j]; in _hb_graphite2_shape()
H A Dhb-ot-color-colr-table.hh970 const hb_set_t& gids, in serialize_clip_records()
974 if (gids.is_empty () || in serialize_clip_records()
975 gid_offset_map.get_population () != gids.get_population ()) in serialize_clip_records()
980 hb_codepoint_t start_gid= gids.get_min (); in serialize_clip_records()
985 for (const hb_codepoint_t _ : gids.iter ()) in serialize_clip_records()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc175 hb_set_t *gids = hb_subset_input_glyph_set (subset_main->input); in parse_gids() local
177 if (!is_remove && !is_add) hb_set_clear (gids); in parse_gids()
181 hb_set_clear (gids); in parse_gids()
183 hb_set_invert (gids); in parse_gids()
224 hb_set_add_range (gids, start_code, end_code); in parse_gids()
226 hb_set_del_range (gids, start_code, end_code); in parse_gids()
231 hb_set_add (gids, start_code); in parse_gids()
233 hb_set_del (gids, start_code); in parse_gids()
251 hb_set_t *gids = hb_subset_input_glyph_set (subset_main->input); in parse_glyphs() local
253 if (!is_remove && !is_add) hb_set_clear (gids); in parse_glyphs()
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffcmap.c45 cmap->gids = encoding->codes; in FT_CALLBACK_DEF()
54 cmap->gids = NULL; in cff_cmap_encoding_done()
66 result = cmap->gids[char_code]; in FT_CALLBACK_DEF()
92 result = cmap->gids[code]; in FT_CALLBACK_DEF()
H A Dcffcmap.h41 FT_UShort* gids; /* up to 256 elements */ member
/third_party/eudev/src/udev/
H A Dudev-rules.c79 struct uid_gid *gids; member
528 off = rules->gids[i].name_off; in add_gid()
530 gid = rules->gids[i].gid; in add_gid()
544 struct uid_gid *gids; in add_gid() local
552 gids = realloc(rules->gids, (rules->gids_max + add ) * sizeof(struct uid_gid)); in add_gid()
553 if (gids == NULL) in add_gid()
555 rules->gids = gids; in add_gid()
558 rules->gids[rule in add_gid()
[all...]
/third_party/python/Lib/
H A Dsubprocess.py921 gids = None
930 gids = []
940 gids.append(grp.getgrnam(extra_group).gr_gid)
942 gids.append(extra_group)
948 # make sure that the gids are all positive here so we can do less
950 for gid_check in gids:
1033 gid, gids, uid, umask,
1796 gid, gids, uid, umask,
1835 and gids is None
1891 process_group, gid, gids, ui
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c1175 GETGROUPS_T *gids, tgid; in pa_own_uid_in_group() local
1181 gids = pa_xmalloc(sizeof(GETGROUPS_T) * (size_t) n); in pa_own_uid_in_group()
1183 if ((n = getgroups((int) n, gids)) < 0) { in pa_own_uid_in_group()
1190 if ((k = is_group(gids[i], name)) < 0) in pa_own_uid_in_group()
1193 *gid = gids[i]; in pa_own_uid_in_group()
1211 pa_xfree(gids); in pa_own_uid_in_group()
1271 gid_t gids[NGROUPS_MAX]; in pa_check_in_group() local
1274 if ((r = getgroups(NGROUPS_MAX, gids)) < 0) in pa_check_in_group()
1278 if (gids[r-1] == g) in pa_check_in_group()

Completed in 16 milliseconds