Home | History | Annotate | Download | only in src

Lines Matching refs: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,
182 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED,
200 initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan,
239 initial_reordering_broken_cluster (const hb_ot_shape_plan_t *plan,
245 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
249 initial_reordering_non_sea_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED,
260 initial_reordering_syllable (const hb_ot_shape_plan_t *plan,
267 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
268 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
269 case non_sea_cluster: initial_reordering_non_sea_cluster (plan, face, buffer, start, end); return;
274 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED,
326 initial_reordering (const hb_ot_shape_plan_t *plan,
330 insert_dotted_circles (plan, font, buffer);
339 initial_reordering_syllable (plan, font->face, buffer, last, i);
343 initial_reordering_syllable (plan, font->face, buffer, last, count);
347 final_reordering (const hb_ot_shape_plan_t *plan,