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

  /external/libpng/
pngread.c 433 PNG_CONST PNG_tEXt;
541 else if (!png_memcmp(chunk_name, png_tEXt, 4))
    [all...]
pngpread.c 198 PNG_CONST PNG_tEXt;
524 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
    [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...]
pngwutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 397 PNG_CONST PNG_tEXt;
514 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
977 PNG_CONST PNG_tEXt;
    [all...]
png.h 578 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
604 } png_text; typedef in typeref:struct:png_text_struct
605 typedef png_text FAR * png_textp;
606 typedef png_text FAR * FAR * png_textpp;
    [all...]
pngpread.c 184 PNG_CONST PNG_tEXt;
461 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
    [all...]
pngwutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 660 #define png_tEXt PNG_CHUNK(116, 69, 88, 116)
    [all...]

Completed in 167 milliseconds