Searched refs:r_rel (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 2598 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) }; local in function:ImGuiWindow::GetIDFromRectangle 2599 ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 2598 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) }; local in function:ImGuiWindow::GetIDFromRectangle 2599 ImGuiID id = ImHashData(&r_rel, sizeof(r_rel), seed);
|
Completed in 33 milliseconds