Home
last modified time | relevance | path

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

/external/skqp/tools/viewer/
DViewer.cpp1348 static ImVec2 ImGui_DragPrimary(const char* label, float* x, float* y, in ImGui_DragPrimary() function
1391 ImVec2 r = ImGui_DragPrimary("R", &primaries->fRX, &primaries->fRY, pos, size); in ImGui_Primaries()
1392 ImVec2 g = ImGui_DragPrimary("G", &primaries->fGX, &primaries->fGY, pos, size); in ImGui_Primaries()
1393 ImVec2 b = ImGui_DragPrimary("B", &primaries->fBX, &primaries->fBY, pos, size); in ImGui_Primaries()
1394 ImVec2 w = ImGui_DragPrimary("W", &primaries->fWX, &primaries->fWY, pos, size); in ImGui_Primaries()