Lines Matching refs:shaper_list
49 const char * const *shaper_list) in hb_shape_plan_plan() argument
54 shaper_list); in hb_shape_plan_plan()
69 if (likely (!shaper_list)) { in hb_shape_plan_plan()
79 for (; *shaper_list; shaper_list++) in hb_shape_plan_plan()
83 else if (0 == strcmp (*shaper_list, #shaper)) \ in hb_shape_plan_plan()
116 const char * const *shaper_list) in hb_shape_plan_create() argument
122 shaper_list); in hb_shape_plan_create()
141 shape_plan->default_shaper_list = shaper_list == NULL; in hb_shape_plan_create()
149 hb_shape_plan_plan (shape_plan, user_features, num_user_features, shaper_list); in hb_shape_plan_create()
350 const char * const *shaper_list; member
375 ((shape_plan->default_shaper_list && proposal->shaper_list == NULL) || in hb_shape_plan_matches()
410 const char * const *shaper_list) in hb_shape_plan_create_cached() argument
416 shaper_list); in hb_shape_plan_create_cached()
420 shaper_list, in hb_shape_plan_create_cached()
426 if (shaper_list) { in hb_shape_plan_create_cached()
429 for (const char * const *shaper_item = shaper_list; *shaper_item; shaper_item++) in hb_shape_plan_create_cached()
458 …_t *shape_plan = hb_shape_plan_create (face, props, user_features, num_user_features, shaper_list); in hb_shape_plan_create_cached()