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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc 143 hb_buffer_t::shift_forward (unsigned int count) function in class:hb_buffer_t
388 if (unlikely (idx < count && !shift_forward (count + 32))) return false;
  /external/harfbuzz_ng/src/
hb-buffer.cc 143 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 65 milliseconds