Home | History | Annotate | Download | only in tests

Lines Matching defs:ConvertXYZToRGB

307 static inline void ConvertXYZToRGB(const double x,const double y,const double z,
332 ConvertXYZToRGB(X,Y,Z,red,green,blue);
382 ConvertXYZToRGB(X,Y,Z,red,green,blue);
463 ConvertXYZToRGB(X,Y,Z,red,green,blue);
539 ConvertXYZToRGB(X,Y,Z,red,green,blue);
891 ConvertXYZToRGB(0.470646,0.730178,0.288324,&r,&g,&b);