Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shaper-hangul.cc267 buffer->unsafe_to_break (buffer->idx, buffer->idx + (t ? 3 : 2)); in preprocess_text_hangul()
331 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); /* Mark unsafe between LV and T. */ in preprocess_text_hangul()
380 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); /* Mark unsafe between LV and T. */ in preprocess_text_hangul()
Dhb-kern.hh128 buffer->unsafe_to_break (i, j + 1); in kern()
Dhb-buffer.hh453 void unsafe_to_break (unsigned int start = 0, unsigned int end = -1) in unsafe_to_break() function
463 unsafe_to_break (start, end); in safe_to_insert_tatweel()
Dhb-ot-shaper-khmer.cc203 buffer->unsafe_to_break (start, end); in setup_syllables_khmer()
Dhb-ot-shaper-thai.cc255 buffer->unsafe_to_break (base, i); in do_thai_pua_shaping()
Dhb-ot-shaper-myanmar.cc161 buffer->unsafe_to_break (start, end); in setup_syllables_myanmar()
Dhb-wasm-shape.cc464 buffer->unsafe_to_break (); in _hb_wasm_shape()
Dhb-ot-shaper-use.cc304 buffer->unsafe_to_break (start, end); in setup_syllables_use()
Dhb-graphite2.cc449 buffer->unsafe_to_break (); in _hb_graphite2_shape()
Dhb-ot-shape-fallback.cc325 buffer->unsafe_to_break (base, end); in position_around_base()
Dhb-ot-shape.cc576 buffer->unsafe_to_break (start, end); in hb_form_clusters()
778 buffer->unsafe_to_break (start, end); in hb_ot_shape_setup_masks_fraction()
Dhb-ot-shaper-indic.cc424 buffer->unsafe_to_break (start, end); in setup_syllables_indic()
1452 buffer->unsafe_to_break (start - 1, start + 1); in final_reordering_syllable_indic()
Dhb-ot-shaper-arabic.cc592 buffer->unsafe_to_break (context, end); in apply_stch()
Dhb-directwrite.cc789 buffer->unsafe_to_break (); in _hb_directwrite_shape()
Dhb-uniscribe.cc882 buffer->unsafe_to_break (); in _hb_uniscribe_shape()
Dhb-buffer.cc523 unsafe_to_break (start, end); in merge_clusters_impl()
Dhb-coretext-shape.cc1296 buffer->unsafe_to_break (); in _hb_coretext_shape()
Dhb-aat-layout-morx-table.hh273 buffer->unsafe_to_break (mark, hb_min (buffer->idx + 1, buffer->len)); in transition()
Dhb-ot-layout-gsubgpos.hh1976 c->buffer->unsafe_to_break (c->buffer->idx, match_end); in context_apply_lookup()
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairSet.hh145 buffer->unsafe_to_break (buffer->idx, pos + 1); in apply()
152 buffer->unsafe_to_break (buffer->idx, pos + 1); in apply()
DMarkArray.hh38 buffer->unsafe_to_break (glyph_pos, buffer->idx + 1); in apply()
DPairPosFormat2.hh247 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply()
257 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply()
DCursivePosFormat1.hh161 buffer->unsafe_to_break (i, j + 1); in apply()
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DAlternateSet.hh54 c->buffer->unsafe_to_break (0, c->buffer->len); in apply()