Home | History | Annotate | Download | only in src

Lines Matching refs:plan

66 setup_syllables (const hb_ot_shape_plan_t *plan,
70 initial_reordering (const hb_ot_shape_plan_t *plan,
74 final_reordering (const hb_ot_shape_plan_t *plan,
79 collect_features_myanmar (hb_ot_shape_planner_t *plan)
81 hb_ot_map_builder_t *map = &plan->map;
104 override_features_myanmar (hb_ot_shape_planner_t *plan)
106 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
117 plan->map.add_feature (HB_TAG('m','a','r','k'), 0, F_GLOBAL);
268 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED,
284 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
305 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
400 initial_reordering_broken_cluster (const hb_ot_shape_plan_t *plan,
406 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
410 initial_reordering_non_myanmar_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED,
421 initial_reordering_syllable (const hb_ot_shape_plan_t *plan,
428 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
429 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
430 case non_myanmar_cluster: initial_reordering_non_myanmar_cluster (plan, face, buffer, start, end); return;
435 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
487 initial_reordering (const hb_ot_shape_plan_t *plan,
491 insert_dotted_circles (plan, font, buffer);
500 initial_reordering_syllable (plan, font->face, buffer, last, i);
504 initial_reordering_syllable (plan, font->face, buffer, last, count);
508 final_reordering (const hb_ot_shape_plan_t *plan,