Home
last modified time | relevance | path

Searched refs:num_features (Results 1 – 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc140 int num_features = langsys.get_feature_count (); in main() local
141 printf (" %d feature(s) found in language system\n", num_features); in main()
142 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, in main()
149 int num_features = g.get_feature_count (); in main() local
150 printf (" %d feature(s) found in table\n", num_features); in main()
151 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, in main()
Dhb-shape.cc373 unsigned int num_features, in hb_shape_full() argument
376 …an = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); in hb_shape_full()
377 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full()
405 unsigned int num_features) in hb_shape() argument
407 hb_shape_full (font, buffer, features, num_features, NULL); in hb_shape()
Dhb-shape.h63 unsigned int num_features);
69 unsigned int num_features,
Dhb-shape-plan.cc289 unsigned int num_features) in hb_shape_plan_execute() argument
293 num_features, in hb_shape_plan_execute()
312 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in hb_shape_plan_execute()
Dhb-uniscribe.cc611 unsigned int num_features) in _hb_uniscribe_shape() argument
623 if (num_features) in _hb_uniscribe_shape()
627 for (unsigned int i = 0; i < num_features; i++) in _hb_uniscribe_shape()
656 feature.order = num_features + 1; in _hb_uniscribe_shape()
734 num_features = 0; in _hb_uniscribe_shape()
781 if (num_features) in _hb_uniscribe_shape()
860 if (num_features) in _hb_uniscribe_shape()
Dhb-ot-shape.h43 unsigned int num_features,
Dhb-coretext.cc498 unsigned int num_features) in _hb_coretext_shape() argument
531 if (num_features) in _hb_coretext_shape()
535 for (unsigned int i = 0; i < num_features; i++) in _hb_coretext_shape()
572 feature.order = num_features + 1; in _hb_coretext_shape()
669 num_features = 0; in _hb_coretext_shape()
796 if (num_features) in _hb_coretext_shape()
1265 unsigned int num_features) in _hb_coretext_aat_shape() argument
1267 return _hb_coretext_shape (shape_plan, font, buffer, features, num_features); in _hb_coretext_aat_shape()
Dhb-directwrite.cc598 unsigned int num_features) in _hb_directwrite_shape() argument
717 singleFeatures.featureCount = num_features; in _hb_directwrite_shape()
718 if (num_features) in _hb_directwrite_shape()
721 malloc (sizeof (DWRITE_FONT_FEATURE) * num_features); in _hb_directwrite_shape()
722 for (unsigned int i = 0; i < num_features; ++i) in _hb_directwrite_shape()
965 if (num_features) in _hb_directwrite_shape()
Dhb-shape-plan.h81 unsigned int num_features);
Dhb-ot-layout.cc337 unsigned int num_features = g.get_feature_count (); in hb_ot_layout_table_find_feature() local
338 for (unsigned int i = 0; i < num_features; i++) in hb_ot_layout_table_find_feature()
475 unsigned int num_features = l.get_feature_count (); in hb_ot_layout_language_find_feature() local
476 for (unsigned int i = 0; i < num_features; i++) { in hb_ot_layout_language_find_feature()
864 unsigned int num_features = gpos.get_feature_count (); in hb_ot_layout_get_size_params() local
865 for (unsigned int i = 0; i < num_features; i++) in hb_ot_layout_get_size_params()
Dhb-fallback-shape.cc96 unsigned int num_features HB_UNUSED) in _hb_fallback_shape()
Dhb-ot-shape.cc789 unsigned int num_features) in _hb_ot_shape() argument
791 …_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features}; in _hb_ot_shape()
842 unsigned int num_features, in hb_ot_shape_glyphs_closure() argument
849 features, num_features, shapers); in hb_ot_shape_glyphs_closure()
Dhb-shaper-private.hh36 unsigned int num_features);
Dhb-graphite2.cc227 unsigned int num_features) in _hb_graphite2_shape() argument
238 for (unsigned int i = 0; i < num_features; i++) in _hb_graphite2_shape()
/external/opencv3/modules/ml/src/
Dtestset.cpp59 void createConcentricSpheresTestSet( int num_samples, int num_features, int num_classes, in createConcentricSpheresTestSet() argument
65 if( num_features < 1 ) in createConcentricSpheresTestSet()
73 _samples.create( num_samples, num_features, CV_32F ); in createConcentricSpheresTestSet()
78 Mat mean = Mat::zeros(1, num_features, CV_32F); in createConcentricSpheresTestSet()
79 Mat cov = Mat::eye(num_features, num_features, CV_32F); in createConcentricSpheresTestSet()
/external/opencv/ml/src/
Dmltestset.cpp61 int num_features, in cvCreateTestSet() argument
90 if( num_features < 1 ) in cvCreateTestSet()
105 CV_CALL( *samples = cvCreateMat( num_samples, num_features, CV_32FC1 ) ); in cvCreateTestSet()
107 CV_CALL( mean = cvCreateMat( 1, num_features, CV_32FC1 ) ); in cvCreateTestSet()
109 CV_CALL( cov = cvCreateMat( num_features, num_features, CV_32FC1 ) ); in cvCreateTestSet()
/external/harfbuzz_ng/util/
Doptions.hh185 num_features = 0; in shape_options_t()
248 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers); in shape()
261 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs); in shape_closure()
275 unsigned int num_features; member
Doptions.cc226 shape_opts->num_features = 0; in parse_features()
236 shape_opts->num_features++; in parse_features()
242 …shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->fea… in parse_features()
246 shape_opts->num_features = 0; in parse_features()
249 …f (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features])) in parse_features()
250 shape_opts->num_features++; in parse_features()
/external/opencv/ml/include/
Dml.h1553 int num_features,
/external/opencv3/apps/traincascade/
Dold_ml.hpp1920 int num_features,