Searched refs:num_in (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-buffer-private.h | 49 HB_UShort num_in, 90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \ argument 92 (num_in), (num_out), \
|
D | harfbuzz-buffer.c | 269 HB_UShort num_in, in _hb_buffer_add_output_glyphs() argument 310 buffer->in_pos += num_in; in _hb_buffer_add_output_glyphs()
|
/external/libpng/ |
D | pngtest.c | 1388 png_size_t num_in, num_out; in test_one_file() local 1390 READFILE(fpin, inbuf, 1, num_in); in test_one_file() 1393 if (num_in != num_out) in test_one_file() 1414 if (!num_in) in test_one_file() 1417 if (png_memcmp(inbuf, outbuf, num_in)) in test_one_file()
|