/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
|
layout.h | 34 const uint16_t num_lookups, 40 uint16_t* num_lookups); 54 const uint16_t num_lookups); 59 const uint16_t num_lookups);
|
layout.cc | 139 const uint16_t num_lookups) { 167 if (lookup_index >= num_lookups) { 420 const uint16_t num_lookups) { 430 if (lookup_list_index >= num_lookups) { 438 const uint16_t num_lookups) { 462 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) { 471 const uint16_t num_lookups) { 492 num_glyphs, num_lookups)) { 502 const uint16_t num_lookups) { 536 num_glyphs, num_lookups)) { [all...] |
gpos.cc | 648 file->gpos->num_lookups); 657 file->gpos->num_lookups); 762 &gpos->num_lookups)) { 770 length - offset_feature_list, gpos->num_lookups,
|
gsub.cc | 401 file->gsub->num_lookups); 411 file->gsub->num_lookups); 626 &gsub->num_lookups)) { 634 length - offset_feature_list, gsub->num_lookups,
|
/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;
|
hb-ot-map.cc | 112 for (; i < pause->num_lookups; i++) 137 for (; i < pause->num_lookups; i++) 313 pause_map->num_lookups = last_num_lookups;
|
/external/harfbuzz/src/ |
harfbuzz-gdef-private.h | 127 HB_UShort num_lookups );
|
harfbuzz-gdef.c | 1127 HB_UShort num_lookups) 1144 for ( i = 0; i < num_lookups; i++ )
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gdef-private.h | 127 HB_UShort num_lookups );
|
harfbuzz-gdef.c | 1127 HB_UShort num_lookups) 1144 for ( i = 0; i < num_lookups; i++ )
|
/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:__anon13836::LookupListTableTest 454 EXPECT_EQ(num_lookups, 1); 460 EXPECT_EQ(num_lookups, 5);
|