Searched refs:scratch_size (Results 1 - 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-icu-le.cc130 unsigned int scratch_size; local
131 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
136 scratch_size -= (len) * sizeof ((name)[0]);
158 unsigned int num_glyphs = scratch_size / (sizeof (LEGlyphID) +
H A Dhb-graphite2.cc246 unsigned int scratch_size; local
247 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
252 scratch_size -= (len) * sizeof ((name)[0]);
280 scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size)
290 scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
H A Dhb-coretext.cc190 unsigned int scratch_size; local
191 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
253 unsigned int scratch_size; local
254 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
259 scratch_size -= (len) * sizeof ((name)[0]);
H A Dhb-old.cc286 unsigned int scratch_size; local
287 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
309 scratch_size -= (len) * sizeof ((name)[0]);
329 unsigned int num_glyphs = scratch_size / (sizeof (HB_Glyph) +
H A Dhb-uniscribe.cc254 unsigned int scratch_size; local
255 char *scratch = (char *) buffer->get_scratch_buffer (&scratch_size);
262 scratch_size -= (len) * sizeof ((name)[0]);
286 unsigned int glyphs_size = scratch_size / (sizeof (WORD) +
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc245 unsigned int scratch_size; local
246 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
274 scratch = buffer->get_scratch_buffer (&scratch_size);
276 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
284 scratch = buffer->get_scratch_buffer (&scratch_size);
291 assert (_consumed <= scratch_size); \
293 scratch_size -= _consumed; \
H A Dhb-coretext.cc555 unsigned int scratch_size; local
556 hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&scratch_size);
562 assert (_consumed <= scratch_size); \
564 scratch_size -= _consumed; \
660 scratch = buffer->get_scratch_buffer (&scratch_size);
H A Dhb-uniscribe.cc731 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; \
780 unsigned int glyphs_size = scratch_size / ((sizeof (WORD) +

Completed in 1032 milliseconds