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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7298 const ImRect nav_bb_rel(nav_bb.Min - window->Pos, nav_bb.Max - window->Pos); local in function:ImGui::NavProcessItem
7307 g.NavInitResultRectRel = nav_bb_rel;
7334 result->RectRel = nav_bb_rel;
7346 result->RectRel = nav_bb_rel;
7357 window->NavRectRel[window->DC.NavLayerCurrent] = nav_bb_rel; // Store item bounding box (relative to window position)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7298 const ImRect nav_bb_rel(nav_bb.Min - window->Pos, nav_bb.Max - window->Pos); local in function:ImGui::NavProcessItem
7307 g.NavInitResultRectRel = nav_bb_rel;
7334 result->RectRel = nav_bb_rel;
7346 result->RectRel = nav_bb_rel;
7357 window->NavRectRel[window->DC.NavLayerCurrent] = nav_bb_rel; // Store item bounding box (relative to window position)

Completed in 32 milliseconds