/external/ImageMagick/coders/ |
D | hdr.c | 320 white_point[2]; in ReadHDRImage() local 327 &chromaticity[4],&chromaticity[5],&white_point[0], in ReadHDRImage() 328 &white_point[1]); in ReadHDRImage() 337 image->chromaticity.white_point.x=white_point[0], in ReadHDRImage() 338 image->chromaticity.white_point.y=white_point[1]; in ReadHDRImage() 737 image->chromaticity.white_point.x,image->chromaticity.white_point.y); in WriteHDRImage()
|
D | cin.c | 168 white_point[2], member 530 cin.image.white_point[0]=ReadBlobFloat(image); in ReadCINImage() 532 if (IsFloatDefined(cin.image.white_point[0]) != MagickFalse) in ReadCINImage() 533 image->chromaticity.white_point.x=cin.image.white_point[0]; in ReadCINImage() 534 cin.image.white_point[1]=ReadBlobFloat(image); in ReadCINImage() 536 if (IsFloatDefined(cin.image.white_point[1]) != MagickFalse) in ReadCINImage() 537 image->chromaticity.white_point.y=cin.image.white_point[1]; in ReadCINImage() 1041 offset+=WriteBlobFloat(image,image->chromaticity.white_point.x); in WriteCINImage() 1042 offset+=WriteBlobFloat(image,image->chromaticity.white_point.y); in WriteCINImage()
|
D | mpc.c | 759 image->chromaticity.white_point.x=geometry_info.rho; in ReadMPCImage() 760 image->chromaticity.white_point.y=geometry_info.sigma; in ReadMPCImage() 762 image->chromaticity.white_point.y= in ReadMPCImage() 763 image->chromaticity.white_point.x; in ReadMPCImage() 1327 if (image->chromaticity.white_point.x != 0.0) in WriteMPCImage() 1341 "white-point=%g,%g\n",image->chromaticity.white_point.x, in WriteMPCImage() 1342 image->chromaticity.white_point.y); in WriteMPCImage()
|
D | rla.c | 120 white_point[24+1]; in ReadRLAImage() member 235 (void) ReadBlob(image,24,(unsigned char *) rla_info.white_point); in ReadRLAImage()
|
D | dpx.c | 588 chromaticity_info->white_point.x=0.3127; in SetPrimaryChromaticity() 589 chromaticity_info->white_point.y=0.3290; in SetPrimaryChromaticity() 590 chromaticity_info->white_point.z=0.3582; in SetPrimaryChromaticity() 604 chromaticity_info->white_point.x=0.310; in SetPrimaryChromaticity() 605 chromaticity_info->white_point.y=0.316; in SetPrimaryChromaticity() 606 chromaticity_info->white_point.z=0.374; in SetPrimaryChromaticity() 620 chromaticity_info->white_point.x=0.3127; in SetPrimaryChromaticity() 621 chromaticity_info->white_point.y=0.3290; in SetPrimaryChromaticity() 622 chromaticity_info->white_point.z=0.3582; in SetPrimaryChromaticity()
|
D | miff.c | 1085 image->chromaticity.white_point.x=geometry_info.rho; in ReadMIFFImage() 1086 image->chromaticity.white_point.y=geometry_info.sigma; in ReadMIFFImage() 1088 image->chromaticity.white_point.y= in ReadMIFFImage() 1089 image->chromaticity.white_point.x; in ReadMIFFImage() 2290 if (image->chromaticity.white_point.x != 0.0) in WriteMIFFImage() 2304 "white-point=%g,%g\n",image->chromaticity.white_point.x, in WriteMIFFImage() 2305 image->chromaticity.white_point.y); in WriteMIFFImage()
|
D | png.c | 2863 mng_info->global_chrm.white_point.x, in ReadOnePNGImage() 2864 mng_info->global_chrm.white_point.y, in ReadOnePNGImage() 2877 &image->chromaticity.white_point.x, in ReadOnePNGImage() 2878 &image->chromaticity.white_point.y, in ReadOnePNGImage() 2900 image->chromaticity.white_point.x>0.3126f && in ReadOnePNGImage() 2901 image->chromaticity.white_point.x<0.3128f && in ReadOnePNGImage() 2902 image->chromaticity.white_point.y>0.3289f && in ReadOnePNGImage() 2903 image->chromaticity.white_point.y<0.3291f) in ReadOnePNGImage() 4353 image->chromaticity.white_point.x>0.3126f && in ReadPNGImage() 4354 image->chromaticity.white_point.x<0.3128f && in ReadPNGImage() [all …]
|
D | json.c | 1404 (image->chromaticity.white_point.x != 0.0)) in EncodeImageAttributes() 1422 image->chromaticity.white_point.x,image->chromaticity.white_point.y); in EncodeImageAttributes()
|
/external/mesa3d/src/egl/main/ |
D | eglsurface.c | 138 surf->HdrMetadata.white_point.x = val; in _eglParseSurfaceAttribList() 145 surf->HdrMetadata.white_point.y = val; in _eglParseSurfaceAttribList() 417 surf->HdrMetadata.white_point.x = EGL_DONT_CARE; in _eglInitSurface() 418 surf->HdrMetadata.white_point.y = EGL_DONT_CARE; in _eglInitSurface() 576 *value = surface->HdrMetadata.white_point.x; in _eglQuerySurface() 579 *value = surface->HdrMetadata.white_point.y; in _eglQuerySurface() 706 surface->HdrMetadata.white_point.x = value; in _eglSurfaceAttrib() 709 surface->HdrMetadata.white_point.y = value; in _eglSurfaceAttrib()
|
D | eglsurface.h | 55 struct _egl_xy white_point; member
|
/external/libaom/libaom/third_party/libwebm/common/ |
D | hdr_util.cc | 56 if (parser_mm.white_point) { in CopyMasteringMetadata() 57 if (!CopyPrimaryChromaticity(*parser_mm.white_point, &wp_ptr)) in CopyMasteringMetadata()
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | hdr_util.cc | 56 if (parser_mm.white_point) { in CopyMasteringMetadata() 57 if (!CopyPrimaryChromaticity(*parser_mm.white_point, &wp_ptr)) in CopyMasteringMetadata()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 2086 white_point; in CLISimpleOperatorImage() local 2095 white_point=(flags & SigmaValue) != 0 ? geometry_info.sigma : in CLISimpleOperatorImage() 2099 white_point*=(double) _image->columns*_image->rows/100.0; in CLISimpleOperatorImage() 2101 white_point=(double) _image->columns*_image->rows-white_point; in CLISimpleOperatorImage() 2102 (void) ContrastStretchImage(_image,black_point,white_point, in CLISimpleOperatorImage() 2597 white_point; in CLISimpleOperatorImage() local 2606 white_point=(double) QuantumRange; in CLISimpleOperatorImage() 2608 white_point=geometry_info.sigma; in CLISimpleOperatorImage() 2615 white_point*=(double) (QuantumRange/100.0); in CLISimpleOperatorImage() 2618 white_point=(double) QuantumRange-black_point; in CLISimpleOperatorImage() [all …]
|
D | mogrify.c | 1221 white_point; in MogrifyImage() local 1229 white_point=(flags & SigmaValue) != 0 ? geometry_info.sigma : in MogrifyImage() 1234 white_point*=(double) (*image)->columns*(*image)->rows/100.0; in MogrifyImage() 1236 white_point=(double) (*image)->columns*(*image)->rows- in MogrifyImage() 1237 white_point; in MogrifyImage() 1238 (void) ContrastStretchImage(*image,black_point,white_point, in MogrifyImage() 1974 white_point; in MogrifyImage() local 1982 white_point=(double) QuantumRange; in MogrifyImage() 1984 white_point=geometry_info.sigma; in MogrifyImage() 1991 white_point*=(double) (QuantumRange/100.0); in MogrifyImage() [all …]
|
/external/ImageMagick/MagickCore/ |
D | enhance.c | 1551 const double black_point,const double white_point,ExceptionInfo *exception) in ContrastStretchImage() argument 1671 if (intensity > ((double) image->columns*image->rows-white_point)) in ContrastStretchImage() 2892 const double white_point,const double gamma,const double pixel) in LevelPixel() argument 2898 scale=PerceptibleReciprocal(white_point-black_point); in LevelPixel() 2905 const double white_point,const double gamma,ExceptionInfo *exception) in LevelImage() argument 2939 white_point,gamma,image->colormap[i].red)); in LevelImage() 2942 white_point,gamma,image->colormap[i].green)); in LevelImage() 2945 white_point,gamma,image->colormap[i].blue)); in LevelImage() 2948 white_point,gamma,image->colormap[i].alpha)); in LevelImage() 2987 q[j]=ClampToQuantum(LevelPixel(black_point,white_point,gamma, in LevelImage() [all …]
|
D | image.h | 128 white_point; member
|
D | image.c | 192 image->chromaticity.white_point.x=0.3127f; in AcquireImage() 193 image->chromaticity.white_point.y=0.3290f; in AcquireImage() 194 image->chromaticity.white_point.z=0.3583f; in AcquireImage() 4234 image->chromaticity.white_point.x=geometry_info.rho; in SyncImageSettings() 4235 image->chromaticity.white_point.y=geometry_info.sigma; in SyncImageSettings() 4237 image->chromaticity.white_point.y=image->chromaticity.white_point.x; in SyncImageSettings()
|
D | identify.c | 1141 (image->chromaticity.white_point.x != 0.0)) in IdentifyImage() 1155 image->chromaticity.white_point.x,image->chromaticity.white_point.y); in IdentifyImage()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 409 white_point(NULL), in MasteringMetadata() 416 delete white_point; in ~MasteringMetadata() local 426 PrimaryChromaticity* white_point; member
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 409 white_point(NULL), in MasteringMetadata() 416 delete white_point; in ~MasteringMetadata() local 426 PrimaryChromaticity* white_point; member
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 409 white_point(NULL), in MasteringMetadata() 416 delete white_point; in ~MasteringMetadata() local 426 PrimaryChromaticity* white_point; member
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 2285 image->chromaticity.white_point.x=geometry_info.rho; in SetAttribute() 2286 image->chromaticity.white_point.y=geometry_info.sigma; in SetAttribute() 2288 image->chromaticity.white_point.y= in SetAttribute() 2289 image->chromaticity.white_point.x; in SetAttribute() 5801 image->chromaticity.white_point.x, in Get() 5802 image->chromaticity.white_point.y); in Get() 9862 white_point; in Mogrify() local 9865 white_point=(double) image->columns*image->rows; in Mogrify() 9873 white_point=geometry_info.sigma; in Mogrify() 9879 white_point*=(double) (QuantumRange/100.0); in Mogrify() [all …]
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 694 } white_point; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 688 } white_point; member
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 2282 image->chromaticity.white_point.x=geometry_info.rho; 2283 image->chromaticity.white_point.y=geometry_info.sigma; 2285 image->chromaticity.white_point.y= 2286 image->chromaticity.white_point.x; 5800 image->chromaticity.white_point.x, 5801 image->chromaticity.white_point.y); 9872 white_point; local 9875 white_point=(double) image->columns*image->rows; 9883 white_point=geometry_info.sigma; 9889 white_point*=(double) (QuantumRange/100.0); [all …]
|