HomeSort by relevance Sort by last modified time
    Searched full:srgb_intent (Results 1 - 16 of 16) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 96 png_byte srgb_intent; /* sRGB rendering intent [0, 1, 2, or 3] */ member in struct:png_info_def
png.h     [all...]
  /external/libpng/
libpng-1.2.44.txt 626 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
627 srgb_intent - the rendering intent (PNG_INFO_sRGB)
    [all...]
libpng-1.2.46.txt 626 png_get_sRGB(png_ptr, info_ptr, &srgb_intent);
627 srgb_intent - the rendering intent (PNG_INFO_sRGB)
    [all...]
pngget.c 515 *file_srgb_intent = (int)info_ptr->srgb_intent;
libpng.3     [all...]
pngset.c 516 info_ptr->srgb_intent = (png_byte)intent;
    [all...]
pngwutil.c 749 png_write_sRGB(png_structp png_ptr, int srgb_intent)
758 if (srgb_intent >= PNG_sRGB_INTENT_LAST)
761 buf[0]=(png_byte)srgb_intent;
    [all...]
pngwrite.c 74 png_write_sRGB(png_ptr, (int)info_ptr->srgb_intent);
    [all...]
png.h     [all...]
CHANGES 223 changed srgb_intent from png_byte to int to avoid compiler bugs
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 480 *file_srgb_intent = (int)info_ptr->srgb_intent;
pngset.c 599 info_ptr->srgb_intent = (png_byte)intent;
    [all...]
pngwutil.c 709 png_write_sRGB(png_structp png_ptr, int srgb_intent)
717 if(srgb_intent >= PNG_sRGB_INTENT_LAST)
720 buf[0]=(png_byte)srgb_intent;
    [all...]
pngwrite.c 66 png_write_sRGB(png_ptr, (int)info_ptr->srgb_intent);
    [all...]
png.h 736 png_byte srgb_intent; \/* sRGB rendering intent [0, 1, 2, or 3] *\/ member in struct:png_info_struct
    [all...]

Completed in 3601 milliseconds