Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-buffer.hh341 HB_INTERNAL bool shift_forward (unsigned int count);
Dhb-buffer.cc177 hb_buffer_t::shift_forward (unsigned int count) in shift_forward() function in hb_buffer_t
416 if (unlikely (idx < count && !shift_forward (count + 0))) return false; in move_to()