Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc268 …hape_normalize_context_t *c, unsigned int end, bool might_short_circuit, bool always_short_circuit) in decompose_cluster() argument
273 decompose_multi_char_cluster (c, end, always_short_circuit); in decompose_cluster()
306 bool always_short_circuit = mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE; in _hb_ot_shape_normalize() local
307 bool might_short_circuit = always_short_circuit || in _hb_ot_shape_normalize()
330 decompose_cluster (&c, end, might_short_circuit, always_short_circuit); in _hb_ot_shape_normalize()