Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp8719 float r_surface = r.GetWidth() * r.GetHeight(); in AcceptDragDropPayload() local
8720 if (r_surface < g.DragDropAcceptIdCurrRectSurface) in AcceptDragDropPayload()
8724 g.DragDropAcceptIdCurrRectSurface = r_surface; in AcceptDragDropPayload()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp10369 float r_surface = r.GetWidth() * r.GetHeight(); in AcceptDragDropPayload() local
10370 if (r_surface <= g.DragDropAcceptIdCurrRectSurface) in AcceptDragDropPayload()
10374 g.DragDropAcceptIdCurrRectSurface = r_surface; in AcceptDragDropPayload()

Completed in 41 milliseconds