Searched refs:HB_SHAPERS_COUNT (Results 1 – 3 of 3) sorted by relevance
325 shaper_list = (const char **) calloc (1 + HB_SHAPERS_COUNT, sizeof (const char *)); in hb_shape_list_shapers()333 for (i = 0; i < HB_SHAPERS_COUNT; i++) in hb_shape_list_shapers()
59 #define HB_SHAPERS_COUNT (sizeof (hb_shaper_data_t) / sizeof (void *)) macro
70 for (unsigned int i = 0; i < HB_SHAPERS_COUNT; i++) in hb_shape_plan_plan()