Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc260 buffer->unsafe_to_break (buffer->idx, buffer->idx + (t ? 3 : 2)); in preprocess_text_hangul()
326 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); /* Mark unsafe between LV and T. */ in preprocess_text_hangul()
376 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); /* Mark unsafe between LV and T. */ in preprocess_text_hangul()
Dhb-kern.hh124 buffer->unsafe_to_break (i, j + 1); in kern()
Dhb-ot-shape-complex-arabic.cc321 buffer->unsafe_to_break (prev, i + 1); in arabic_joining()
549 buffer->unsafe_to_break (context, end); in apply_stch()
Dhb-ot-shape-complex-thai.cc247 buffer->unsafe_to_break (base, i); in do_thai_pua_shaping()
Dhb-ot-layout-gpos-table.hh444 buffer->unsafe_to_break (glyph_pos, buffer->idx); in apply()
685 buffer->unsafe_to_break (buffer->idx, pos + 1); in apply()
853 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply()
999 buffer->unsafe_to_break (i, j); in apply()
Dhb-ot-shape-complex-myanmar.cc163 buffer->unsafe_to_break (start, end); in setup_syllables()
Dhb-ot-shape-complex-khmer.cc262 buffer->unsafe_to_break (start, end); in setup_syllables()
Dhb-buffer.hh318 void unsafe_to_break (unsigned int start, in unsafe_to_break() function
Dhb-ot-shape.cc472 buffer->unsafe_to_break (start, end); in hb_form_clusters()
571 buffer->unsafe_to_break (start, end); in hb_ot_shape_setup_masks_fraction()
Dhb-ot-shape-fallback.cc310 buffer->unsafe_to_break (base, end); in position_around_base()
Dhb-ot-shape-complex-use.cc374 buffer->unsafe_to_break (start, end); in setup_syllables()
Dhb-ot-shape-complex-indic.cc400 buffer->unsafe_to_break (start, end); in setup_syllables()
1465 buffer->unsafe_to_break (start - 1, start + 1); in final_reordering_syllable()
Dhb-aat-layout-common.hh778 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); in drive()
Dhb-aat-layout-morx-table.hh266 buffer->unsafe_to_break (mark, MIN (buffer->idx + 1, buffer->len)); in transition()
Dhb-buffer.cc520 unsafe_to_break (start, end); in merge_clusters_impl()
Dhb-ot-layout-gsubgpos.hh1281 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length), in context_apply_lookup()