Home
last modified time | relevance | path

Searched refs:supported_tables (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dots.cc108 } supported_tables[] = { variable
523 if (supported_tables[i].tag == 0) break; in GetTableAction()
525 if (supported_tables[i].tag == tag) { in GetTableAction()
665 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
667 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
670 if (supported_tables[i].required) { in ProcessGeneric()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dots.cc108 } supported_tables[] = { variable
523 if (supported_tables[i].tag == 0) break; in GetTableAction()
525 if (supported_tables[i].tag == tag) { in GetTableAction()
665 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
667 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
670 if (supported_tables[i].required) { in ProcessGeneric()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dots.cc108 } supported_tables[] = { variable
523 if (supported_tables[i].tag == 0) break; in GetTableAction()
525 if (supported_tables[i].tag == tag) { in GetTableAction()
665 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
667 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
670 if (supported_tables[i].required) { in ProcessGeneric()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dots.cc115 } supported_tables[] = { variable
556 if (supported_tables[i].tag == 0) break; in GetTableAction()
558 if (supported_tables[i].tag == tag) { in GetTableAction()
701 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
703 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
706 if (supported_tables[i].required) { in ProcessGeneric()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dots.cc115 } supported_tables[] = { variable
541 if (supported_tables[i].tag == 0) break; in GetTableAction()
543 if (supported_tables[i].tag == tag) { in GetTableAction()
683 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
685 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
688 if (supported_tables[i].required) { in ProcessGeneric()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dots.cc115 } supported_tables[] = { variable
526 if (supported_tables[i].tag == 0) break; in GetTableAction()
528 if (supported_tables[i].tag == tag) { in GetTableAction()
671 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
673 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
676 if (supported_tables[i].required) { in ProcessGeneric()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dots.cc115 } supported_tables[] = { variable
556 if (supported_tables[i].tag == 0) break; in GetTableAction()
558 if (supported_tables[i].tag == tag) { in GetTableAction()
701 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
703 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
706 if (supported_tables[i].required) { in ProcessGeneric()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dots.cc115 } supported_tables[] = { variable
556 if (supported_tables[i].tag == 0) break; in GetTableAction()
558 if (supported_tables[i].tag == tag) { in GetTableAction()
701 if (supported_tables[i].tag == 0) break; in ProcessGeneric()
703 uint32_t tag = supported_tables[i].tag; in ProcessGeneric()
706 if (supported_tables[i].required) { in ProcessGeneric()
/dports/databases/py-dbf/dbf-0.99.1/dbf/
H A D__init__.py5785 def supported_tables(self): member in Table