Searched refs:fRX (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/samplecode/ |
D | SampleCamera.cpp | 24 SkScalar fRX = 0; member in __anonf92a08400111::CameraView 51 view.rotateX(fRX); in onDrawContent()
|
/third_party/flutter/skia/samplecode/ |
D | SampleCamera.cpp | 23 SkScalar fRX = 0; member in __anon0b2f24d50111::CameraView 51 view.rotateX(fRX); in onDrawContent()
|
/third_party/flutter/skia/tests/ |
D | ColorSpaceTest.cpp | 230 proPhoto.fRX = 0.7347f; in DEF_TEST() 247 ntsc.fRX = 0.67f; in DEF_TEST() 264 p3.fRX = 0.680f; in DEF_TEST() 279 rec2020.fRX = 0.708f; in DEF_TEST()
|
/third_party/skia/tests/ |
D | ColorSpaceTest.cpp | 230 proPhoto.fRX = 0.7347f; in DEF_TEST() 247 ntsc.fRX = 0.67f; in DEF_TEST() 264 p3.fRX = 0.680f; in DEF_TEST() 279 rec2020.fRX = 0.708f; 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 | 90 primaries.fRX = 0.7347f; in make_wide_gamut() 103 primaries.fRX = 0.50f; in make_small_gamut()
|
/third_party/skia/gm/ |
D | readpixels.cpp | 85 primaries.fRX = 0.7347f; in make_wide_gamut() 98 primaries.fRX = 0.50f; in make_small_gamut()
|
/third_party/flutter/skia/include/core/ |
D | SkColorSpace.h | 24 float fRX; member
|
/third_party/skia/include/core/ |
D | SkColorSpace.h | 23 float fRX; 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 | 1797 dc.dragPoint((SkPoint*)(&primaries->fRX), true, 0xFF000040); in ImGui_Primaries() 2441 float rx = fColorSpacePrimaries.fRX, in drawImGui() 2443 fColorSpacePrimaries.fRX = fColorSpacePrimaries.fGX; in drawImGui()
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1478 dc.dragPoint((SkPoint*)(&primaries->fRX), true, 0xFF000040); in ImGui_Primaries()
|