Lines Matching defs:plan

68 setup_syllables (const hb_ot_shape_plan_t *plan,
72 initial_reordering (const hb_ot_shape_plan_t *plan,
76 final_reordering (const hb_ot_shape_plan_t *plan,
81 collect_features_sea (hb_ot_shape_planner_t *plan)
83 hb_ot_map_builder_t *map = &plan->map;
105 override_features_sea (hb_ot_shape_planner_t *plan)
107 plan->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL);
166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED,
183 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
201 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
240 initial_reordering_broken_cluster (const hb_ot_shape_plan_t *plan,
246 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
250 initial_reordering_non_sea_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED,
261 initial_reordering_syllable (const hb_ot_shape_plan_t *plan,
268 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
269 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
270 case non_sea_cluster: initial_reordering_non_sea_cluster (plan, face, buffer, start, end); return;
275 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
329 initial_reordering (const hb_ot_shape_plan_t *plan,
333 insert_dotted_circles (plan, font, buffer);
342 initial_reordering_syllable (plan, font->face, buffer, last, i);
346 initial_reordering_syllable (plan, font->face, buffer, last, count);
350 final_reordering (const hb_ot_shape_plan_t *plan,