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

  /external/libpng/contrib/libtests/
pngunknown.c 134 #define png_tEXt PNG_U32(116, 69, 88, 116)
298 { "tEXt", PNG_INFO_tEXt, png_tEXt,
    [all...]
  /external/syslinux/com32/lib/libpng/
pngread.c 429 PNG_CONST PNG_tEXt;
537 else if (!png_memcmp(chunk_name, png_tEXt, 4))
1007 PNG_CONST PNG_tEXt;
    [all...]
pngpread.c 198 PNG_CONST PNG_tEXt;
524 else if (!png_memcmp(png_ptr->chunk_name, png_tEXt, 4))
    [all...]
pngwutil.c     [all...]
  /external/libpng/
pngpread.c 387 else if (chunk_name == png_tEXt)
pngread.c 234 else if (chunk_name == png_tEXt)
907 else if (chunk_name == png_tEXt)
    [all...]
pngpriv.h     [all...]
pngwutil.c     [all...]
  /external/pdfium/third_party/libpng16/
pngpread.c 386 else if (chunk_name == png_tEXt)
pngread.c 229 else if (chunk_name == png_tEXt)
896 else if (chunk_name == png_tEXt)
    [all...]
pngpriv.h     [all...]
pngwutil.c     [all...]
  /external/libpng/contrib/tools/
pngfix.c 133 #define png_tEXt PNG_U32(116, 69, 88, 116)
806 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt:
    [all...]
  /external/syslinux/com32/include/
png.h 686 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
712 } png_text; typedef in typeref:struct:png_text_struct
713 typedef png_text FAR * png_textp;
714 typedef png_text FAR * FAR * png_textpp;
    [all...]

Completed in 599 milliseconds