Searched refs:GetGUIZoom (Results 1 – 4 of 4) sorted by relevance
235 GuiX=float(VpX)/Viewport->GetGUIZoom(); GuiY=float(VpY)/Viewport->GetGUIZoom(); in Move()249 GuiX=float(VpX)/Viewport->GetGUIZoom(); GuiY=float(VpY)/Viewport->GetGUIZoom(); in Move()
2057 const float guiZoom = viewport->GetGUIZoom(); in OnMouseIn()
47 float GetGUIZoom() const { return Clamp<float>(float(ViewWdt)/1280,0.5f,1.0f); } in GetGUIZoom() function
320 float fGUIZoom = GetGUIZoom(); in Draw()