Searched refs:fRY (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/samplecode/ |
H A D | SampleCamera.cpp | 25 SkScalar fRY = 0; member in __anon18632::CameraView 52 view.rotateY(fRY); 70 fRY = nanos ? TimeUtils::Scaled(1e-9 * nanos, 90, 360) : 0;
|
/third_party/skia/tests/ |
H A 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/ |
H A D | DCIToXYZD50.cpp | 8 p.fRX = 0.680f; p.fRY = 0.320f; in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | readpixels.cpp | 86 primaries.fRY = 0.2653f; in make_wide_gamut() 99 primaries.fRY = 0.33f; in make_small_gamut()
|
/third_party/skia/include/core/ |
H A D | SkColorSpace.h | 24 float fRY; member
|
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 16 return skcms_PrimariesToXYZD50(fRX, fRY, fGX, fGY, fBX, fBY, fWX, fWY, toXYZ_D50); in toXYZD50()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 2442 ry = fColorSpacePrimaries.fRY; in drawImGui() 2444 fColorSpacePrimaries.fRY = fColorSpacePrimaries.fGY; in drawImGui()
|
Completed in 7 milliseconds