/external/chromium_org/third_party/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 | 282 * @features: (array length=num_features): 283 * @num_features: 296 unsigned int num_features, 304 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, features, num_features, shaper_list); 305 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); 317 * @features: (array length=num_features): 318 * @num_features: 328 unsigned int num_features) 330 hb_shape_full (font, buffer, features, num_features, NULL);
|
hb-fallback-shape.cc | 96 unsigned int num_features HB_UNUSED)
|
hb-coretext.cc | 394 unsigned int num_features) 405 if (num_features) 409 for (unsigned int i = 0; i < num_features; i++) 446 feature.order = num_features + 1; 546 num_features = 0; 597 if (num_features)
|
hb-shaper-private.hh | 36 unsigned int num_features);
|
hb-shape-plan.cc | 246 * @features: (array length=num_features): 247 * @num_features: 260 unsigned int num_features) 274 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
|
hb-uniscribe.cc | 595 unsigned int num_features) 607 if (num_features) 611 for (unsigned int i = 0; i < num_features; i++) 640 feature.order = num_features + 1; 718 num_features = 0; 765 if (num_features) 843 if (num_features)
|
/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); \
|
/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/chromium_org/third_party/ots/src/ |
layout.h | 31 const uint16_t num_features); 35 uint16_t *num_features);
|
layout.cc | 48 const uint16_t num_features) { 62 req_feature_index >= num_features) { 65 if (feature_count > num_features) { 74 if (feature_index >= num_features) { 82 const uint32_t tag, const uint16_t num_features) { 130 if (!ParseLangSysTable(&subtable, lang_sys_records[i].tag, num_features)) { [all...] |
/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/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 264 num_features = 0; 269 uint16_t num_features; member in class:__anon16552::FeatureListTableTest 404 &num_features)); 405 EXPECT_EQ(num_features, 1); 411 &num_features)); 412 EXPECT_EQ(num_features, 5); 421 &num_features)); 430 &num_features)); 439 &num_features)); 448 &num_features)); [all...] |