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 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; \