Searched refs:green_primary (Results 1 - 20 of 20) sorted by relevance

/external/ImageMagick/coders/
H A Dbmp.c148 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
145 green_primary, member in struct:_BMPInfo
[all...]
H A Dhdr.c337 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,
H A Drla.c120 green_primary[24+1],
229 count=ReadBlob(image,24,(unsigned char *) rla_info.green_primary);
118 green_primary[24+1], member in struct:_RLAInfo
H A Dmpc.c509 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;
1269 image->chromaticity.green_primary.x,
1270 image->chromaticity.green_primary.y,
H A Ddpx.c587 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;
H A Dpng.c2612 mng_info->global_chrm.green_primary.x,
2613 mng_info->global_chrm.green_primary.y,
2626 &image->chromaticity.green_primary.x,
2627 &image->chromaticity.green_primary.y,
2637 image->chromaticity.green_primary.x>0.2999f &&
2638 image->chromaticity.green_primary.x<0.3001f &&
2639 image->chromaticity.green_primary.y>0.5999f &&
2640 image->chromaticity.green_primary.y<0.6001f &&
4045 image->chromaticity.green_primary.x>0.2999f &&
4046 image->chromaticity.green_primary
[all...]
H A Dmiff.c801 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;
2220 image->chromaticity.green_primary.x,
2221 image->chromaticity.green_primary.y,
H A Dcin.c557 image->chromaticity.green_primary.y=cin.image.green_primary_chromaticity[1];
1046 offset+=WriteBlobFloat(image,image->chromaticity.green_primary.x);
1047 offset+=WriteBlobFloat(image,image->chromaticity.green_primary.y);
H A Djson.c1164 (image->chromaticity.green_primary.x != 0.0) ||
1177 image->chromaticity.green_primary.x,
1178 image->chromaticity.green_primary.y);
H A Dpcd.c835 image->chromaticity.green_primary.x=0.3000f;
836 image->chromaticity.green_primary.y=0.6000f;
H A Ddib.c107 green_primary,
105 green_primary, member in struct:_DIBInfo
H A Dtiff.c1376 image->chromaticity.green_primary.x=chromaticity[2];
1377 image->chromaticity.green_primary.y=chromaticity[3];
3654 chromaticity[2]=(float) image->chromaticity.green_primary.x;
3655 chromaticity[3]=(float) image->chromaticity.green_primary.y;
/external/ImageMagick/MagickCore/
H A Dimage.h129 green_primary, member in struct:_ChromaticityInfo
H A Didentify.c1053 (image->chromaticity.green_primary.x != 0.0) ||
1064 image->chromaticity.green_primary.x,
1065 image->chromaticity.green_primary.y);
H A Dimage.c187 image->chromaticity.green_primary.x=0.3000f;
188 image->chromaticity.green_primary.y=0.6000f;
189 image->chromaticity.green_primary.z=0.1000f;
3784 image->chromaticity.green_primary.x=geometry_info.rho;
3785 image->chromaticity.green_primary.y=geometry_info.sigma;
3787 image->chromaticity.green_primary.y=image->chromaticity.green_primary.x;
H A Dcolorspace.c1113 image->chromaticity.green_primary.x=0.3000;
1114 image->chromaticity.green_primary.y=0.6000;
1115 image->chromaticity.green_primary.z=0.1000;
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2211 image()->chromaticity.green_primary.x=x_;
2212 image()->chromaticity.green_primary.y=y_;
2213 image()->chromaticity.green_primary.z=z_;
2218 *x_=constImage()->chromaticity.green_primary.x;
2219 *y_=constImage()->chromaticity.green_primary.y;
2220 *z_=constImage()->chromaticity.green_primary.z;
/external/ImageMagick/MagickWand/
H A Dmagick-image.c5051 *x=wand->images->chromaticity.green_primary.x;
5052 *y=wand->images->chromaticity.green_primary.y;
5053 *z=wand->images->chromaticity.green_primary.z;
10155 wand->images->chromaticity.green_primary.x=x;
10156 wand->images->chromaticity.green_primary.y=y;
10157 wand->images->chromaticity.green_primary.z=z;
/external/ImageMagick/PerlMagick/
H A DMagick.xs1583 image->chromaticity.green_primary.x=geometry_info.rho;
1584 image->chromaticity.green_primary.y=geometry_info.sigma;
1586 image->chromaticity.green_primary.y=
1587 image->chromaticity.green_primary.x;
5125 image->chromaticity.green_primary.x,
5126 image->chromaticity.green_primary.y);
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in1583 image->chromaticity.green_primary.x=geometry_info.rho;
1584 image->chromaticity.green_primary.y=geometry_info.sigma;
1586 image->chromaticity.green_primary.y=
1587 image->chromaticity.green_primary.x;
5125 image->chromaticity.green_primary.x,
5126 image->chromaticity.green_primary.y);

Completed in 331 milliseconds