Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc468 typedef enum { MEASURE, CUT } step_t; in apply_stch() typedef
470 for (step_t step = MEASURE; step <= CUT; step = (step_t) (step + 1)) in apply_stch()