Home
last modified time | relevance | path

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 DLigatureSet.hh121 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 DLigature.hh113 c->buffer->unsafe_to_concat (c->buffer->idx, match_end); in apply()
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dshape-options.hh55 (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 DPairPosFormat2.hh138 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 DPairSet.hh158 buffer->unsafe_to_concat (buffer->idx, pos + 1); in apply()
H A DPairPosFormat1.hh118 buffer->unsafe_to_concat (buffer->idx, unsafe_to); in apply()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-kern.hh55 buffer->unsafe_to_concat (); in kern()
H A Dhb-ot-shaper-arabic.cc345 buffer->unsafe_to_concat (prev, i + 1); in arabic_joining()
370 buffer->unsafe_to_concat (prev, buffer->len); in arabic_joining()
H A Dhb-ot-shape.cc772 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 Dhb-ot-layout-gsubgpos.hh1981 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 Dhb-buffer.hh473 void unsafe_to_concat (unsigned int start = 0, unsigned int end = -1) in unsafe_to_concat() function
H A Dhb-aat-layout-morx-table.hh1377 c->buffer->unsafe_to_concat (); in apply()
H A Dhb-aat-layout-kerx-table.hh990 c->buffer->unsafe_to_concat (); in apply()