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

  /external/harfbuzz_ng/src/
hb-icu-le.cc 130 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) +
hb-graphite2.cc 246 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);
hb-coretext.cc 190 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]);
hb-old.cc 286 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) +
hb-uniscribe.cc 254 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/
hb-graphite2.cc 245 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; \
hb-coretext.cc 555 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);
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; \
780 unsigned int glyphs_size = scratch_size / ((sizeof (WORD) +

Completed in 205 milliseconds