Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp237 float RYRy = RY / primaries.rY; in ComputeXYZD50() local
241 Matrix3x3 toXYZ = {{{RYRy * primaries.rX, GYGy * primaries.gX, BYBy * primaries.bX}, in ComputeXYZD50()
243 {RYRy * (1 - primaries.rX - primaries.rY), in ComputeXYZD50()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp225 float RYRy = RY / R.y_; in GenRGBToXYZMatrix() local
230 RYRy * R.x_, RY, RYRy * (1 - R.x_ - R.y_), in GenRGBToXYZMatrix()