Home
last modified time | relevance | path

Searched refs:get_abs_x (Results 1 – 4 of 4) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/tetris/
H A Dbackground.h17 auto cols = board.get_abs_x() - score.get_abs_x() - 1; in DrawLogo()
19 score.get_abs_y() + 2, score.get_abs_x()); in DrawLogo()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dcustom_particle_system.cpp640 float abs_x = get_abs_x(); in update()
1119 CustomParticleSystem::get_abs_x() in get_abs_x() function in CustomParticleSystem
1219 float abs_x = get_abs_x(); in spawn_particles()
H A Dcustom_particle_system.hpp83 float get_abs_x();
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DPlane.hh281 int get_abs_x () const noexcept in get_abs_x() function in ncpp::Plane