OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_SHAPERS_COUNT
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-shaper-private.hh
59
#define
HB_SHAPERS_COUNT
(sizeof (hb_shaper_data_t) / sizeof (void *))
hb-shape.cc
221
shaper_list = (const char **) calloc (1 +
HB_SHAPERS_COUNT
, sizeof (const char *));
229
for (i = 0; i <
HB_SHAPERS_COUNT
; i++)
hb-shape-plan.cc
59
for (unsigned int i = 0; i <
HB_SHAPERS_COUNT
; i++)
Completed in 46 milliseconds