HomeSort by relevance Sort by last modified time
    Searched refs:num_lookups (Results 1 - 10 of 10) sorted by null

  /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);
55 const uint16_t num_lookups);
60 const uint16_t num_lookups);
layout.cc 139 const uint16_t num_lookups) {
167 if (lookup_index >= num_lookups) {
433 const uint16_t num_lookups) {
443 if (lookup_list_index >= num_lookups) {
451 const uint16_t num_lookups) {
475 if (!ParseLookupRecord(&subtable, num_glyphs, num_lookups)) {
484 const uint16_t num_lookups) {
505 num_glyphs, num_lookups)) {
515 const uint16_t num_lookups) {
549 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 153 int num_lookups = feature.get_lookup_count (); local
157 printf (" %d lookup(s) found in feature\n", num_lookups);
158 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
164 int num_lookups = g.get_lookup_count (); local
165 printf (" %d lookup(s) found in table\n", num_lookups);
166 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
hb-ot-shape-complex-arabic-fallback.hh 200 unsigned int num_lookups; member in struct:arabic_fallback_plan_t
260 fallback_plan->num_lookups = j;
290 fallback_plan->num_lookups = j;
304 fallback_plan->num_lookups = 0;
327 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++)
344 for (unsigned int i = 0; i < fallback_plan->num_lookups; i++)
  /external/harfbuzz_ng/src/
main.cc 153 int num_lookups = feature.get_lookup_count (); local
157 printf (" %d lookup(s) found in feature\n", num_lookups);
158 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
164 int num_lookups = g.get_lookup_count (); local
165 printf (" %d lookup(s) found in table\n", num_lookups);
166 for (int n_lookup = 0; n_lookup < num_lookups; n_lookup++) {
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
  /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:__anon19375::LookupListTableTest
454 EXPECT_EQ(num_lookups, 1);
460 EXPECT_EQ(num_lookups, 5);

Completed in 116 milliseconds