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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3941 ImRect unclipped_rect = window->ClipRect; local in function:ImGui::CalcListClipping
3943 unclipped_rect.Add(g.NavScoringRectScreen);
3946 int start = (int)((unclipped_rect.Min.y - pos.y) / items_height);
3947 int end = (int)((unclipped_rect.Max.y - pos.y) / items_height);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3941 ImRect unclipped_rect = window->ClipRect; local in function:ImGui::CalcListClipping
3943 unclipped_rect.Add(g.NavScoringRectScreen);
3946 int start = (int)((unclipped_rect.Min.y - pos.y) / items_height);
3947 int end = (int)((unclipped_rect.Max.y - pos.y) / items_height);

Completed in 34 milliseconds