Home
last modified time | relevance | path

Searched +defs:B +defs:Fy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp215 float B = float(color.GetBlue()) / maxColorRange; in GetDarkColor() local
225 float Fy = (Y / Yn) > 0.008856 ? pow((Y / Yn), 1.0 / 3) : (7.787 * (Y / Yn) + 16.0 / 116); in GetDarkColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp366 float B = float(color.GetBlue()) / maxColorRange; in GetDarkColor() local
376 float Fy = (Y / Yn) > 0.008856 ? pow((Y / Yn), 1.0 / 3) : (7.787 * (Y / Yn) + 16.0 / 116); in GetDarkColor() local