Searched defs:byte_i (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc548 void hb_buffer_t::allocate_var (unsigned int byte_i, unsigned int count, const char *owner) argument
550 assert (byte_i < 8 && byte_i + count <= 8);
556 byte_i, byte_i + count - 1, owner);
558 for (unsigned int i = byte_i; i < byte_i + count; i++) {
565 void hb_buffer_t::deallocate_var (unsigned int byte_i, unsigned int count, const char *owner)
572 byte_i, byte_i
[all...]
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc548 void hb_buffer_t::allocate_var (unsigned int byte_i, unsigned int count, const char *owner) argument
550 assert (byte_i < 8 && byte_i + count <= 8);
556 byte_i, byte_i + count - 1, owner);
558 for (unsigned int i = byte_i; i < byte_i + count; i++) {
565 void hb_buffer_t::deallocate_var (unsigned int byte_i, unsigned int count, const char *owner)
572 byte_i, byte_i
[all...]

Completed in 59 milliseconds