Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DViewer.cpp1129 int primariesIdx = 4; // Default: Custom in drawImGui() local
1132 primariesIdx = i; in drawImGui()
1137 if (ImGui::Combo("Primaries", &primariesIdx, in drawImGui()
1139 if (primariesIdx >= 0 && primariesIdx <= 3) { in drawImGui()
1140 fColorSpacePrimaries = *gNamedPrimaries[primariesIdx].fPrimaries; in drawImGui()