Searched refs:fWX (Results 1 – 6 of 6) sorted by relevance
352 srgb.fWX = 0.3127f; in DEF_TEST()370 adobe.fWX = 0.3127f; in DEF_TEST()391 proPhoto.fWX = 0.34567f; in DEF_TEST()407 ntsc.fWX = 0.31006f; in DEF_TEST()423 p3.fWX = 0.3127f; in DEF_TEST()439 rec2020.fWX = 0.3127f; in DEF_TEST()
23 float fWX, fWY; member
111 primaries.fWX = 0.34567f; in make_wide_gamut()124 primaries.fWX = 0.3127f; in make_small_gamut()
19 !is_zero_to_one(fWX) || !is_zero_to_one(fWY)) in toXYZD50()35 SkVector3 wXYZ = SkVector3::Make(fWX / fWY, 1.0f, (1.0f - fWX - fWY) / fWY); in toXYZD50()
388 primaries.fWX = png_fixed_point_to_float(chrm[0]); in read_color_space()
983 ImVec2 w = ImGui_DragPrimary("W", &primaries->fWX, &primaries->fWY, pos, size); in ImGui_Primaries()