Home
last modified time | relevance | path

Searched refs:new_xpos (Results 1 – 7 of 7) sorted by path

/dports/emulators/atari800/atari800-3.1.0/src/
H A Dxep80.c1138 static void SetXCur(UBYTE new_xpos) in SetXCur() argument
1140 xpos = old_xpos = new_xpos; in SetXCur()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Draster.cpp412 const int new_xpos = x + new_w; in blit_texture_with_distortion() local
413 const GLfloat new_x2 = (x1*(x + w - new_xpos) + x2*(new_xpos - x))/w; in blit_texture_with_distortion()
415 blit_texture(tex, new_xpos, y, x + w - new_xpos, h, rotate, new_x2, y1, x2, y2); in blit_texture_with_distortion()
/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp2082 int new_xpos = soldier->xpos + step_x; in update() local
2084 if( !validSoldierLocation(soldier->epoch,new_xpos, new_ypos) ) { in update()
2086 new_xpos = soldier->xpos; in update()
2097 soldier->xpos = new_xpos; in update()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmovetransition.py436new_xpos, new_ypos, new_xanchor, new_yanchor, new_xoffset, new_yoffset, new_subpixel = self.child_…
438 xpos = I(old_xpos, new_xpos)
/dports/games/simutrans/simutrans-121.0/boden/
H A Dgrund.cc1666 int new_xpos = xpos - (width-raster_tile_width)/2; local
1671 …display_ddd_proportional_clip( new_xpos, ypos, width, 0, pc, color_idx_to_rgb(COL_BLACK), text, di…
1674 …display_outline_proportional_rgb( new_xpos, ypos-(LINESPACE/2), pc+3, color_idx_to_rgb(COL_BLACK),…
1677 …display_outline_proportional_rgb( new_xpos + LINESPACE + D_H_SPACE, ypos-(LINESPACE/2), color_idx_…
1678 display_ddd_box_clip_rgb( new_xpos, ypos-(LINESPACE/2), LINESPACE, LINESPACE, pc-2, pc+2 );
1679 … display_fillbox_wh_rgb( new_xpos+1, ypos-(LINESPACE/2)+1, LINESPACE-2, LINESPACE-2, pc, dirty );
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dgui-entry.c329 int start_xpos, xpos, new_xpos, end_xpos; in gui_entry_draw_from() local
368 new_xpos = xpos; in gui_entry_draw_from()
371 new_xpos++; in gui_entry_draw_from()
373 new_xpos += big5_width(c); in gui_entry_draw_from()
375 new_xpos += unichar_isprint(c) ? i_wcwidth(c) : 1; in gui_entry_draw_from()
377 new_xpos++; in gui_entry_draw_from()
379 if (new_xpos > end_xpos) in gui_entry_draw_from()
401 xpos = new_xpos; in gui_entry_draw_from()
404 new_xpos += scrlen_str(extent, entry->utf8); in gui_entry_draw_from()
406 if (new_xpos > end_xpos) in gui_entry_draw_from()
[all …]
/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
114 new_xpos = glutGet(GLUT_WINDOW_X); in maybe_render()
130 if ((new_xpos != xpos) || (new_ypos != ypos) || in maybe_render()
134 xpos = new_xpos; in maybe_render()