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

  /external/opencv3/3rdparty/libpng/
pngset.c 742 png_size_t text_length, key_len; local
790 text_length = 0;
802 text_length = png_strlen(text_ptr[i].text);
808 (key_len + text_length + lang_len + lang_key_len + 4));
815 (key_len + lang_len + lang_key_len + text_length + 4),
839 if (text_length)
841 (png_size_t)(text_length));
843 *(textp->text + text_length) = '\0';
848 textp->text_length = 0;
849 textp->itxt_length = text_length;
    [all...]
png.h 652 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/tcpdump/
print-rpki-rtr.c 253 u_int encapsulated_pdu_length, text_length, tlen, error_code; local
284 text_length = 0;
286 text_length = EXTRACT_32BITS(tptr);
290 ND_TCHECK2(*tptr, text_length);
291 if (text_length && (text_length <= tlen )) {
293 fn_printn(ndo, tptr, text_length, ndo->ndo_snapend);
  /external/libpng/
pngset.c 775 size_t text_length, key_len; local
825 text_length = 0;
837 text_length = strlen(text_ptr[i].text);
842 key_len + text_length + lang_len + lang_key_len + 4));
854 (key_len + lang_len + lang_key_len + text_length + 4),
878 if (text_length != 0)
879 memcpy(textp->text, text_ptr[i].text, text_length);
881 *(textp->text + text_length) = '\0';
886 textp->text_length = 0;
887 textp->itxt_length = text_length;
    [all...]
png.h 608 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 755 size_t text_length, key_len; local
805 text_length = 0;
817 text_length = strlen(text_ptr[i].text);
822 key_len + text_length + lang_len + lang_key_len + 4));
833 (key_len + lang_len + lang_key_len + text_length + 4),
857 if (text_length)
858 memcpy(textp->text, text_ptr[i].text, text_length);
860 *(textp->text + text_length) = '\0';
865 textp->text_length = 0;
866 textp->itxt_length = text_length;
    [all...]
png.h 933 png_size_t text_length; \/* length of the text string *\/ member in struct:png_text_struct
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 655 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 3470 int text_length = local
3938 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
    [all...]

Completed in 376 milliseconds