Searched refs:unsafe_to_break (Results 1 – 16 of 16) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 260 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()
|
D | hb-kern.hh | 124 buffer->unsafe_to_break (i, j + 1); in kern()
|
D | hb-ot-shape-complex-arabic.cc | 321 buffer->unsafe_to_break (prev, i + 1); in arabic_joining() 549 buffer->unsafe_to_break (context, end); in apply_stch()
|
D | hb-ot-shape-complex-thai.cc | 247 buffer->unsafe_to_break (base, i); in do_thai_pua_shaping()
|
D | hb-ot-layout-gpos-table.hh | 444 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()
|
D | hb-ot-shape-complex-myanmar.cc | 163 buffer->unsafe_to_break (start, end); in setup_syllables()
|
D | hb-ot-shape-complex-khmer.cc | 262 buffer->unsafe_to_break (start, end); in setup_syllables()
|
D | hb-buffer.hh | 318 void unsafe_to_break (unsigned int start, in unsafe_to_break() function
|
D | hb-ot-shape.cc | 472 buffer->unsafe_to_break (start, end); in hb_form_clusters() 571 buffer->unsafe_to_break (start, end); in hb_ot_shape_setup_masks_fraction()
|
D | hb-ot-shape-fallback.cc | 310 buffer->unsafe_to_break (base, end); in position_around_base()
|
D | hb-ot-shape-complex-use.cc | 374 buffer->unsafe_to_break (start, end); in setup_syllables()
|
D | hb-ot-shape-complex-indic.cc | 400 buffer->unsafe_to_break (start, end); in setup_syllables() 1465 buffer->unsafe_to_break (start - 1, start + 1); in final_reordering_syllable()
|
D | hb-aat-layout-common.hh | 778 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); in drive()
|
D | hb-aat-layout-morx-table.hh | 266 buffer->unsafe_to_break (mark, MIN (buffer->idx + 1, buffer->len)); in transition()
|
D | hb-buffer.cc | 520 unsafe_to_break (start, end); in merge_clusters_impl()
|
D | hb-ot-layout-gsubgpos.hh | 1281 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length), in context_apply_lookup()
|