Home
last modified time | relevance | path

Searched refs:shift_forward (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer-private.hh264 HB_INTERNAL bool shift_forward (unsigned int count);
Dhb-buffer.cc180 hb_buffer_t::shift_forward (unsigned int count) in shift_forward() function in hb_buffer_t
429 if (unlikely (idx < count && !shift_forward (count + 32))) return false; in move_to()