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

  /external/ImageMagick/coders/
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...]
hdr.c 337 image->chromaticity.green_primary.x=chromaticity[2];
338 image->chromaticity.green_primary.y=chromaticity[3];
740 image->chromaticity.green_primary.x,image->chromaticity.green_primary.y,
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
mpc.c 509 image->chromaticity.green_primary.x=geometry_info.rho;
510 image->chromaticity.green_primary.y=geometry_info.sigma;
512 image->chromaticity.green_primary.y=
513 image->chromaticity.green_primary.x;
    [all...]
dpx.c 587 chromaticity_info->green_primary.x=0.300;
588 chromaticity_info->green_primary.y=0.600;
589 chromaticity_info->green_primary.z=0.100;
603 chromaticity_info->green_primary.x=0.21;
604 chromaticity_info->green_primary.y=0.71;
605 chromaticity_info->green_primary.z=0.08;
619 chromaticity_info->green_primary.x=0.290;
620 chromaticity_info->green_primary.y=0.600;
621 chromaticity_info->green_primary.z=0.110;
    [all...]
png.c     [all...]
miff.c 801 image->chromaticity.green_primary.x=geometry_info.rho;
802 image->chromaticity.green_primary.y=geometry_info.sigma;
804 image->chromaticity.green_primary.y=
805 image->chromaticity.green_primary.x;
    [all...]
cin.c 557 image->chromaticity.green_primary.y=cin.image.green_primary_chromaticity[1];
    [all...]
json.c     [all...]
pcd.c 835 image->chromaticity.green_primary.x=0.3000f;
836 image->chromaticity.green_primary.y=0.6000f;
    [all...]
dib.c 107 green_primary,
105 green_primary, member in struct:_DIBInfo
    [all...]
tiff.c     [all...]
  /external/ImageMagick/MagickCore/
image.h 129 green_primary, member in struct:_ChromaticityInfo
identify.c     [all...]
image.c 187 image->chromaticity.green_primary.x=0.3000f;
188 image->chromaticity.green_primary.y=0.6000f;
189 image->chromaticity.green_primary.z=0.1000f;
    [all...]
colorspace.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 782 milliseconds