Searched refs:unsafe_to_concat (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
H A D | LigatureSet.hh | 121 bool unsafe_to_concat = false; in apply() local 131 if (unsafe_to_concat) in apply() 132 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply() 137 unsafe_to_concat = true; in apply() 139 if (likely (unsafe_to_concat)) in apply() 140 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply()
|
H A D | Ligature.hh | 113 c->buffer->unsafe_to_concat (c->buffer->idx, match_end); in apply()
|
/aosp_15_r20/external/harfbuzz_ng/util/ |
H A D | shape-options.hh | 55 (unsafe_to_concat ? HB_BUFFER_FLAG_PRODUCE_UNSAFE_TO_CONCAT : 0) | in setup_buffer() 256 hb_bool_t unsafe_to_concat = false; member 388 …{"unsafe-to-concat",0, 0, G_OPTION_ARG_NONE, &this->unsafe_to_concat, "Produce unsafe-to-concat gl… in add_options()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
H A D | PairPosFormat2.hh | 138 buffer->unsafe_to_concat (buffer->idx, unsafe_to); in apply() 146 buffer->unsafe_to_concat (buffer->idx, skippy_iter.idx + 1); in apply() 250 buffer->unsafe_to_concat (buffer->idx, skippy_iter.idx + 1); in apply()
|
H A D | PairSet.hh | 158 buffer->unsafe_to_concat (buffer->idx, pos + 1); in apply()
|
H A D | PairPosFormat1.hh | 118 buffer->unsafe_to_concat (buffer->idx, unsafe_to); in apply()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-kern.hh | 55 buffer->unsafe_to_concat (); in kern()
|
H A D | hb-ot-shaper-arabic.cc | 345 buffer->unsafe_to_concat (prev, i + 1); in arabic_joining() 370 buffer->unsafe_to_concat (prev, buffer->len); in arabic_joining()
|
H A D | hb-ot-shape.cc | 772 buffer->unsafe_to_concat (start, start + 1); in hb_ot_shape_setup_masks_fraction() 774 buffer->unsafe_to_concat (end - 1, end); in hb_ot_shape_setup_masks_fraction()
|
H A D | hb-ot-layout-gsubgpos.hh | 1981 c->buffer->unsafe_to_concat (c->buffer->idx, match_end); in context_apply_lookup() 2266 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply() 2280 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply() 3091 c->buffer->unsafe_to_concat (c->buffer->idx, end_index); in chain_context_apply_lookup() 3481 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply() 3495 c->buffer->unsafe_to_concat (c->buffer->idx, unsafe_to); in apply()
|
H A D | hb-buffer.hh | 473 void unsafe_to_concat (unsigned int start = 0, unsigned int end = -1) in unsafe_to_concat() function
|
H A D | hb-aat-layout-morx-table.hh | 1377 c->buffer->unsafe_to_concat (); in apply()
|
H A D | hb-aat-layout-kerx-table.hh | 990 c->buffer->unsafe_to_concat (); in apply()
|