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

  /external/libpng/
pnginfo.h 77 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngrutil.c 882 png_ptr->pixel_depth = (png_byte)(png_ptr->bit_depth *
884 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
3029 unsigned int pixel_depth = png_ptr->transformed_pixel_depth; local
    [all...]
pngstruct.h 302 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_struct_def
png.h 882 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 53 int pixel_depth; // 2^pixel_depth = bpp,i.e. 0 = 1, 1 = 2, 4 = 16, 5 = 32 member in struct:tagScreenModeBlock
682 smb.pixel_depth = 3;
691 smb.pixel_depth = 4;
695 smb.pixel_depth = 5;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 75 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_info_def
pngstruct.h 139 png_byte pixel_depth; /* number of bits per pixel */ member in struct:png_struct_def
png.h 847 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 145 int pixel_depth = pixel_depth_of_type(color_type, bit_depth); local
147 if (pixel_depth < 8)
150 else if (pixel_depth > 16)
    [all...]
  /external/chromium_org/third_party/libpng/
png.h 1162 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h 1209 png_byte pixel_depth; \/* bits per pixel (depth * channels) *\/ member in struct:png_row_info_struct
    [all...]

Completed in 605 milliseconds