Home
last modified time | relevance | path

Searched refs:new_ypos (Results 1 – 5 of 5) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgraphics2_unix.cpp111 int new_xpos, new_ypos, new_width, new_height; in maybe_render() local
115 new_ypos = glutGet(GLUT_WINDOW_Y); in maybe_render()
130 if ((new_xpos != xpos) || (new_ypos != ypos) || in maybe_render()
135 ypos = new_ypos; in maybe_render()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Draster.cpp423 const int new_ypos = y + new_h; in blit_texture_with_distortion() local
424 const GLfloat new_y2 = (y1*(y + h - new_ypos) + y2*(new_ypos - y))/h; in blit_texture_with_distortion()
426 blit_texture(tex, x, new_ypos, w, y + h - new_ypos, rotate, x1, new_y2, x2, y2); in blit_texture_with_distortion()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmovetransition.py436 …new_xpos, new_ypos, new_xanchor, new_yanchor, new_xoffset, new_yoffset, new_subpixel = self.child_…
439 ypos = I(old_ypos, new_ypos)
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dxep80.c1171 static void SetYCur(UBYTE new_ypos) in SetYCur() argument
1173 ypos = old_ypos = new_ypos; in SetYCur()
/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp2083 int new_ypos = soldier->ypos + step_y; in update() local
2084 if( !validSoldierLocation(soldier->epoch,new_xpos, new_ypos) ) { in update()
2087 new_ypos = soldier->ypos; in update()
2098 soldier->ypos = new_ypos; in update()