Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/src/
Dmain.cc137 int num_features = langsys.get_feature_count (); in main() local
138 printf (" %d feature(s) found in language system\n", num_features); in main()
139 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, in main()
146 int num_features = g.get_feature_count (); in main() local
147 printf (" %d feature(s) found in table\n", num_features); in main()
148 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features, in main()
Dhb-shape.cc251 unsigned int num_features, in hb_shape_full() argument
259 …an = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); in hb_shape_full()
260 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full()
272 unsigned int num_features) in hb_shape() argument
274 hb_shape_full (font, buffer, features, num_features, NULL); in hb_shape()
Dhb-shape.h66 unsigned int num_features);
72 unsigned int num_features,
Dhb-ot.h43 unsigned int num_features,
Dhb-shape-plan.h81 unsigned int num_features);
Dhb-shape-plan.cc180 unsigned int num_features) in hb_shape_plan_execute() argument
194 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in hb_shape_plan_execute()
Dhb-ot-shape.cc582 unsigned int num_features) in _hb_ot_shape() argument
584 …_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features}; in _hb_ot_shape()
625 unsigned int num_features, in hb_ot_shape_glyphs_closure() argument
632 features, num_features, shapers); in hb_ot_shape_glyphs_closure()
Dhb-fallback-shape.cc96 unsigned int num_features HB_UNUSED) in _hb_fallback_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dmain.cc137 int num_features = langsys.get_feature_count (); in main() local
138 printf (" %d feature(s) found in language system\n", num_features); in main()
139 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, in main()
146 int num_features = g.get_feature_count (); in main() local
147 printf (" %d feature(s) found in table\n", num_features); in main()
148 for (int n_feature = 0; n_feature < num_features; n_feature++) { in main()
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features, in main()
Dhb-shape.cc296 unsigned int num_features, in hb_shape_full() argument
304 …an = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); in hb_shape_full()
305 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full()
328 unsigned int num_features) in hb_shape() argument
330 hb_shape_full (font, buffer, features, num_features, NULL); in hb_shape()
Dhb-shape.h66 unsigned int num_features);
72 unsigned int num_features,
Dhb-ot.h43 unsigned int num_features,
Dhb-coretext.cc394 unsigned int num_features) in _hb_coretext_shape() argument
405 if (num_features) in _hb_coretext_shape()
409 for (unsigned int i = 0; i < num_features; i++) in _hb_coretext_shape()
446 feature.order = num_features + 1; in _hb_coretext_shape()
546 num_features = 0; in _hb_coretext_shape()
597 if (num_features) in _hb_coretext_shape()
Dhb-uniscribe.cc595 unsigned int num_features) in _hb_uniscribe_shape() argument
607 if (num_features) in _hb_uniscribe_shape()
611 for (unsigned int i = 0; i < num_features; i++) in _hb_uniscribe_shape()
640 feature.order = num_features + 1; in _hb_uniscribe_shape()
718 num_features = 0; in _hb_uniscribe_shape()
765 if (num_features) in _hb_uniscribe_shape()
843 if (num_features) in _hb_uniscribe_shape()
Dhb-shape-plan.h81 unsigned int num_features);
Dhb-shape-plan.cc260 unsigned int num_features) in hb_shape_plan_execute() argument
274 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \ in hb_shape_plan_execute()
Dhb-ot-shape.cc629 unsigned int num_features) in _hb_ot_shape() argument
631 …_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features}; in _hb_ot_shape()
672 unsigned int num_features, in hb_ot_shape_glyphs_closure() argument
679 features, num_features, shapers); in hb_ot_shape_glyphs_closure()
Dhb-fallback-shape.cc96 unsigned int num_features HB_UNUSED) in _hb_fallback_shape()
/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/srec/srec/ca/
Dcnfd_scr.c131 …ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
140 int i, num_features,current_choice; in CA_ComputeConfidenceValues() local
150 …rc = CA_ConfScorerGetFeatures(recog, nbestlist, features, &num_features, current_choice, num_choic… in CA_ComputeConfidenceValues()
194 for (i = 0; i < num_features; i++) in CA_ComputeConfidenceValues()
201 …ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features, in CA_ConfScorerGetFeatures() argument
218 ASSERT(num_features); in CA_ConfScorerGetFeatures()
269 *num_features = NUM_CONF_FEATURES; in CA_ConfScorerGetFeatures()
274 *num_features = 0; in CA_ConfScorerGetFeatures()
/external/chromium_org/third_party/ots/test/
Dlayout_common_table_test.cc264 num_features = 0; in SetUp()
269 uint16_t num_features; member in __anon4d2c36e20111::FeatureListTableTest
404 &num_features)); in TEST_F()
405 EXPECT_EQ(num_features, 1); in TEST_F()
411 &num_features)); in TEST_F()
412 EXPECT_EQ(num_features, 5); in TEST_F()
421 &num_features)); in TEST_F()
430 &num_features)); in TEST_F()
439 &num_features)); in TEST_F()
448 &num_features)); in TEST_F()
/external/chromium_org/third_party/ots/src/
Dlayout.h31 const uint16_t num_features);
35 uint16_t *num_features);
Dlayout.cc48 const uint16_t num_features) { in ParseLangSysTable() argument
62 req_feature_index >= num_features) { in ParseLangSysTable()
65 if (feature_count > num_features) { in ParseLangSysTable()
74 if (feature_index >= num_features) { in ParseLangSysTable()
82 const uint32_t tag, const uint16_t num_features) { in ParseScriptTable() argument
130 if (!ParseLangSysTable(&subtable, lang_sys_records[i].tag, num_features)) { in ParseScriptTable()
1175 const uint16_t num_features) { in ParseScriptListTable() argument
1218 script_list[i].tag, num_features)) { in ParseScriptListTable()
1230 uint16_t* num_features) { in ParseFeatureListTable() argument
1271 *num_features = feature_count; in ParseFeatureListTable()
/external/harfbuzz_ng/util/
Doptions.hh149 num_features = 0; in shape_options_t()
206 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers); in shape()
219 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs); in shape_closure()
233 unsigned int num_features; member
Doptions.cc209 shape_opts->num_features = 0; in parse_features()
219 shape_opts->num_features++; in parse_features()
225 …shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->fea… in parse_features()
229 shape_opts->num_features = 0; in parse_features()
232 …f (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features])) in parse_features()
233 shape_opts->num_features++; in parse_features()

12