Searched refs:cmsVEC3 (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsmtrx.c63 void CMSEXPORT _cmsVEC3init(cmsVEC3* r, cmsFloat64Number x, cmsFloat64Number y, cmsFloat64Number z)
71 void CMSEXPORT _cmsVEC3minus(cmsVEC3* r, const cmsVEC3* a, const cmsVEC3* b)
79 void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v)
87 cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v)
93 cmsFloat64Number CMSEXPORT _cmsVEC3length(const cmsVEC3*
[all...]
H A Dcmssm.c107 cmsVEC3 a;
108 cmsVEC3 u;
117 cmsVEC3 b;
118 cmsVEC3 v;
119 cmsVEC3 w;
148 void ToSpherical(cmsSpherical* sp, const cmsVEC3* v)
171 void ToCartesian(cmsVEC3* v, const cmsSpherical* sp)
211 void LineOf2Points(cmsLine* line, cmsVEC3* a, cmsVEC3* b)
223 void GetPointOfLine(cmsVEC3*
[all...]
H A Dlcms2_plugin.h103 } cmsVEC3; typedef in typeref:struct:__anon889
107 cmsVEC3 v[3];
111 CMSAPI void CMSEXPORT _cmsVEC3init(cmsVEC3* r, cmsFloat64Number x, cmsFloat64Number y, cmsFloat64Number z);
112 CMSAPI void CMSEXPORT _cmsVEC3minus(cmsVEC3* r, const cmsVEC3* a, const cmsVEC3* b);
113 CMSAPI void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v);
114 CMSAPI cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3*
[all...]
H A Dcmswtpnt.c229 cmsVEC3 ConeSourceXYZ, ConeSourceRGB;
230 cmsVEC3 ConeDestXYZ, ConeDestRGB;
310 cmsVEC3 WhitePoint, Coef;
361 cmsVEC3 In, Out;
H A Dcmscnvrt.c160 cmsMAT3* m, cmsVEC3* off)
197 cmsVEC3 d, s;
315 cmsBool IsEmptyLayer(cmsMAT3* m, cmsVEC3* off)
343 cmsMAT3* m, cmsVEC3* off)
406 cmsBool AddConversion(cmsPipeline* Result, cmsColorSpaceSignature InPCS, cmsColorSpaceSignature OutPCS, cmsMAT3* m, cmsVEC3* off)
503 cmsVEC3 off;
H A Dcmssamp.c309 cmsVEC3 v, res;
H A Dcmsopt.c1498 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat)
1614 SetMatShaper(Dest, mpeC1 ->TheCurves, &res, (cmsVEC3*) Data2 ->Offset, mpeC2->TheCurves, OutputFormat);
H A Dcmslut.c1714 cmsVEC3 tmp, tmp2;

Completed in 52 milliseconds