Home
last modified time | relevance | path

Searched refs:unsafe_to_concat_from_outbuffer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DMarkMarkPosFormat1.hh109 buffer->unsafe_to_concat_from_outbuffer (unsafe_from, buffer->idx + 1); in apply()
115 buffer->unsafe_to_concat_from_outbuffer (skippy_iter.idx, buffer->idx + 1); in apply()
142 buffer->unsafe_to_concat_from_outbuffer (skippy_iter.idx, buffer->idx + 1); in apply()
149 buffer->unsafe_to_concat_from_outbuffer (skippy_iter.idx, buffer->idx + 1); in apply()
H A DMarkLigPosFormat1.hh125 buffer->unsafe_to_concat_from_outbuffer (0, buffer->idx + 1); in apply()
137 buffer->unsafe_to_concat_from_outbuffer (idx, buffer->idx + 1); in apply()
148 buffer->unsafe_to_concat_from_outbuffer (idx, buffer->idx + 1); in apply()
H A DMarkBasePosFormat1.hh150 buffer->unsafe_to_concat_from_outbuffer (0, buffer->idx + 1); in apply()
162 buffer->unsafe_to_concat_from_outbuffer (idx, buffer->idx + 1); in apply()
H A DCursivePosFormat1.hh138 buffer->unsafe_to_concat_from_outbuffer (unsafe_from, buffer->idx + 1); in apply()
146 buffer->unsafe_to_concat_from_outbuffer (skippy_iter.idx, buffer->idx + 1); in apply()
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DReverseChainSingleSubstFormat1.hh160 c->buffer->unsafe_to_concat_from_outbuffer (start_index, end_index); in apply()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer.hh490 void unsafe_to_concat_from_outbuffer (unsigned int start = 0, unsigned int end = -1) in unsafe_to_concat_from_outbuffer() function
H A Dhb-ot-shaper-arabic.cc339 buffer->unsafe_to_concat_from_outbuffer (0, i + 1); in arabic_joining()
H A Dhb-ot-layout-gsubgpos.hh3101 c->buffer->unsafe_to_concat_from_outbuffer (start_index, end_index); in chain_context_apply_lookup()