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

  /external/harfbuzz_ng/util/
main-font-text.hh 61 unsigned int text_len; local
63 while ((text = input.get_line (&text_len)))
64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
options.hh 209 void populate_buffer (hb_buffer_t *buffer, const char *text, int text_len,
217 hb_buffer_add_utf8 (buffer, text, text_len, 0, text_len);
245 void shape_closure (const char *text, int text_len,
250 hb_buffer_add_utf8 (buffer, text, text_len, 0, text_len);
313 text_len = (unsigned int) -1;
345 unsigned int text_len; member in struct:text_options_t
420 unsigned int text_len,
429 unsigned int text_len,
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 452 long text_len; local
453 ASSERT_EQ(S_OK, root_obj->get_nCharacters(&text_len));
456 ASSERT_EQ(S_OK, root_obj->get_text(0, text_len, text.Receive()));
544 long text_len; local
545 ASSERT_EQ(S_OK, root_obj->get_nCharacters(&text_len));
548 ASSERT_EQ(S_OK, root_obj->get_text(0, text_len, text.Receive()));
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 2078 int global_debug, header_len, text_len; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngwutil.c 176 png_charp text, png_size_t text_len, int compression,
191 comp->input_len = text_len;
192 return((int)text_len);
214 * enough to hold the compressed text ((1001 * text_len / 1000) + 12)
222 png_ptr->zstream.avail_in = (uInt)text_len;
344 text_len = png_ptr->zbuf_size * comp->num_output_ptr;
346 text_len += png_ptr->zbuf_size - (png_size_t)png_ptr->zstream.avail_out;
348 return((int)text_len);
1458 png_size_t lang_len, key_len, lang_key_len, text_len; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngwutil.c 176 png_charp text, png_size_t text_len, int compression,
191 comp->input_len = text_len;
192 return((int)text_len);
214 * enough to hold the compressed text ((1001 * text_len / 1000) + 12)
222 png_ptr->zstream.avail_in = (uInt)text_len;
344 text_len = png_ptr->zbuf_size * comp->num_output_ptr;
346 text_len += png_ptr->zbuf_size - (png_size_t)png_ptr->zstream.avail_out;
348 return((int)text_len);
1458 png_size_t lang_len, key_len, lang_key_len, text_len; local
    [all...]

Completed in 474 milliseconds