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

  /external/chromium_org/tools/imagediff/
image_diff_png.cc 411 png_text_(new png_text[comments.size()]) {
428 png_text* get_png_text() {
452 png_text* png_text_;
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 512 png_text_(new png_text[comments.size()]) {
529 png_text* get_png_text() {
555 png_text* png_text_;
  /external/libpng/contrib/gregbook/
writepng.c 180 png_text text[6];
  /external/libpng/contrib/libtests/
makepng.c 976 clear_text(png_text *text, png_charp keyword)
1031 png_text text;
1042 png_text text;
1054 png_text text;
    [all...]
pngvalid.c     [all...]
  /external/chromium_org/third_party/libpng/
pngset.c 679 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
686 png_sizeof(png_text)));
694 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
    [all...]
pngpread.c 198 PNG_CONST PNG_tEXt;
524 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
    [all...]
pngrutil.c     [all...]
png.h 691 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
717 } png_text; typedef in typeref:struct:png_text_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngpread.c 198 PNG_CONST PNG_tEXt;
524 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
    [all...]
pngset.c 681 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
690 png_sizeof(png_text)));
698 (png_uint_32)(info_ptr->max_text * png_sizeof(png_text)));
    [all...]
pngrutil.c     [all...]
png.h 694 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
720 } png_text; typedef in typeref:struct:png_text_struct
    [all...]
  /external/libpng/
png.h 667 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
700 } png_text; typedef in typeref:struct:png_text_struct
701 typedef png_text * png_textp;
702 typedef const png_text * png_const_textp;
703 typedef png_text * * png_textpp;
    [all...]
example.c     [all...]
pngrutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 628 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
661 } png_text; typedef in typeref:struct:png_text_struct
662 typedef png_text FAR * png_textp;
663 typedef PNG_CONST png_text FAR * png_const_textp;
664 typedef png_text FAR * FAR * png_textpp;
    [all...]

Completed in 1172 milliseconds