Home | History | Annotate | Download | only in src

Lines Matching refs:cmsUInt16Number

179 cmsFloat64Number L2float2(cmsUInt16Number v)
186 cmsFloat64Number ab2float2(cmsUInt16Number v)
192 cmsUInt16Number L2Fix2(cmsFloat64Number L)
198 cmsUInt16Number ab2Fix2(cmsFloat64Number ab)
205 cmsFloat64Number L2float4(cmsUInt16Number v)
212 cmsFloat64Number ab2float4(cmsUInt16Number v)
218 void CMSEXPORT cmsLabEncoded2FloatV2(cmsCIELab* Lab, const cmsUInt16Number wLab[3])
226 void CMSEXPORT cmsLabEncoded2Float(cmsCIELab* Lab, const cmsUInt16Number wLab[3])
254 void CMSEXPORT cmsFloat2LabEncodedV2(cmsUInt16Number wLab[3], const cmsCIELab* fLab)
287 cmsUInt16Number L2Fix4(cmsFloat64Number L)
293 cmsUInt16Number ab2Fix4(cmsFloat64Number ab)
298 void CMSEXPORT cmsFloat2LabEncoded(cmsUInt16Number wLab[3], const cmsCIELab* fLab)
369 cmsUInt16Number XYZ2Fix(cmsFloat64Number d)
374 void CMSEXPORT cmsFloat2XYZEncoded(cmsUInt16Number XYZ[3], const cmsCIEXYZ* fXYZ)
417 cmsFloat64Number XYZ2float(cmsUInt16Number v)
429 void CMSEXPORT cmsXYZEncoded2Float(cmsCIEXYZ* fXYZ, const cmsUInt16Number XYZ[3])
708 cmsUInt16Number **White,
709 cmsUInt16Number **Black,
714 static cmsUInt16Number RGBblack[4] = { 0, 0, 0 };
715 static cmsUInt16Number RGBwhite[4] = { 0xffff, 0xffff, 0xffff };
716 static cmsUInt16Number CMYKblack[4] = { 0xffff, 0xffff, 0xffff, 0xffff }; // 400% of ink
717 static cmsUInt16Number CMYKwhite[4] = { 0, 0, 0, 0 };
718 static cmsUInt16Number LABblack[4] = { 0, 0x8080, 0x8080 }; // V4 Lab encoding
719 static cmsUInt16Number LABwhite[4] = { 0xFFFF, 0x8080, 0x8080 };
720 static cmsUInt16Number CMYblack[4] = { 0xffff, 0xffff, 0xffff };
721 static cmsUInt16Number CMYwhite[4] = { 0, 0, 0 };
722 static cmsUInt16Number Grayblack[4] = { 0 };
723 static cmsUInt16Number GrayWhite[4] = { 0xffff };