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.cc265 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()
Dhb-kern.hh124 buffer->unsafe_to_break (i, j + 1); in kern()
Dhb-ot-shape-complex-arabic.cc324 buffer->unsafe_to_break (prev, i + 1); in arabic_joining()
556 buffer->unsafe_to_break (context, end); in apply_stch()
Dhb-ot-shape-complex-thai.cc255 buffer->unsafe_to_break (base, i); in do_thai_pua_shaping()
Dhb-ot-shape-complex-myanmar.cc141 buffer->unsafe_to_break (start, end); in setup_syllables_myanmar()
Dhb-ot-shape-complex-khmer.cc225 buffer->unsafe_to_break (start, end); in setup_syllables_khmer()
Dhb-buffer.hh320 void unsafe_to_break (unsigned int start, in unsafe_to_break() function
Dhb-ot-shape.cc556 buffer->unsafe_to_break (start, end); in hb_form_clusters()
659 buffer->unsafe_to_break (start, end); in hb_ot_shape_setup_masks_fraction()
Dhb-ot-layout-gpos-table.hh490 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()
Dhb-ot-shape-fallback.cc325 buffer->unsafe_to_break (base, end); in position_around_base()
Dhb-ot-shape-complex-use.cc352 buffer->unsafe_to_break (start, end); in setup_syllables_use()
Dhb-ot-shape-complex-indic.cc369 buffer->unsafe_to_break (start, end); in setup_syllables_indic()
1444 buffer->unsafe_to_break (start - 1, start + 1); in final_reordering_syllable_indic()
Dhb-aat-layout-common.hh773 buffer->unsafe_to_break (buffer->idx, buffer->idx + 2); in drive()
Dhb-aat-layout-morx-table.hh264 buffer->unsafe_to_break (mark, hb_min (buffer->idx + 1, buffer->len)); in transition()
Dhb-buffer.cc520 unsafe_to_break (start, end); in merge_clusters_impl()
Dhb-ot-layout-gsubgpos.hh1288 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length), in context_apply_lookup()