Home
last modified time | relevance | path

Searched refs:fRX (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/samplecode/
DSampleCamera.cpp24 SkScalar fRX = 0; member in __anonf92a08400111::CameraView
51 view.rotateX(fRX); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleCamera.cpp23 SkScalar fRX = 0; member in __anon0b2f24d50111::CameraView
51 view.rotateX(fRX); in onDrawContent()
/third_party/flutter/skia/tests/
DColorSpaceTest.cpp230 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/
DColorSpaceTest.cpp230 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/
DDCIToXYZD50.cpp8 p.fRX = 0.680f; p.fRY = 0.320f; in draw()
/third_party/flutter/skia/gm/
Dreadpixels.cpp90 primaries.fRX = 0.7347f; in make_wide_gamut()
103 primaries.fRX = 0.50f; in make_small_gamut()
/third_party/skia/gm/
Dreadpixels.cpp85 primaries.fRX = 0.7347f; in make_wide_gamut()
98 primaries.fRX = 0.50f; in make_small_gamut()
/third_party/flutter/skia/include/core/
DSkColorSpace.h24 float fRX; member
/third_party/skia/include/core/
DSkColorSpace.h23 float fRX; 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.cpp1797 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/
DViewer.cpp1478 dc.dragPoint((SkPoint*)(&primaries->fRX), true, 0xFF000040); in ImGui_Primaries()