Home
last modified time | relevance | path

Searched refs:scratch_buffer_t (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer-private.hh190 typedef long scratch_buffer_t; typedef
191 HB_INTERNAL scratch_buffer_t *get_scratch_buffer (unsigned int *size);
Dhb-buffer.cc155 hb_buffer_t::scratch_buffer_t *
164 assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0); in get_scratch_buffer()
165 *size = allocated * sizeof (pos[0]) / sizeof (scratch_buffer_t); in get_scratch_buffer()
166 return (scratch_buffer_t *) (void *) pos; in get_scratch_buffer()
Dhb-coretext.cc610 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); in _hb_coretext_shape()
677 hb_buffer_t::scratch_buffer_t *old_scratch; in _hb_coretext_shape()
931 hb_buffer_t::scratch_buffer_t *scratch_saved = scratch in _hb_coretext_shape()
Dhb-graphite2.cc245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); in _hb_graphite2_shape()
Dhb-uniscribe.cc736 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size); in _hb_uniscribe_shape()