Searched refs:fRY (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/samplecode/ |
D | SampleCamera.cpp | 25 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/ |
D | SampleCamera.cpp | 24 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/ |
D | ColorSpaceTest.cpp | 231 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/ |
D | ColorSpaceTest.cpp | 231 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/ |
D | DCIToXYZD50.cpp | 8 p.fRX = 0.680f; p.fRY = 0.320f; in draw()
|
/third_party/flutter/skia/gm/ |
D | readpixels.cpp | 91 primaries.fRY = 0.2653f; in make_wide_gamut() 104 primaries.fRY = 0.33f; in make_small_gamut()
|
/third_party/skia/gm/ |
D | readpixels.cpp | 86 primaries.fRY = 0.2653f; in make_wide_gamut() 99 primaries.fRY = 0.33f; in make_small_gamut()
|
/third_party/flutter/skia/include/core/ |
D | SkColorSpace.h | 25 float fRY; member
|
/third_party/skia/include/core/ |
D | SkColorSpace.h | 24 float fRY; member
|
/third_party/flutter/skia/src/core/ |
D | SkColorSpace.cpp | 15 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
|
/third_party/skia/src/core/ |
D | SkColorSpace.cpp | 16 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 2442 ry = fColorSpacePrimaries.fRY; in drawImGui() 2444 fColorSpacePrimaries.fRY = fColorSpacePrimaries.fGY; in drawImGui()
|