HomeSort by relevance Sort by last modified time
    Searched refs:shift_forward (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 264 HB_INTERNAL bool shift_forward (unsigned int count);
hb-buffer.cc 180 hb_buffer_t::shift_forward (unsigned int count) function in class:hb_buffer_t
437 if (unlikely (idx < count && !shift_forward (count + 32))) return false;
    [all...]

Completed in 219 milliseconds