Home
last modified time | relevance | path

Searched refs:HB_SHAPERS_COUNT (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-shape.cc325 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()
Dhb-shaper-private.hh59 #define HB_SHAPERS_COUNT (sizeof (hb_shaper_data_t) / sizeof (void *)) macro
Dhb-shape-plan.cc70 for (unsigned int i = 0; i < HB_SHAPERS_COUNT; i++) in hb_shape_plan_plan()