Searched defs:num_in (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-buffer.c250 by `num_in' elements, and the out array pointer by `num_out' elements.
269 HB_UShort num_in,
310 buffer->in_pos += num_in;
268 _hb_buffer_add_output_glyphs( HB_Buffer buffer, HB_UShort num_in, HB_UShort num_out, HB_UShort *glyph_data, HB_UShort component, HB_UShort ligID ) argument
/external/libpng/
H A Dpngtest.c1388 png_size_t num_in, num_out; local
1390 READFILE(fpin, inbuf, 1, num_in);
1393 if (num_in != num_out)
1414 if (!num_in)
1417 if (png_memcmp(inbuf, outbuf, num_in))

Completed in 638 milliseconds