Searched defs:num_in (Results 1 - 5 of 5) 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/harfbuzz_ng/src/hb-old/
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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc125 hb_buffer_t::make_room_for (unsigned int num_in, argument
131 out_len + num_out > idx + num_in)
296 hb_buffer_t::replace_glyphs (unsigned int num_in, argument
300 if (unlikely (!make_room_for (num_in, num_out))) return;
302 merge_clusters (idx, idx + num_in);
313 idx += num_in;
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc125 hb_buffer_t::make_room_for (unsigned int num_in, argument
131 out_len + num_out > idx + num_in)
296 hb_buffer_t::replace_glyphs (unsigned int num_in, argument
300 if (unlikely (!make_room_for (num_in, num_out))) return;
302 merge_clusters (idx, idx + num_in);
313 idx += num_in;
/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 111 milliseconds