Searched defs:toXYZ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 135 ColorSpace::ColorSpace(const Matrix3x3& toXYZ, const std::array<float, 2>& whitePoint, const Transf… in ColorSpace() 143 ColorSpace::ColorSpace(const Matrix3x3 &toXYZ, const std::array<float, 2>& whitePoint, float gamma) in ColorSpace() 241 Matrix3x3 toXYZ = {{{RYRy * primaries.rX, GYGy * primaries.gX, BYBy * primaries.bX}, in ComputeXYZD50() local 258 Matrix3x3 DXToD50(const Matrix3x3 &toXYZ, const std::array<float, DIMES_2> &wp) in DXToD50() 370 skcms_Matrix3x3 toXYZ = ToSkiaXYZ(); in ToSkColorSpace() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/fuzztest/colormanager_fuzzer/ |
H A D | colormanager_fuzzer.cpp | 93 Matrix3x3 toXYZ = GetData<Matrix3x3>(); in ColorSpaceFuzzTest() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 144 inline std::array<float, DIMES_2> ComputeWhitePoint(Matrix3x3 &toXYZ) in ComputeWhitePoint() 220 Matrix3x3 toXYZ; variable
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/ |
H A D | color_manager_test.cpp | 704 Matrix3x3 toXYZ = {{ variable
|