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

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 128 unsigned int num_out,
187 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
hb-buffer.cc 126 unsigned int num_out)
128 if (unlikely (!ensure (out_len + num_out))) return false;
131 out_len + num_out > idx + num_in)
312 unsigned int num_out,
315 if (unlikely (!make_room_for (num_in, num_out))) return;
321 for (unsigned int i = 0; i < num_out; i++)
329 out_len += num_out;
  /external/libpng/
pngtest.c 1607 png_size_t num_in, num_out; local
    [all...]

Completed in 650 milliseconds