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

  /external/chromium_org/third_party/libpng/
pngread.c 388 PNG_CONST PNG_PLTE;
461 if (!png_memcmp(chunk_name, png_PLTE, 4))
474 else if (!png_memcmp(chunk_name, png_PLTE, 4))
966 PNG_CONST PNG_PLTE;
1035 if (!png_memcmp(chunk_name, png_PLTE, 4))
    [all...]
pngpread.c 157 PNG_CONST PNG_PLTE;
281 if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
296 else if (!png_memcmp(png_ptr->chunk_name, png_PLTE, 4))
    [all...]
png.h     [all...]
pngwutil.c 576 PNG_PLTE;
611 png_write_chunk_start(png_ptr, (png_bytep)png_PLTE,
    [all...]
  /external/libpng/contrib/libtests/
pngunknown.c 103 #define png_PLTE PNG_U32( 80, 76, 84, 69)
182 { "PLTE", PNG_INFO_PLTE, png_PLTE, 0, 0, ABSENT, 0 },
    [all...]
  /external/libpng/
pngpread.c 286 if (chunk_name == png_PLTE)
291 else if (chunk_name == png_PLTE)
    [all...]
pngread.c 150 if (chunk_name == png_PLTE)
160 else if (chunk_name == png_PLTE)
953 if (chunk_name == png_PLTE)
968 else if (chunk_name == png_PLTE)
    [all...]
pngpriv.h 755 #define png_PLTE PNG_U32( 80, 76, 84, 69)
    [all...]
pngwutil.c 957 png_write_chunk_header(png_ptr, png_PLTE, (png_uint_32)(num_pal * 3));
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 109 #define png_PLTE PNG_U32( 80, 76, 84, 69)
    [all...]

Completed in 174 milliseconds