Home | History | Annotate | Download | only in contrib

Lines Matching refs:script

11 #include "tables/script-properties.h"
92 return ((const struct script_property *) vprop)->script;
108 output->script = init_script;
118 const HB_Script script = code_point_to_script(cp);
120 if (script != current_script) {
126 output->script = script;
127 current_script = script;
129 } else if (script == HB_Script_Inherited) {
139 if (output->script == HB_Script_Inherited)
140 output->script = HB_Script_Common;
161 output->script = init_script;
171 const HB_Script script = code_point_to_script(cp);
173 if (script != current_script) {
176 output->script = script;
177 current_script = script;
179 } else if (script == HB_Script_Inherited) {
184 the same script. This is incorrect if you had language1 + combining
197 if (output->script == HB_Script_Inherited)
198 output->script = HB_Script_Common;