Searched refs:shift_forward (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh188 HB_INTERNAL bool shift_forward (unsigned int count);
H A Dhb-buffer.cc143 hb_buffer_t::shift_forward (unsigned int count) function in class:hb_buffer_t
389 if (unlikely (idx < count && !shift_forward (count + 32))) return false;
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh187 HB_INTERNAL bool shift_forward (unsigned int count);
H A Dhb-buffer.cc143 hb_buffer_t::shift_forward (unsigned int count) function in class:hb_buffer_t
389 if (unlikely (idx < count && !shift_forward (count + 32))) return false;

Completed in 84 milliseconds