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

  /external/chromium_org/third_party/libpng/
pngread.c 432 PNG_CONST PNG_tIME;
541 else if (!png_memcmp(chunk_name, png_tIME, 4))
1010 PNG_CONST PNG_tIME;
    [all...]
pngpread.c 201 PNG_CONST PNG_tIME;
511 else if (!png_memcmp(png_ptr->chunk_name, png_tIME, 4))
    [all...]
png.h 747 } png_time; typedef in typeref:struct:png_time_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 436 PNG_CONST PNG_tIME;
545 else if (!png_memcmp(chunk_name, png_tIME, 4))
    [all...]
pngpread.c 201 PNG_CONST PNG_tIME;
511 else if (!png_memcmp(png_ptr->chunk_name, png_tIME, 4))
    [all...]
png.h 750 } png_time; typedef in typeref:struct:png_time_struct
    [all...]

Completed in 2026 milliseconds