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.md | 88 ### whitePoint subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer___smpte2086.md | 88 ### whitePoint subsection
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/fuzztest/colormanager_fuzzer/ |
H A D | colormanager_fuzzer.cpp | 94 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 D | item_property_display_box.h | 33 DisplayPrimariesXY whitePoint; member
|
/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()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 221 std::array<float, DIMES_2> whitePoint; variable
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/ |
H A D | color_manager_test.cpp | 708 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 D | rs_base_render_util.cpp | 203 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 D | native_buffer.h | 405 OH_NativeBuffer_ColorXY whitePoint; /**< white point */ member
|