Home
last modified time | relevance | path

Searched +defs:Z +defs:X1 (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.cpp219 float Z = 0.0193 * R + 0.1192 * G + 0.9505 * B; in GetDarkColor() local
242 float X1 = xw * ((pow(fx, 3) > 0.008856) ? pow(fx, 3) : ((fx - 16.0 / 116) / 7.787)); in GetDarkColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp370 float Z = 0.0193 * R + 0.1192 * G + 0.9505 * B; in GetDarkColor() local
393 float X1 = xw * ((pow(fx, 3) > 0.008856) ? pow(fx, 3) : ((fx - 16.0 / 116) / 7.787)); in GetDarkColor() local