Home
last modified time | relevance | path

Searched refs:gids (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-post-table.hh165 uint16_t *gids = gids_sorted_by_name.get (); in get_glyph_from_name()
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()
185 auto* gid = hb_bsearch (st, gids, count, sizeof (gids[0]), cmp_key, (void *) this); in get_glyph_from_name()
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dcff-japanese.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
10 desubroutinize-retain-gids.txt
12 drop-hints-desubroutinize-retain-gids.txt
Dcff-full-font.tests7 notdef-outline-drop-hints-retain-gids.txt
8 notdef-outline-retain-gids.txt
10 notdef-outline-desubroutinize-retain-gids.txt
12 notdef-outline-drop-hints-desubroutinize-retain-gids.txt
Dcmap14.tests8 notdef-outline-drop-hints-retain-gids.txt
9 notdef-outline-retain-gids.txt
11 notdef-outline-gids.txt
Dbasics.tests9 drop-hints-retain-gids.txt
10 retain-gids.txt
15 gids.txt
Dcolr.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
Dcolr_with_components.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
Dsbix.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
Dglyf_bug_3131.tests6 drop-hints-retain-gids.txt
7 retain-gids.txt
Dcmap.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
Dcolrv1.notoemoji.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
Dcbdt.tests10 drop-hints-retain-gids.txt
11 retain-gids.txt
Dcolrv1.tests7 drop-hints-retain-gids.txt
8 retain-gids.txt
/third_party/skia/third_party/externals/harfbuzz/util/
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/
Dcffcmap.c45 cmap->gids = encoding->codes; in cff_cmap_encoding_init()
54 cmap->gids = NULL; in cff_cmap_encoding_done()
66 result = cmap->gids[char_code]; in cff_cmap_encoding_char_index()
92 result = cmap->gids[code]; in cff_cmap_encoding_char_next()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drecord-test.sh68 --gids="$glyph_ids" \
76 --gids="$glyph_ids" \
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/
Dgids.txt1 --gids=1,2,3
Dretain-gids.txt1 --retain-gids
Ddesubroutinize-retain-gids.txt2 --retain-gids
Dnotdef-outline-gids.txt2 --gids=1,2,3
Ddrop-hints-retain-gids.txt2 --retain-gids
Dnotdef-outline-retain-gids.txt2 --retain-gids
Ddrop-hints-desubroutinize-retain-gids.txt3 --retain-gids
Dnotdef-outline-desubroutinize-retain-gids.txt3 --retain-gids
Dlayout-test-retain-gids.txt3 --retain-gids

123