Home
last modified time | relevance | path

Searched defs:toXYZ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp135 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 Dcolormanager_fuzzer.cpp93 Matrix3x3 toXYZ = GetData<Matrix3x3>(); in ColorSpaceFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h144 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 Dcolor_manager_test.cpp704 Matrix3x3 toXYZ = {{ variable