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

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 190 typedef long scratch_buffer_t; typedef in struct:hb_buffer_t
191 HB_INTERNAL scratch_buffer_t *get_scratch_buffer (unsigned int *size);
hb-buffer.cc 155 hb_buffer_t::scratch_buffer_t *
164 assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0);
165 *size = allocated * sizeof (pos[0]) / sizeof (scratch_buffer_t);
166 return (scratch_buffer_t *) (void *) pos;
hb-graphite2.cc 245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
hb-coretext.cc 610 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
677 hb_buffer_t::scratch_buffer_t *old_scratch;
    [all...]
hb-uniscribe.cc 736 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);

Completed in 186 milliseconds