Home
last modified time | relevance | path

Searched refs:num_lookups (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/ots/src/
Dlayout.cc139 const uint16_t num_lookups) { in ParseFeatureTable() argument
167 if (lookup_index >= num_lookups) { in ParseFeatureTable()
433 const uint16_t num_lookups) { in ParseLookupRecord() argument
443 if (lookup_list_index >= num_lookups) { in ParseLookupRecord()
451 const uint16_t num_lookups) { in ParseRuleSubtable() argument
475 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) { in ParseRuleSubtable()
484 const uint16_t num_lookups) { in ParseRuleSetTable() argument
505 num_glyphs, num_lookups)) { in ParseRuleSetTable()
515 const uint16_t num_lookups) { in ParseContextFormat1() argument
549 num_glyphs, num_lookups)) { in ParseContextFormat1()
[all …]
Dlayout.h34 const uint16_t num_lookups,
40 uint16_t* num_lookups);
55 const uint16_t num_lookups);
60 const uint16_t num_lookups);
Dgsub.h14 : num_lookups(0), in OpenTypeGSUB()
20 uint16_t num_lookups; member
Dgpos.h14 : num_lookups(0), in OpenTypeGPOS()
20 uint16_t num_lookups; member
Dgsub.cc401 file->gsub->num_lookups); in ParseContextSubstitution()
411 file->gsub->num_lookups); in ParseChainingContextSubstitution()
626 &gsub->num_lookups)) { in ots_gsub_parse()
634 length - offset_feature_list, gsub->num_lookups, in ots_gsub_parse()
Dgpos.cc648 file->gpos->num_lookups); in ParseContextPositioning()
657 file->gpos->num_lookups); in ParseChainedContextPositioning()
762 &gpos->num_lookups)) { in ots_gpos_parse()
770 length - offset_feature_list, gpos->num_lookups, in ots_gpos_parse()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dmain.cc153 int num_lookups = feature.get_lookup_count (); in main() local
157 printf (" %d lookup(s) found in feature\n", num_lookups); in main()
158 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { in main()
159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups, in main()
164 int num_lookups = g.get_lookup_count (); in main() local
165 printf (" %d lookup(s) found in table\n", num_lookups); in main()
166 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { in main()
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups, in main()
Dhb-ot-shape-complex-arabic-fallback.hh200 unsigned int num_lookups; member
260 fallback_plan->num_lookups = j; in arabic_fallback_plan_init_win1256()
290 fallback_plan->num_lookups = j; in arabic_fallback_plan_init_unicode()
304 fallback_plan->num_lookups = 0; in arabic_fallback_plan_create()
327 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++) in arabic_fallback_plan_destroy()
344 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++) in arabic_fallback_plan_shape()
/external/harfbuzz_ng/src/
Dmain.cc153 int num_lookups = feature.get_lookup_count (); in main() local
157 printf (" %d lookup(s) found in feature\n", num_lookups); in main()
158 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { in main()
159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups, in main()
164 int num_lookups = g.get_lookup_count (); in main() local
165 printf (" %d lookup(s) found in table\n", num_lookups); in main()
166 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) { in main()
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups, in main()
/external/chromium_org/third_party/ots/test/
Dlayout_common_table_test.cc308 num_lookups = 0; in SetUp()
314 &num_lookups); in Parse()
319 uint16_t num_lookups; member in __anon4af6272f0111::LookupListTableTest
454 EXPECT_EQ(num_lookups, 1); in TEST_F()
460 EXPECT_EQ(num_lookups, 5); in TEST_F()