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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 243 unsigned int scratch_size; local
244 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
272 scratch = buffer->get_scratch_buffer (&scratch_size);
274 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
282 scratch = buffer->get_scratch_buffer (&scratch_size);
289 assert (_consumed <= scratch_size); \
291 scratch_size -= _consumed; \
hb-coretext.cc 595 unsigned int scratch_size; local
596 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
602 assert (_consumed <= scratch_size); \
604 scratch_size -= _consumed; \
750 scratch = buffer->get_scratch_buffer (&scratch_size);
    [all...]
hb-uniscribe.cc 731 unsigned int scratch_size; local
732 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
738 assert (_consumed <= scratch_size); \
740 scratch_size -= _consumed; \
781 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2)
  /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 593 unsigned int scratch_size; local
594 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
600 assert (_consumed <= scratch_size); \
602 scratch_size -= _consumed; \
748 scratch = buffer->get_scratch_buffer (&scratch_size);
    [all...]
hb-uniscribe.cc 728 unsigned int scratch_size; local
729 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
735 assert (_consumed <= scratch_size); \
737 scratch_size -= _consumed; \
778 unsigned int glyphs_size = (scratch_size * sizeof (int) - 2)

Completed in 247 milliseconds