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 D | MarkMarkPosFormat1.hh | 109 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 D | MarkLigPosFormat1.hh | 125 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 D | MarkBasePosFormat1.hh | 150 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 D | CursivePosFormat1.hh | 138 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 D | ReverseChainSingleSubstFormat1.hh | 160 c->buffer->unsafe_to_concat_from_outbuffer (start_index, end_index); in apply()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-buffer.hh | 490 void unsafe_to_concat_from_outbuffer (unsigned int start = 0, unsigned int end = -1) in unsafe_to_concat_from_outbuffer() function
|
H A D | hb-ot-shaper-arabic.cc | 339 buffer->unsafe_to_concat_from_outbuffer (0, i + 1); in arabic_joining()
|
H A D | hb-ot-layout-gsubgpos.hh | 3101 c->buffer->unsafe_to_concat_from_outbuffer (start_index, end_index); in chain_context_apply_lookup()
|