Searched refs:CursorPosPrevLine (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 302 ImGuiButtonFlags_AlignTextBaseLine = 1 << 9, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine 1053 ImVec2 CursorPosPrevLine; member in struct:ImGuiWindowTempData 1097 CursorPos = CursorPosPrevLine = CursorStartPos = CursorMaxPos = ImVec2(0.0f, 0.0f);
|
| H A D | imgui.cpp | 2193 window->DC.CursorPosPrevLine.y = window->DC.CursorPos.y - line_height; // Setting those fields so that SetScrollHereY() can properly function after the end of our clipper usage. 2754 window->DC.CursorPosPrevLine = ImVec2(window->DC.CursorPos.x + size.x, window->DC.CursorPos.y); 2757 window->DC.CursorMaxPos.x = ImMax(window->DC.CursorMaxPos.x, window->DC.CursorPosPrevLine.x); 5321 window->DC.CursorPosPrevLine = window->DC.CursorPos; 6432 float target_y = window->DC.CursorPosPrevLine.y - window->Pos.y; // Top of last item, in window space 6623 window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y; 6628 window->DC.CursorPos.x = window->DC.CursorPosPrevLine.x + spacing_w; 6629 window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 302 ImGuiButtonFlags_AlignTextBaseLine = 1 << 9, // vertically align button to match text baseline - ButtonEx() only // FIXME: Should be removed and handled by SmallButton(), not possible currently because of DC.CursorPosPrevLine 1053 ImVec2 CursorPosPrevLine; member in struct:ImGuiWindowTempData 1097 CursorPos = CursorPosPrevLine = CursorStartPos = CursorMaxPos = ImVec2(0.0f, 0.0f);
|
| H A D | imgui.cpp | 2193 window->DC.CursorPosPrevLine.y = window->DC.CursorPos.y - line_height; // Setting those fields so that SetScrollHereY() can properly function after the end of our clipper usage. 2754 window->DC.CursorPosPrevLine = ImVec2(window->DC.CursorPos.x + size.x, window->DC.CursorPos.y); 2757 window->DC.CursorMaxPos.x = ImMax(window->DC.CursorMaxPos.x, window->DC.CursorPosPrevLine.x); 5321 window->DC.CursorPosPrevLine = window->DC.CursorPos; 6432 float target_y = window->DC.CursorPosPrevLine.y - window->Pos.y; // Top of last item, in window space 6623 window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y; 6628 window->DC.CursorPos.x = window->DC.CursorPosPrevLine.x + spacing_w; 6629 window->DC.CursorPos.y = window->DC.CursorPosPrevLine.y;
|
Completed in 43 milliseconds