Home
last modified time | relevance | path

Searched refs:fRY (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/samplecode/
DSampleCamera.cpp25 SkScalar fRY = 0; member in __anonf92a08400111::CameraView
52 view.rotateY(fRY); in onDrawContent()
70 fRY = nanos ? TimeUtils::Scaled(1e-9 * nanos, 90, 360) : 0; in onAnimate()
/third_party/flutter/skia/samplecode/
DSampleCamera.cpp24 SkScalar fRY = 0; member in __anon0b2f24d50111::CameraView
52 view.rotateY(fRY); in onDrawContent()
71 fRY = nanos ? TimeUtils::Scaled(1e-9 * nanos, 90, 360) : 0; in onAnimate()
/third_party/flutter/skia/tests/
DColorSpaceTest.cpp231 proPhoto.fRY = 0.2653f; in DEF_TEST()
248 ntsc.fRY = 0.33f; in DEF_TEST()
265 p3.fRY = 0.320f; in DEF_TEST()
280 rec2020.fRY = 0.292f; in DEF_TEST()
/third_party/skia/tests/
DColorSpaceTest.cpp231 proPhoto.fRY = 0.2653f; in DEF_TEST()
248 ntsc.fRY = 0.33f; in DEF_TEST()
265 p3.fRY = 0.320f; in DEF_TEST()
280 rec2020.fRY = 0.292f; in DEF_TEST()
/third_party/skia/docs/examples/
DDCIToXYZD50.cpp8 p.fRX = 0.680f; p.fRY = 0.320f; in draw()
/third_party/flutter/skia/gm/
Dreadpixels.cpp91 primaries.fRY = 0.2653f; in make_wide_gamut()
104 primaries.fRY = 0.33f; in make_small_gamut()
/third_party/skia/gm/
Dreadpixels.cpp86 primaries.fRY = 0.2653f; in make_wide_gamut()
99 primaries.fRY = 0.33f; in make_small_gamut()
/third_party/flutter/skia/include/core/
DSkColorSpace.h25 float fRY; member
/third_party/skia/include/core/
DSkColorSpace.h24 float fRY; member
/third_party/flutter/skia/src/core/
DSkColorSpace.cpp15 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
/third_party/skia/src/core/
DSkColorSpace.cpp16 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
/third_party/skia/tools/viewer/
DViewer.cpp2442 ry = fColorSpacePrimaries.fRY; in drawImGui()
2444 fColorSpacePrimaries.fRY = fColorSpacePrimaries.fGY; in drawImGui()