OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
429
if (unlikely (idx < count && !
shift_forward
(count + 32))) return false;
[
all
...]
Completed in 45 milliseconds