HomeSort by relevance Sort by last modified time
    Searched refs:always_short_circuit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize.cc 268 decompose_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool might_short_circuit, bool always_short_circuit)
273 decompose_multi_char_cluster (c, end, always_short_circuit);
302 bool always_short_circuit = mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE; local
303 bool might_short_circuit = always_short_circuit ||
326 decompose_cluster (&c, end, might_short_circuit, always_short_circuit);
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 268 decompose_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool might_short_circuit, bool always_short_circuit)
273 decompose_multi_char_cluster (c, end, always_short_circuit);
302 bool always_short_circuit = mode == HB_OT_SHAPE_NORMALIZATION_MODE_NONE; local
303 bool might_short_circuit = always_short_circuit ||
326 decompose_cluster (&c, end, might_short_circuit, always_short_circuit);

Completed in 2560 milliseconds