/external/chromium_org/third_party/ots/src/ |
gpos.h | 14 : num_lookups(0), 20 uint16_t num_lookups; member in struct:ots::OpenTypeGPOS
|
gsub.h | 14 : num_lookups(0), 20 uint16_t num_lookups; member in struct:ots::OpenTypeGSUB
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
main.cc | 154 int num_lookups = feature.get_lookup_count (); local 155 printf (" %d lookup(s) found in feature\n", num_lookups); 156 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { 157 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups, 162 int num_lookups = g.get_lookup_count (); local 163 printf (" %d lookup(s) found in table\n", num_lookups); 164 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { 166 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
|
/external/harfbuzz_ng/src/ |
main.cc | 154 int num_lookups = feature.get_lookup_count (); local 155 printf (" %d lookup(s) found in feature\n", num_lookups); 156 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { 157 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups, 162 int num_lookups = g.get_lookup_count (); local 163 printf (" %d lookup(s) found in table\n", num_lookups); 164 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { 166 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
|
hb-ot-map-private.hh | 71 unsigned int num_lookups; /* Cumulative */ member in struct:hb_ot_map_t::pause_map_t 114 unsigned int start = stage ? pauses[table_index][stage - 1].num_lookups : 0; 115 unsigned int end = stage < pauses[table_index].len ? pauses[table_index][stage].num_lookups : lookups[table_index].len;
|
/external/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 308 num_lookups = 0; 314 &num_lookups); 319 uint16_t num_lookups; member in class:__anon16552::LookupListTableTest 454 EXPECT_EQ(num_lookups, 1); 460 EXPECT_EQ(num_lookups, 5);
|