HomeSort by relevance Sort by last modified time
    Searched defs:text_len (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/util/
main-font-text.hh 95 unsigned int text_len; local
97 while ((text = input.get_line (&text_len)))
98 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
  /external/opencv3/3rdparty/libpng/
pngwutil.c 378 png_const_charp text, png_size_t text_len, int compression,
387 comp->input_len = text_len;
393 return((int)text_len);
413 * enough to hold the compressed text ((1001 * text_len / 1000) + 12)
423 png_ptr->zstream.avail_in = (uInt)text_len;
562 text_len = png_ptr->zbuf_size * comp->num_output_ptr;
565 text_len += png_ptr->zbuf_size - (png_size_t)png_ptr->zstream.avail_out;
567 return((int)text_len);
1751 png_size_t lang_len, key_len, lang_key_len, text_len; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 4614 size_t text_len; local
    [all...]
tc-arm.c 21156 size_t text_len; local
    [all...]

Completed in 2296 milliseconds