Home | History | Annotate | Download | only in graphics

Lines Matching defs:script

555     hb_script_t script;
577 run->script = init_script;
584 const hb_script_t script = code_point_to_script(cp);
586 if (script != current_script) {
592 run->script = script;
593 current_script = script;
595 } else if (script == HB_SCRIPT_INHERITED) {
604 if (run->script == HB_SCRIPT_INHERITED)
605 run->script = HB_SCRIPT_COMMON;
620 run->script = init_script;
627 const hb_script_t script = code_point_to_script(cp);
629 if (script != current_script) {
632 run->script = script;
633 current_script = script;
638 } else if (script == HB_SCRIPT_INHERITED) {
649 if (run->script == HB_SCRIPT_INHERITED)
650 run->script = HB_SCRIPT_COMMON;
699 // Split the BiDi run into Script runs. Harfbuzz will populate the pos, length and script
709 ALOGD("-------- Start of Script Run --------");
710 ALOGD("Shaping Script Run with");
712 ALOGD(" -- HB script = %c%c%c%c", HB_UNTAG(run.script));
723 hb_buffer_set_script(mBuffer, run.script);
771 ALOGD("-------- End of Script Run --------");
780 hb_script_t script) {
785 typeface = SkCreateTypefaceForScriptNG(script, currentStyle);
787 ALOGD("Using Harfbuzz Script %c%c%c%c, Style %d", HB_UNTAG(script), currentStyle);
792 bool TextLayoutShaper::isComplexScript(hb_script_t script) {
793 switch (script) {
815 // when we are shaping any script that needs to use a fallback Font.
816 // If we are a "common" script we dont need to shift
836 ALOGD("Using Default Typeface for script %c%c%c%c",