Home
last modified time | relevance | path

Searched refs:oneWxWy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp225 float oneWxWy = (1 - primaries.wX) / primaries.wY; in ComputeXYZD50() local
232 float BY = ((oneWxWy - oneRxRy) * (GxGy - RxRy) - (WxWy - RxRy) * (oneGxGy - oneRxRy)) / in ComputeXYZD50()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp217 float oneWxWy = (1 - whitePoint.x_) / whitePoint.y_; in GenRGBToXYZMatrix() local
220 ((oneWxWy - oneRxRy) * (GxGy - RxRy) - (WxWy - RxRy) * (oneGxGy - oneRxRy)) / in GenRGBToXYZMatrix()