HomeSort by relevance Sort by last modified time
    Searched refs:text_length (Results 1 - 25 of 35) sorted by null

1 2

  /external/harfbuzz_ng/test/fuzzing/
hb-subset-fuzzer.cc 12 int text_length,
21 for (int i = 0; i < text_length; i++)
35 int text_length)
41 trySubset (face, text, text_length,
  /external/pdfium/core/fxge/
cfx_windowsrenderdevice.h 29 size_t text_length);
  /external/harfbuzz_ng/src/
hb-buffer.h 390 int text_length,
397 int text_length,
404 int text_length,
411 int text_length,
418 int text_length,
hb-buffer.cc     [all...]
  /external/tcpdump/
print-rpki-rtr.c 295 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
351 text_length = EXTRACT_32BITS(tptr + tlen);
354 if (text_length) {
355 if (pdu_len < tlen + text_length)
359 if (fn_printn(ndo, tptr + tlen, text_length, ndo->ndo_snapend))
  /external/toolchain-utils/bestflags/
task.py 270 (checksum, cost, image, file_length, text_length) = out.split()
289 self._text_length = text_length
340 text_length)):
345 self._text_length = text_length
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.h 79 const int32_t text_length,
  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.cpp 48 size_t text_length = strlen(textValue);
49 if (text_length == 0) return SPV_ERROR_INVALID_TEXT;
50 const char* text_end = textValue + text_length;
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.cpp 48 size_t text_length = strlen(textValue);
49 if (text_length == 0) return SPV_ERROR_INVALID_TEXT;
50 const char* text_end = textValue + text_length;
  /external/libpng/
pngset.c 836 size_t text_length, key_len; local
886 text_length = 0;
898 text_length = strlen(text_ptr[i].text);
903 key_len + text_length + lang_len + lang_key_len + 4));
915 (key_len + lang_len + lang_key_len + text_length + 4),
939 if (text_length != 0)
940 memcpy(textp->text, text_ptr[i].text, text_length);
942 *(textp->text + text_length) = '\0';
947 textp->text_length = 0;
948 textp->itxt_length = text_length;
    [all...]
  /external/pdfium/third_party/libpng16/
pngset.c 787 size_t text_length, key_len; local
837 text_length = 0;
849 text_length = strlen(text_ptr[i].text);
854 key_len + text_length + lang_len + lang_key_len + 4));
866 (key_len + lang_len + lang_key_len + text_length + 4),
890 if (text_length != 0)
891 memcpy(textp->text, text_ptr[i].text, text_length);
893 *(textp->text + text_length) = '\0';
898 textp->text_length = 0;
899 textp->itxt_length = text_length;
    [all...]
  /external/mesa3d/src/broadcom/cle/
v3d_decoder.c 586 uint32_t text_offset = 0, text_length = 0, total_length; local
591 text_length = genxml_files_table[i].length;
596 if (text_length == 0) {
617 assert(text_offset + text_length <= total_length);
619 buf = XML_GetBuffer(ctx.parser, text_length);
620 memcpy(buf, &text_data[text_offset], text_length);
622 if (XML_ParseBuffer(ctx.parser, text_length, true) == 0) {
627 XML_GetCurrentByteIndex(ctx.parser), text_length,
  /external/mesa3d/src/intel/common/
gen_decoder.c 531 uint32_t text_offset = 0, text_length = 0, total_length; local
537 text_length = genxml_files_table[i].length;
542 if (text_length == 0) {
577 assert(text_offset + text_length <= total_length);
579 buf = XML_GetBuffer(ctx.parser, text_length);
580 memcpy(buf, &text_data[text_offset], text_length);
582 if (XML_ParseBuffer(ctx.parser, text_length, true) == 0) {
587 XML_GetCurrentByteIndex(ctx.parser), text_length,
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 90 text[i].text_length > 0
92 static_cast<size_t>(text[i].text_length))
  /external/pdfium/public/
fpdfview.h 243 // Pointer to a helper function to make |font| with |text| of |text_length|
248 size_t text_length);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 315 const size_t text_length = strlen(text); local
319 string.replace(token_position, token_length, text, text_length);
321 search_position = token_position + text_length;
    [all...]
gl4cStencilTexturingTests.cpp 378 const size_t text_length = strlen(text); local
392 string.replace(token_position, token_length, text, text_length);
394 search_position = token_position + text_length;
    [all...]