Home
last modified time | relevance | path

Searched refs:HB_MAX_SCRIPTS (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh63 #ifndef HB_MAX_SCRIPTS
64 #define HB_MAX_SCRIPTS 500 macro
124 { return script_count++ < HB_MAX_SCRIPTS; } in visitScript()
151 return script_count++ < HB_MAX_SCRIPTS; in visitScript()
Dhb-ot-layout.cc1069 if (script_count++ > HB_MAX_SCRIPTS) in visited()