HomeSort by relevance Sort by last modified time
    Searched refs:text_ptr (Results 1 - 18 of 18) sorted by null

  /external/libpng/
example.c     [all...]
pngset.c 702 png_const_textp text_ptr, int num_text)
705 ret = png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
713 png_const_textp text_ptr, int num_text)
720 if (png_ptr == NULL || info_ptr == NULL || num_text <= 0 || text_ptr == NULL)
724 * to hold all of the incoming text_ptr objects. This compare can't overflow
779 if (text_ptr[i].key == NULL)
782 if (text_ptr[i].compression < PNG_TEXT_COMPRESSION_NONE ||
783 text_ptr[i].compression >= PNG_TEXT_COMPRESSION_LAST)
790 key_len = strlen(text_ptr[i].key);
792 if (text_ptr[i].compression <= 0
    [all...]
pngtest.c 823 pngtest_check_text_support(png_structp png_ptr, png_textp text_ptr,
828 switch (text_ptr[--num_text].compression)
837 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
845 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
1290 png_textp text_ptr; local
1501 png_textp text_ptr; local
    [all...]
pngget.c 1020 png_textp *text_ptr, int *num_text)
1027 if (text_ptr != NULL)
1028 *text_ptr = info_ptr->text;
    [all...]
png.h     [all...]
pngpriv.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 683 png_const_textp text_ptr, int num_text)
686 ret = png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
694 png_const_textp text_ptr, int num_text)
701 if (png_ptr == NULL || info_ptr == NULL || num_text <= 0 || text_ptr == NULL)
705 * to hold all of the incoming text_ptr objects. This compare can't overflow
759 if (text_ptr[i].key == NULL)
762 if (text_ptr[i].compression < PNG_TEXT_COMPRESSION_NONE ||
763 text_ptr[i].compression >= PNG_TEXT_COMPRESSION_LAST)
770 key_len = strlen(text_ptr[i].key);
772 if (text_ptr[i].compression <= 0)
    [all...]
pngget.c 978 png_textp *text_ptr, int *num_text)
985 if (text_ptr != NULL)
986 *text_ptr = info_ptr->text;
    [all...]
png.h     [all...]
pngpriv.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 668 png_set_text(png_structp png_ptr, png_infop info_ptr, png_const_textp text_ptr,
672 ret = png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
680 png_const_textp text_ptr, int num_text)
691 * to hold all of the incoming text_ptr objects.
746 if (text_ptr[i].key == NULL)
749 if (text_ptr[i].compression < PNG_TEXT_COMPRESSION_NONE ||
750 text_ptr[i].compression >= PNG_TEXT_COMPRESSION_LAST)
756 key_len = png_strlen(text_ptr[i].key);
758 if (text_ptr[i].compression <= 0)
769 if (text_ptr[i].lang != NULL
    [all...]
pngrutil.c 2215 png_textp text_ptr; local
2322 png_textp text_ptr; local
2452 png_textp text_ptr; local
    [all...]
pngget.c 950 png_textp *text_ptr, int *num_text)
957 if (text_ptr != NULL)
958 *text_ptr = info_ptr->text;
png.h     [all...]
pngpriv.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 1312 file_ptr text_ptr, data_ptr, other_ptr; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h     [all...]

Completed in 3290 milliseconds