Home
last modified time | relevance | path

Searched refs:whitePoint (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFCIELabColorSpace.java34 public PDFCIELabColorSpace(float[] whitePoint, float[] blackPoint) { in PDFCIELabColorSpace() argument
39 dict.put("WhitePoint", toPDFArray("White point", whitePoint)); in PDFCIELabColorSpace()
40 if (whitePoint[1] != 1f) { in PDFCIELabColorSpace()
50 private PDFArray toPDFArray(String name, float[] whitePoint) { in toPDFArray() argument
52 if (whitePoint == null || whitePoint.length != 3) { in toPDFArray()
56 wp.add(whitePoint[i]); in toPDFArray()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/color/
H A DICC_ProfileGray.java66 private transient float[] whitePoint; field in ICC_ProfileGray
75 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
85 whitePoint = getXYZData(icSigMediaWhitePointTag); in ICC_ProfileGray()
95 wp[0] = whitePoint[0]; in getMediaWhitePoint()
96 wp[1] = whitePoint[1]; in getMediaWhitePoint()
97 wp[2] = whitePoint[2]; in getMediaWhitePoint()
/dports/editors/calligra/calligra-3.2.1/plugins/colorengines/lcms2/tests/
H A DTestKoLcmsColorProfile.cpp46 QCOMPARE(testRounding(chromaticities.whitePoint.x), testRounding(profileWhite.x)); in testChromaticitiesFromProfile()
47 QCOMPARE(testRounding(chromaticities.whitePoint.y), testRounding(profileWhite.y)); in testChromaticitiesFromProfile()
67 chromaticities.whitePoint.x = 0.34567f; in testProfileCreationFromChromaticities()
68 chromaticities.whitePoint.y = 0.35850f; in testProfileCreationFromChromaticities()
69 chromaticities.whitePoint.Y = 1.0f; in testProfileCreationFromChromaticities()
89 …QCOMPARE(testRounding(profileChromaticities.whitePoint.x), testRounding(chromaticities.whiteP… in testProfileCreationFromChromaticities()
90 …QCOMPARE(testRounding(profileChromaticities.whitePoint.y), testRounding(chromaticities.whiteP… in testProfileCreationFromChromaticities()
107 .arg(chromaticities.whitePoint.x) in testProfileCreationFromChromaticities()
108 .arg(chromaticities.whitePoint.y) in testProfileCreationFromChromaticities()
122 QCOMPARE(profileChromaticities.whitePoint.x, chromaticities.whitePoint.x); in testProfileCreationFromChromaticities()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_advanced_color_space_selector.cc665 if ((whitePoint[0]>0.451170-0.005 && whitePoint[0]<0.451170 + 0.005) && in nameWhitePoint()
666 (whitePoint[1]>0.40594-0.005 && whitePoint[1]<0.40594 + 0.005)){ in nameWhitePoint()
673 if ((whitePoint[0]>0.34773-0.005 && whitePoint[0]<0.34773 + 0.005) && in nameWhitePoint()
674 (whitePoint[1]>0.35952-0.005 && whitePoint[1]<0.35952 + 0.005)){ in nameWhitePoint()
679 if ((whitePoint[0]>0.33411-0.001 && whitePoint[0]<0.33411 + 0.001) && in nameWhitePoint()
680 (whitePoint[1]>0.34877-0.005 && whitePoint[1]<0.34877 + 0.005)){ in nameWhitePoint()
685 if ((whitePoint[0]>0.3217-0.001 && whitePoint[0]<0.3217 + 0.001) && in nameWhitePoint()
686 (whitePoint[1]>0.3378-0.005 && whitePoint[1]<0.3378 + 0.005)){ in nameWhitePoint()
692 if ((whitePoint[0]>0.31382-0.002 && whitePoint[0]<0.31382 + 0.002) && in nameWhitePoint()
693 (whitePoint[1]>0.33100-0.005 && whitePoint[1]<0.33100 + 0.002)){ in nameWhitePoint()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolorspace.cpp78 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
84 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
90 whitePoint = QColorVector::D65Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
96 whitePoint = QColorVector::D50Chromaticity(); in Q_DESTRUCTOR_FUNCTION()
111 if (!QColorVector::isValidChromaticity(whitePoint)) in areValid()
126 QColorVector wXyz(whitePoint); in toXyzMatrix()
219 whitePoint = QColorVector(primaries.whitePoint); in QColorSpacePrivate()
293 whitePoint = QColorVector::D50(); in setToXyzMatrix()
298 whitePoint = QColorVector(colorSpacePrimaries.whitePoint); in setToXyzMatrix()
646 if (QColorVector(primaries.whitePoint) == d_ptr->whitePoint && toXyz == d_ptr->toXyz) in setPrimaries()
[all …]

12345678910>>...30