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

  /external/ImageMagick/coders/
dib.c 106 red_primary,
104 red_primary, member in struct:_DIBInfo
    [all...]
rla.c 119 red_primary[24+1],
228 count=ReadBlob(image,24,(unsigned char *) rla_info.red_primary);
117 red_primary[24+1], member in struct:_RLAInfo
bmp.c 147 red_primary,
724 bmp_info.red_primary.x=(double) ReadBlobLSBLong(image)/BMP_DENOM;
725 bmp_info.red_primary.y=(double) ReadBlobLSBLong(image)/BMP_DENOM;
726 bmp_info.red_primary.z=(double) ReadBlobLSBLong(image)/BMP_DENOM;
734 gamma=bmp_info.red_primary.x+bmp_info.red_primary.y+
735 bmp_info.red_primary.z;
737 bmp_info.red_primary.x*=gamma;
738 bmp_info.red_primary.y*=gamma;
739 image->chromaticity.red_primary.x=bmp_info.red_primary.x
144 red_primary, member in struct:_BMPInfo
    [all...]
  /external/ImageMagick/MagickCore/
image.h 128 red_primary, member in struct:_ChromaticityInfo

Completed in 263 milliseconds