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

  /external/libpng/
example.c 673 text_ptr[0].key = "Title";
674 text_ptr[0].text = "Mona Lisa";
675 text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
676 text_ptr[1].key = "Author";
677 text_ptr[1].text = "Leonardo DaVinci";
678 text_ptr[1].compression = PNG_TEXT_COMPRESSION_NONE;
679 text_ptr[2].key = "Description";
680 text_ptr[2].text = "<long text>";
681 text_ptr[2].compression = PNG_TEXT_COMPRESSION_zTXt;
683 text_ptr[0].lang = NULL
    [all...]
pngpread.c 1254 png_textp text_ptr; local
1354 png_textp text_ptr; local
1554 png_textp text_ptr; local
    [all...]
pngset.c 643 png_set_text(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
647 ret = png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
653 png_set_text_2(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
666 * to hold all of the incoming text_ptr objects.
710 if (text_ptr[i].key == NULL)
713 key_len = png_strlen(text_ptr[i].key);
715 if (text_ptr[i].compression <= 0)
726 if (text_ptr[i].lang != NULL)
727 lang_len = png_strlen(text_ptr[i].lang);
730 if (text_ptr[i].lang_key != NULL
    [all...]
pngrutil.c 1987 png_textp text_ptr; local
2090 png_textp text_ptr; local
2210 png_textp text_ptr; local
    [all...]
pngtest.c 1087 png_textp text_ptr; local
1090 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0)
1093 png_set_text(write_ptr, write_info_ptr, text_ptr, num_text);
1275 png_textp text_ptr; local
    [all...]
pngget.c 764 png_get_text(png_structp png_ptr, png_infop info_ptr, png_textp *text_ptr,
773 if (text_ptr != NULL)
774 *text_ptr = info_ptr->text;
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 1105 png_textp text_ptr; local
1203 png_textp text_ptr; local
1394 png_textp text_ptr; local
    [all...]
pngset.c 720 png_set_text(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
724 ret=png_set_text_2(png_ptr, info_ptr, text_ptr, num_text);
730 png_set_text_2(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
742 * to hold all of the incoming text_ptr objects.
786 if (text_ptr[i].key == NULL)
789 key_len = png_strlen(text_ptr[i].key);
791 if(text_ptr[i].compression <= 0)
800 if (text_ptr[i].lang != NULL)
801 lang_len = png_strlen(text_ptr[i].lang);
804 if (text_ptr[i].lang_key != NULL
    [all...]
pngrutil.c 1873 png_textp text_ptr; local
1952 png_textp text_ptr; local
2050 png_textp text_ptr; local
    [all...]
pngget.c 726 png_get_text(png_structp png_ptr, png_infop info_ptr, png_textp *text_ptr,
734 if (text_ptr != NULL)
735 *text_ptr = info_ptr->text;
png.h 692 * functions use the same storage passed to them in the text_ptr or
    [all...]

Completed in 164 milliseconds