HomeSort by relevance Sort by last modified time
    Searched defs:PNG_tEXt (Results 1 - 3 of 3) sorted by null

  /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...]
  /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 246 milliseconds