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

  /external/harfbuzz_ng/src/
hb-graphite2.cc 244 unsigned int scratch_size; local
245 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
273 scratch = buffer->get_scratch_buffer (&scratch_size);
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
283 scratch = buffer->get_scratch_buffer (&scratch_size);
290 assert (_consumed <= scratch_size); \
292 scratch_size -= _consumed; \
hb-coretext.cc 609 unsigned int scratch_size; local
610 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
616 if (unlikely (_consumed > scratch_size)) \
622 scratch_size -= _consumed; \
686 scratch = buffer->get_scratch_buffer (&scratch_size);
690 scratch_size -= old_scratch_used;
    [all...]
hb-uniscribe.cc 735 unsigned int scratch_size; local
736 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
742 assert (_consumed <= scratch_size); \
744 scratch_size -= _consumed; \
785 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2)

Completed in 360 milliseconds