Home
last modified time | relevance | path

Searched refs:hb_map_create (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-map.c39 m = hb_map_create (); in test_map_basic()
68 hb_map_t *m = hb_map_create (); in test_map_userdata()
90 hb_map_t *m = hb_map_create (); in test_map_refcount()
110 hb_map_t *m = hb_map_create (); in test_map_get_population()
Dtest-ot-face.c94 hb_map_t *lookup_mapping = hb_map_create (); in test_font()
/third_party/harfbuzz/src/
Dhb-subset-plan.cc370 plan->codepoint_to_glyph = hb_map_create (); in hb_subset_plan_create()
371 plan->glyph_map = hb_map_create (); in hb_subset_plan_create()
372 plan->reverse_glyph_map = hb_map_create (); in hb_subset_plan_create()
373 plan->gsub_lookups = hb_map_create (); in hb_subset_plan_create()
374 plan->gpos_lookups = hb_map_create (); in hb_subset_plan_create()
381 plan->gsub_features = hb_map_create (); in hb_subset_plan_create()
382 plan->gpos_features = hb_map_create (); in hb_subset_plan_create()
384 plan->layout_variation_idx_map = hb_map_create (); in hb_subset_plan_create()
Dhb-map.h58 hb_map_create (void);
Dhb-map.cc52 hb_map_create () in hb_map_create() function
Dtest-iter.cc247 }, hb_map_create ()) in main()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc502 plan->codepoint_to_glyph = hb_map_create (); in hb_subset_plan_create()
503 plan->glyph_map = hb_map_create (); in hb_subset_plan_create()
504 plan->reverse_glyph_map = hb_map_create (); in hb_subset_plan_create()
505 plan->gsub_lookups = hb_map_create (); in hb_subset_plan_create()
506 plan->gpos_lookups = hb_map_create (); in hb_subset_plan_create()
513 plan->gsub_features = hb_map_create (); in hb_subset_plan_create()
514 plan->gpos_features = hb_map_create (); in hb_subset_plan_create()
515 plan->colrv1_layers = hb_map_create (); in hb_subset_plan_create()
516 plan->colr_palettes = hb_map_create (); in hb_subset_plan_create()
518 plan->layout_variation_idx_map = hb_map_create (); in hb_subset_plan_create()
Dhb-map.h58 hb_map_create (void);
Dhb-map.cc52 hb_map_create () in hb_map_create() function
Dtest-iter.cc247 }, hb_map_create ()) in main()
/third_party/harfbuzz/test/api/
Dtest-map.c39 m = hb_map_create (); in test_map_basic()
68 hb_map_t *m = hb_map_create (); in test_map_userdata()
90 hb_map_t *m = hb_map_create (); in test_map_refcount()
Dtest-ot-face.c94 hb_map_t *lookup_mapping = hb_map_create (); in test_font()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-map.c39 m = hb_map_create (); in test_map_basic()
68 hb_map_t *m = hb_map_create (); in test_map_userdata()
90 hb_map_t *m = hb_map_create (); in test_map_refcount()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc244 plan->codepoint_to_glyph = hb_map_create (); in hb_subset_plan_create()
245 plan->glyph_map = hb_map_create (); in hb_subset_plan_create()
246 plan->reverse_glyph_map = hb_map_create (); in hb_subset_plan_create()
Dhb-map.h48 hb_map_create (void);
Dhb-map.cc50 hb_map_create () in hb_map_create() function
Dtest-iter.cc247 }, hb_map_create ()) in main()
/third_party/harfbuzz/docs/
Dharfbuzz-sections.txt416 hb_map_create
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt419 hb_map_create
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt469 hb_map_create
/third_party/flutter/skia/third_party/externals/harfbuzz/
DNEWS410 +hb_map_create()
/third_party/harfbuzz/
DNEWS619 +hb_map_create()
/third_party/skia/third_party/externals/harfbuzz/
DNEWS753 +hb_map_create()
/third_party/chromium/patch/
D0001-cve.patch42823 plan->layout_variation_idx_map = hb_map_create ();