Lines Matching full:plan
48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED,
101 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED,
184 arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *plan,
189 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
191 return arabic_fallback_synthesize_lookup_ligature (plan, font);
226 const hb_ot_shape_plan_t *plan,
248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
271 const hb_ot_shape_plan_t *plan,
278 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]);
281 fallback_plan->lookup_array[j] = arabic_fallback_synthesize_lookup (plan, font, i);
297 arabic_fallback_plan_create (const hb_ot_shape_plan_t *plan,
309 if (arabic_fallback_plan_init_unicode (fallback_plan, plan, font))
314 if (arabic_fallback_plan_init_win1256 (fallback_plan, plan, font))