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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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-ot-layout.cc 389 unsigned int num_features = l.get_feature_count (); local
390 for (unsigned int i = 0; i < num_features; i++) {
742 unsigned int num_features = gpos.get_feature_count (); local
743 for (unsigned int i = 0; i < num_features; i++)
  /external/harfbuzz_ng/src/
main.cc 140 int num_features = langsys.get_feature_count (); local
141 printf (" %d feature(s) found in language system\n", num_features);
142 for (int n_feature = 0; n_feature < num_features; n_feature++) {
143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features,
149 int num_features = g.get_feature_count (); local
150 printf (" %d feature(s) found in table\n", num_features);
151 for (int n_feature = 0; n_feature < num_features; n_feature++) {
154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features,
hb-ot-layout.cc 408 unsigned int num_features = l.get_feature_count (); local
409 for (unsigned int i = 0; i < num_features; i++) {
762 unsigned int num_features = gpos.get_feature_count (); local
763 for (unsigned int i = 0; i < num_features; i++)
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 264 num_features = 0;
269 uint16_t num_features; member in class:__anon18632::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...]
  /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/chromium_org/third_party/ots/src/
gsub.cc 632 uint16_t num_features = 0; local
635 &num_features)) {
642 length - offset_script_list, num_features)) {
gpos.cc 768 uint16_t num_features = 0; local
771 &num_features)) {
778 length - offset_script_list, num_features)) {
  /external/harfbuzz_ng/util/
options.hh 181 num_features = 0;
239 hb_bool_t res = hb_shape_full (font, buffer, features, num_features, shapers);
252 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
266 unsigned int num_features; member in struct:shape_options_t
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub.c 4287 int i, j, lookup_count, num_features; local
    [all...]
harfbuzz-gpos.c 5997 int i, j, lookup_count, num_features; local
    [all...]

Completed in 393 milliseconds