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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp8719 float r_surface = r.GetWidth() * r.GetHeight(); local in function:ImGui::AcceptDragDropPayload
8720 if (r_surface < g.DragDropAcceptIdCurrRectSurface)
8724 g.DragDropAcceptIdCurrRectSurface = r_surface;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp8719 float r_surface = r.GetWidth() * r.GetHeight(); local in function:ImGui::AcceptDragDropPayload
8720 if (r_surface < g.DragDropAcceptIdCurrRectSurface)
8724 g.DragDropAcceptIdCurrRectSurface = r_surface;

Completed in 32 milliseconds