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

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 266 typedef long scratch_buffer_t; typedef in struct:hb_buffer_t
267 HB_INTERNAL scratch_buffer_t *get_scratch_buffer (unsigned int *size);
hb-buffer.cc 192 hb_buffer_t::scratch_buffer_t *
201 assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0);
202 *size = allocated * sizeof (pos[0]) / sizeof (scratch_buffer_t);
203 return (scratch_buffer_t *) (void *) pos;
    [all...]
hb-coretext.cc 673 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
740 hb_buffer_t::scratch_buffer_t *old_scratch;
    [all...]
hb-graphite2.cc 251 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
hb-directwrite.cc 631 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
hb-uniscribe.cc 748 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);

Completed in 501 milliseconds