Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DViewer.cpp2422 int primariesIdx = 4; // Default: Custom in drawImGui() local
2425 primariesIdx = i; in drawImGui()
2433 if (ImGui::Combo("Primaries", &primariesIdx, in drawImGui()
2435 if (primariesIdx >= 0 && primariesIdx <= 3) { in drawImGui()
2436 fColorSpacePrimaries = *gNamedPrimaries[primariesIdx].fPrimaries; in drawImGui()

Completed in 5 milliseconds