Home | History | Annotate | Download | only in src

Lines Matching refs:plan

76 setup_syllables (const hb_ot_shape_plan_t *plan,
80 initial_reordering (const hb_ot_shape_plan_t *plan,
84 final_reordering (const hb_ot_shape_plan_t *plan,
89 collect_features_myanmar (hb_ot_shape_planner_t *plan)
91 hb_ot_map_builder_t *map = &plan->map;
114 override_features_myanmar (hb_ot_shape_planner_t *plan)
116 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
269 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED,
286 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
307 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
402 initial_reordering_broken_cluster (const hb_ot_shape_plan_t *plan,
408 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
412 initial_reordering_punctuation_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED,
422 initial_reordering_non_myanmar_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED,
433 initial_reordering_syllable (const hb_ot_shape_plan_t *plan,
440 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
441 case punctuation_cluster: initial_reordering_punctuation_cluster (plan, face, buffer, start, end); return;
442 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
443 case non_myanmar_cluster: initial_reordering_non_myanmar_cluster (plan, face, buffer, start, end); return;
448 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
502 initial_reordering (const hb_ot_shape_plan_t *plan,
506 insert_dotted_circles (plan, font, buffer);
515 initial_reordering_syllable (plan, font->face, buffer, last, i);
519 initial_reordering_syllable (plan, font->face, buffer, last, count);
523 final_reordering (const hb_ot_shape_plan_t *plan,