Home
last modified time | relevance | path

Searched refs:show_y (Results 1 – 6 of 6) sorted by relevance

/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/autocomplete/
H A Dautocomplete.py205 show_y = False
208 show_y = True
210 show_y = True
212 show_y = False
220 return (show_x and show_y)
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/
H A DManipulators.cpp282 bool show_y = manipulator_show_axis(m_pivot, y); in render() local
293 if (show_y) { in render()
308 if (show_y) { in render()
326 bool show_y = manipulator_show_axis(m_pivot, y); in testSelect() local
359 if (show_y) { in testSelect()
/dports/devel/R-cran-testthat/testthat/R/
H A Dcompare.R186 show_y <- str_trunc(encode(x$y[n_show]), width * max_lines) functionVar
193 }, show_x, show_y, show_i)
/dports/graphics/drawing/drawing-0.8.4/src/
H A Dimage.py541 show_y = self.get_widget_height() < mpb_height * self.zoom_level
542 show_overlay = show_x or show_y
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dselection.cpp1432 bool show_y = manipulator_show_axis(m_pivot, y); in render() local
1444 if(show_y) in render()
1462 if(show_y) in render()
1481 bool show_y = manipulator_show_axis(m_pivot, y); in testSelect() local
1515 if(show_y) in testSelect()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dselection.cpp1317 bool show_y = manipulator_show_axis( m_pivot, y ); in render() local
1328 if ( show_y ) { in render()
1343 if ( show_y ) { in render()
1359 bool show_y = manipulator_show_axis( m_pivot, y ); in testSelect() local
1391 if ( show_y ) { in testSelect()