Lines Matching refs:script
11 #include "tables/script-properties.h"
82 For the purpose of aggregating script runs together, we treat space
83 as belonging to the same script as surrounding characters. This is a
95 return ((const struct script_property *) vprop)->script;
111 output->script = init_script;
121 const HB_Script script = code_point_to_script(cp);
123 if (script != current_script) {
129 output->script = script;
130 current_script = script;
132 } else if (script == HB_Script_Inherited) {
142 if (output->script == HB_Script_Inherited)
143 output->script = HB_Script_Common;
164 output->script = init_script;
174 const HB_Script script = code_point_to_script(cp);
176 if (script != current_script) {
179 output->script = script;
180 current_script = script;
182 } else if (script == HB_Script_Inherited) {
187 the same script. This is incorrect if you had language1 + combining
200 if (output->script == HB_Script_Inherited)
201 output->script = HB_Script_Common;