Home
last modified time | relevance | path

Searched refs:name_ids (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-subset-nameids.c36 hb_set_t *name_ids = hb_set_create(); in test_subset_nameids() local
38 hb_set_add (name_ids, 0); in test_subset_nameids()
39 hb_set_add (name_ids, 9); in test_subset_nameids()
40 face_subset = hb_subset_test_create_subset (face_origin, hb_subset_test_create_input_from_nameids (name_ids)); in test_subset_nameids()
41 hb_set_destroy (name_ids); in test_subset_nameids()
56 hb_set_t *name_ids = hb_set_create(); in test_subset_nameids_with_dup_strs() local
58 hb_set_add (name_ids, 1); in test_subset_nameids_with_dup_strs()
59 hb_set_add (name_ids, 3); in test_subset_nameids_with_dup_strs()
60 face_subset = hb_subset_test_create_subset (face_origin, hb_subset_test_create_input_from_nameids (name_ids)); in test_subset_nameids_with_dup_strs()
61 hb_set_destroy (name_ids); in test_subset_nameids_with_dup_strs()
[all...]
H A Dhb-subset-test.h69 hb_subset_test_create_input_from_nameids (const hb_set_t *name_ids) in hb_subset_test_create_input_from_nameids() argument
73 hb_set_set (input_name_ids, name_ids); in hb_subset_test_create_input_from_nameids()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc421 hb_set_t *name_ids = hb_subset_input_set (subset_main->input, HB_SUBSET_SETS_NAME_ID); in parse_nameids() local
424 if (!is_remove && !is_add) hb_set_clear (name_ids); in parse_nameids()
428 hb_set_clear (name_ids); in parse_nameids()
430 hb_set_invert (name_ids); in parse_nameids()
455 hb_set_add (name_ids, u); in parse_nameids()
457 hb_set_del (name_ids, u); in parse_nameids()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc489 plan->name_ids = hb_set_copy (input->sets.name_ids); in hb_subset_plan_create()
490 _nameid_closure (face, plan->name_ids); in hb_subset_plan_create()
556 hb_set_destroy (plan->name_ids); in hb_subset_plan_destroy()
H A Dhb-subset-input.hh50 hb_set_t *name_ids; member
H A Dhb-subset-input.cc59 hb_set_add_range (input->sets.name_ids, 0, 6); in hb_subset_input_create_or_fail()
H A Dhb-subset-plan.hh48 // name_ids we would like to retain
49 hb_set_t *name_ids; member
H A Dhb-ot-name-table.hh250 | hb_filter (c->plan->name_ids, &NameRecord::nameID) in subset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h45 FixedStreamArray<support::ulittle32_t> name_ids() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp138 FixedStreamArray<support::ulittle32_t> PDBStringTable::name_ids() const { in name_ids() function in PDBStringTable

Completed in 6 milliseconds