Searched refs:unsafe_to_break (Results 1 – 16 of 16) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 265 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() 381 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 | 324 buffer->unsafe_to_break (prev, i + 1); in arabic_joining() 556 buffer->unsafe_to_break (context, end); in apply_stch()
|
D | hb-ot-shape-complex-thai.cc | 255 buffer->unsafe_to_break (base, i); in do_thai_pua_shaping()
|
D | hb-ot-shape-complex-myanmar.cc | 141 buffer->unsafe_to_break (start, end); in setup_syllables_myanmar()
|
D | hb-ot-shape-complex-khmer.cc | 225 buffer->unsafe_to_break (start, end); in setup_syllables_khmer()
|
D | hb-buffer.hh | 320 void unsafe_to_break (unsigned int start, in unsafe_to_break() function
|
D | hb-ot-shape.cc | 556 buffer->unsafe_to_break (start, end); in hb_form_clusters() 659 buffer->unsafe_to_break (start, end); in hb_ot_shape_setup_masks_fraction()
|
D | hb-ot-layout-gpos-table.hh | 490 buffer->unsafe_to_break (glyph_pos, buffer->idx); in apply() 850 buffer->unsafe_to_break (buffer->idx, pos + 1); in apply() 1080 buffer->unsafe_to_break (buffer->idx, skippy_iter.idx + 1); in apply() 1277 buffer->unsafe_to_break (i, j); in apply()
|
D | hb-ot-shape-fallback.cc | 325 buffer->unsafe_to_break (base, end); in position_around_base()
|
D | hb-ot-shape-complex-use.cc | 352 buffer->unsafe_to_break (start, end); in setup_syllables_use()
|
D | hb-ot-shape-complex-indic.cc | 369 buffer->unsafe_to_break (start, end); in setup_syllables_indic() 1444 buffer->unsafe_to_break (start - 1, start + 1); in final_reordering_syllable_indic()
|
D | hb-aat-layout-common.hh | 773 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); in drive()
|
D | hb-aat-layout-morx-table.hh | 264 buffer->unsafe_to_break (mark, hb_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 | 1288 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length), in context_apply_lookup()
|