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

  /external/libpng/
example.c     [all...]
pngset.c 684 png_const_textp text_ptr, int num_text)
687 ret = png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
695 png_const_textp text_ptr, int num_text)
702 if (png_ptr == NULL || info_ptr == NULL || num_text <= 0 || text_ptr == NULL)
706 * to hold all of the incoming text_ptr objects. This compare can't overflow
760 if (text_ptr[i].key == NULL)
763 if (text_ptr[i].compression < PNG_TEXT_COMPRESSION_NONE ||
764 text_ptr[i].compression >= PNG_TEXT_COMPRESSION_LAST)
771 key_len = strlen(text_ptr[i].key);
773 if (text_ptr[i].compression <= 0
    [all...]
pngtest.c 794 pngtest_check_text_support(png_const_structp png_ptr, png_textp text_ptr,
799 switch (text_ptr[--num_text].compression)
1248 png_textp text_ptr; local
1430 png_textp text_ptr; local
    [all...]
pngget.c 979 png_textp *text_ptr, int *num_text)
986 if (text_ptr != NULL)
987 *text_ptr = info_ptr->text;
    [all...]
png.h     [all...]
pngpriv.h     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_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...]
fx_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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h     [all...]

Completed in 571 milliseconds