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

  /external/ImageMagick/coders/
dib.c 107 green_primary,
105 green_primary, member in struct:_DIBInfo
    [all...]
rla.c 120 green_primary[24+1],
229 count=ReadBlob(image,24,(unsigned char *) rla_info.green_primary);
118 green_primary[24+1], member in struct:_RLAInfo
bmp.c 148 green_primary,
727 bmp_info.green_primary.x=(double) ReadBlobLSBLong(image)/BMP_DENOM;
728 bmp_info.green_primary.y=(double) ReadBlobLSBLong(image)/BMP_DENOM;
729 bmp_info.green_primary.z=(double) ReadBlobLSBLong(image)/BMP_DENOM;
742 gamma=bmp_info.green_primary.x+bmp_info.green_primary.y+
743 bmp_info.green_primary.z;
745 bmp_info.green_primary.x*=gamma;
746 bmp_info.green_primary.y*=gamma;
747 image->chromaticity.green_primary.x=bmp_info.green_primary.x
145 green_primary, member in struct:_BMPInfo
    [all...]
  /external/ImageMagick/MagickCore/
image.h 129 green_primary, member in struct:_ChromaticityInfo

Completed in 706 milliseconds