HomeSort by relevance Sort by last modified time
    Searched refs:num_features (Results 1 - 25 of 25) sorted by null

  /external/harfbuzz_ng/src/
hb-ot.h 43 unsigned int num_features,
hb-shape.h 66 unsigned int num_features);
72 unsigned int num_features,
main.cc 137 int num_features = langsys.get_feature_count (); local
138 printf (" %d feature(s) found in language system\n", num_features);
139 for (int n_feature = 0; n_feature < num_features; n_feature++) {
140 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
146 int num_features = g.get_feature_count (); local
147 printf (" %d feature(s) found in table\n", num_features);
148 for (int n_feature = 0; n_feature < num_features; n_feature++) {
150 printf (" Feature %2d of %2d: %.4s; %d lookup(s)\n", n_feature, num_features,
hb-shape-plan.h 81 unsigned int num_features);
hb-shape.cc 251 unsigned int num_features,
259 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list);
260 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features);
272 unsigned int num_features)
274 hb_shape_full (font, buffer, features, num_features, NULL);
hb-fallback-shape.cc 96 unsigned int num_features HB_UNUSED)
hb-shaper-private.hh 36 unsigned int num_features);
hb-shape-plan.cc 180 unsigned int num_features)
194 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
hb-icu-le.cc 113 unsigned int num_features)
hb-ot-layout.cc 381 unsigned int num_features = l.get_feature_count (); local
382 for (unsigned int i = 0; i < num_features; i++) {
748 unsigned int num_features = gpos.get_feature_count (); local
749 for (unsigned int i = 0; i < num_features; i++)
hb-ot-shape.cc 582 unsigned int num_features)
584 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
625 unsigned int num_features,
632 features, num_features, shapers);
hb-graphite2.cc 222 unsigned int num_features)
233 while (num_features--)
hb-uniscribe.cc 238 unsigned int num_features)
331 if (num_features) {
hb-coretext.cc 178 unsigned int num_features)
hb-old.cc 276 unsigned int num_features)
  /external/opencv/ml/src/
mltestset.cpp 61 int num_features,
90 if( num_features < 1 )
91 CV_ERROR( CV_StsBadArg, "num_features parameter must be positive" );
105 CV_CALL( *samples = cvCreateMat( num_samples, num_features, CV_32FC1 ) );
107 CV_CALL( mean = cvCreateMat( 1, num_features, CV_32FC1 ) );
109 CV_CALL( cov = cvCreateMat( num_features, num_features, CV_32FC1 ) );
  /external/srec/srec/ca/
cnfd_scr.c 131 static int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
140 int i, num_features,current_choice; local
150 rc = CA_ConfScorerGetFeatures(recog, nbestlist, features, &num_features, current_choice, num_choices_left);
194 for (i = 0; i < num_features; i++)
201 int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
218 ASSERT(num_features);
269 *num_features = NUM_CONF_FEATURES;
274 *num_features = 0;
  /external/harfbuzz_ng/util/
options.hh 149 num_features = 0;
206 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers);
219 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
233 unsigned int num_features; member in struct:shape_options_t
options.cc 209 shape_opts->num_features = 0;
219 shape_opts->num_features++;
225 shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->features));
229 shape_opts->num_features = 0;
232 if (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features]))
233 shape_opts->num_features++;
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 112 void hb_shape (hb_font_t *font, hb_buffer_t *buffer, hb_feature_t *features, unsigned int num_features)
  /external/harfbuzz/src/
harfbuzz-gpos.c 6036 int i, j, lookup_count, num_features; local
    [all...]
harfbuzz-gsub.c 4287 int i, j, lookup_count, num_features; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 6036 int i, j, lookup_count, num_features; local
    [all...]
harfbuzz-gsub.c 4287 int i, j, lookup_count, num_features; local
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 516 milliseconds