Home
last modified time | relevance | path

Searched refs:num_features (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shape.cc108 * @features: (array length=num_features) (nullable): an array of user
110 * @num_features: the length of @features array
126 unsigned int num_features, in hb_shape_full()
130 features, num_features, in hb_shape_full()
133 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full()
143 * @features: (array length=num_features) (nullable): an array of user
145 * @num_features: the length of @features array
159 unsigned int num_features) in hb_shape()
161 hb_shape_full (font, buffer, features, num_features, nullptr); in hb_shape()
123 hb_shape_full(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, const char * const *shaper_list) hb_shape_full() argument
156 hb_shape(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape() argument
H A Dhb-ms-feature-ranges.cc32 unsigned int num_features, in hb_ms_setup_features()
41 for (unsigned int i = 0; i < num_features; i++) in hb_ms_setup_features()
66 feature.order = num_features + 1; in hb_ms_setup_features()
104 range->features.num_features = feature_records.length - offset; in hb_ms_setup_features()
124 num_features = 0; in hb_ms_setup_features()
133 return !!num_features; in hb_ms_setup_features()
31 hb_ms_setup_features(const hb_feature_t *features, unsigned int num_features, hb_vector_t<hb_ms_feature_t> &feature_records, hb_vector_t<hb_ms_range_record_t> &range_records ) hb_ms_setup_features() argument
H A Dmain.cc438 unsigned num_features = langsys.get_feature_count (); in print_layout_info_using_private_api() local
439 printf (" %d feature(s) found in language system\n", num_features); in print_layout_info_using_private_api()
440 for (unsigned n_feature = 0; n_feature < num_features; ++n_feature) in print_layout_info_using_private_api()
442 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, in print_layout_info_using_private_api()
448 unsigned num_features = g.get_feature_count (); in print_layout_info_using_private_api() local
449 printf (" %d feature(s) found in table\n", num_features); in print_layout_info_using_private_api()
450 for (unsigned n_feature = 0; n_feature < num_features; ++n_feature) in print_layout_info_using_private_api()
454 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, in print_layout_info_using_private_api()
H A Dhb-shape.h47 unsigned int num_features);
53 unsigned int num_features,
H A Dhb-shape-plan.cc228 "face=%p num_features=%d num_coords=%d shaper_list=%p", in hb_shape_plan_create2()
392 unsigned int num_features) in _hb_shape_plan_execute_internal()
395 "num_features=%d shaper_func=%p, shaper_name=%s", in _hb_shape_plan_execute_internal()
396 num_features, in _hb_shape_plan_execute_internal()
416 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in _hb_shape_plan_execute_internal()
436 * @features: (array length=num_features): Features to enable
437 * @num_features: The number of features to enable
451 unsigned int num_features) in hb_shape_plan_execute()
454 features, num_features); in hb_shape_plan_execute()
524 "face=%p num_features in hb_shape_plan_create_cached2()
388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument
447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument
[all...]
H A Dhb-ms-feature-ranges.hh40 uint32_t num_features; member
82 unsigned int num_features,
H A Dhb-ot-shape.h43 unsigned int num_features,
H A Dhb-ot-layout.cc633 unsigned int num_features = g.get_feature_count (); in hb_ot_layout_table_find_feature() local
634 for (unsigned int i = 0; i < num_features; i++) in hb_ot_layout_table_find_feature()
926 unsigned int num_features = l.get_feature_count (); in hb_ot_layout_language_find_feature() local
927 for (unsigned int i = 0; i < num_features; i++) { in hb_ot_layout_language_find_feature()
1111 unsigned int num_features = l.get_feature_count (); in langsys_collect_features() local
1112 for (unsigned int i = 0; i < num_features; i++) in langsys_collect_features()
1650 unsigned int num_features = gpos.get_feature_count (); in hb_ot_layout_get_size_params() local
1651 for (unsigned int i = 0; i < num_features; i++) in hb_ot_layout_get_size_params()
H A Dhb-uniscribe.cc588 unsigned int num_features) in _hb_uniscribe_shape()
639 if (num_features) in _hb_uniscribe_shape()
722 if (num_features) in _hb_uniscribe_shape()
724 num_features, in _hb_uniscribe_shape()
584 _hb_uniscribe_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_uniscribe_shape() argument
H A Dhb-coretext.cc515 unsigned int num_features) in _hb_coretext_shape()
549 if (num_features) in _hb_coretext_shape()
553 for (unsigned int i = 0; i < num_features; i++) in _hb_coretext_shape()
588 feature.order = num_features + 1; in _hb_coretext_shape()
814 if (num_features && range_records.length) in _hb_coretext_shape()
844 if (num_features) in _hb_coretext_shape()
848 for (unsigned int i = 0; i < num_features; i++) in _hb_coretext_shape()
511 _hb_coretext_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_coretext_shape() argument
H A Dhb-shape-plan.h114 unsigned int num_features);
H A Dhb-fallback-shape.cc76 unsigned int num_features HB_UNUSED) in _hb_fallback_shape()
H A Dhb-directwrite.cc551 unsigned int num_features) in _hb_directwrite_shape()
646 if (num_features) in _hb_directwrite_shape()
650 if (hb_ms_setup_features (features, num_features, feature_records, range_records)) in _hb_directwrite_shape()
547 _hb_directwrite_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_directwrite_shape() argument
H A Dhb-shaper.hh37 unsigned int num_features);
H A Dhb-graphite2.cc234 unsigned int num_features) in _hb_graphite2_shape()
244 for (unsigned int i = 0; i < num_features; i++) in _hb_graphite2_shape()
230 _hb_graphite2_shape(hb_shape_plan_t *shape_plan HB_UNUSED, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_graphite2_shape() argument
H A Dhb-ot-shape.cc1211 unsigned int num_features) in _hb_ot_shape()
1213 hb_ot_shape_context_t c = {&shape_plan->ot, font, font->face, buffer, features, num_features}; in _hb_ot_shape()
1264 * @features: (array length=num_features): The features enabled on the buffer
1265 * @num_features: The number of features enabled on the buffer
1278 unsigned int num_features, in hb_ot_shape_glyphs_closure()
1283 features, num_features, shapers); in hb_ot_shape_glyphs_closure()
1207 _hb_ot_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_ot_shape() argument
1275 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) hb_ot_shape_glyphs_closure() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh109 if (!hb_shape_full (font, buffer, features, num_features, shapers)) in shape()
247 if (!hb_shape_full (font, fragment, features, num_features, shapers)) in verify_buffer_safe_to_break()
290 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
305 unsigned int num_features = 0;
374 shape_opts->num_features = 0;
391 shape_opts->num_features++;
397 shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->features));
403 shape_opts->num_features = 0;
406 if (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features]))
407 shape_opts->num_features
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dhb-aots-tester.cpp34 features(features_), num_features(num_features_) in TestData()
48 int num_features; member
175 for (unsigned int i = 0; i < data.num_features; i++) in gsub_test()
254 for (unsigned int i = 0; i < data.num_features; i++) in cmap_test()
384 for (unsigned int i = 0; i < data.num_features; i++) in gpos_test()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1915 unsigned num_features = sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32); in check_physical_device_features() local
1916 for (uint32_t i = 0; i < num_features; i++) { in check_physical_device_features()

Completed in 20 milliseconds