Home
last modified time | relevance | path

Searched defs:whitePoint (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer___smpte2086.md88 ### whitePoint subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer___smpte2086.md88 ### whitePoint subsection
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/fuzztest/colormanager_fuzzer/
H A Dcolormanager_fuzzer.cpp94 std::array<float, DIMES_2> whitePoint = GetData<std::array<float, DIMES_2>>(); in ColorSpaceFuzzTest() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_display_box.h33 DisplayPrimariesXY whitePoint; member
/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()
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h221 std::array<float, DIMES_2> whitePoint; variable
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/
H A Dcolor_manager_test.cpp708 std::array<float, DIMES_2> whitePoint{0.1f, 0.2f}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp203 Matrix3f GenRGBToXYZMatrix(const std::array<Vector2f, 3>& basePoints, const Vector2f& whitePoint) in GenRGBToXYZMatrix()
333 const Vector2f& whitePoint, in SimpleColorSpace()
348 const Vector2f& whitePoint, in SimpleColorSpace()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h405 OH_NativeBuffer_ColorXY whitePoint; /**< white point */ member