Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DViewer.cpp936 static ImVec2 ImGui_DragPrimary(const char* label, float* x, float* y, in ImGui_DragPrimary() function
980 ImVec2 r = ImGui_DragPrimary("R", &primaries->fRX, &primaries->fRY, pos, size); in ImGui_Primaries()
981 ImVec2 g = ImGui_DragPrimary("G", &primaries->fGX, &primaries->fGY, pos, size); in ImGui_Primaries()
982 ImVec2 b = ImGui_DragPrimary("B", &primaries->fBX, &primaries->fBY, pos, size); in ImGui_Primaries()
983 ImVec2 w = ImGui_DragPrimary("W", &primaries->fWX, &primaries->fWY, pos, size); in ImGui_Primaries()