Home
last modified time | relevance | path

Searched refs:bufferofs (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_vid.c91 dest = (byte *)(bufferofs+ylookup[y]+(x>>2)); in VL_MemToScreen()
325 byte *dest = (byte *)(bufferofs+ylookup[y]+x); in VL_Bar()
460 dest = (byte*)(bufferofs+ylookup[y]+xbyte); in VL_Hlin()
483 byte *dest = (byte*)(bufferofs+ylookup[y]+x); in VL_Hlin()
515 byte *dest = (byte*)(bufferofs+ylookup[y]+x); in VL_Vlin()
604 byte *dest = (byte*)(bufferofs+ylookup[y]+x); in VL_THlin()
975 temp = bufferofs; in SwitchPalette()
976 bufferofs = displayofs; in SwitchPalette()
978 bufferofs = temp; in SwitchPalette()
1045 byte *screen = (byte *)bufferofs; in VL_DecompressLBM()
[all …]
H A Dmodexlib.c52 unsigned bufferofs; variable
199 bufferofs = page2start; in VL_SetVGAPlaneMode()
373 displayofs=bufferofs; in XFlipPage()
382 bufferofs += screensize; in XFlipPage()
383 if (bufferofs > page3start) in XFlipPage()
384 bufferofs = page1start; in XFlipPage()
513 bufferofs = page2start; in VL_SetVGAPlaneMode()
675 displayofs=bufferofs; in XFlipPage()
684 bufferofs += screensize; in XFlipPage()
685 if (bufferofs > page3start) in XFlipPage()
[all …]
H A Drt_floor.c137 DrawSkyPost((byte *)bufferofs + (dest>>2),src,height); in DrawSky()
140 DrawSkyPost((byte *)bufferofs + dest,src,height); in DrawSky()
141 DrawSkyPost((byte *)bufferofs + dest + 1,src,height); in DrawSky()
165 DrawSkyPost((byte *)bufferofs + (dest>>2),src,height); in DrawSky()
167 DrawSkyPost((byte *)bufferofs + dest,src,height); in DrawSky()
208 bufferofs+=screenofs; in DrawFullSky()
224 DrawSkyPost((byte *)bufferofs + (dest>>2),src,viewheight); in DrawFullSky()
226 DrawSkyPost((byte *)bufferofs + dest,src,viewheight); in DrawFullSky()
231 bufferofs-=screenofs; in DrawFullSky()
576 dest=(byte *)bufferofs+ylookup[yp]; in DrawHLine()
H A Drt_scale.c710 b=(byte *)bufferofs+(plane>>2); in ScaleTransparentShape()
714 b=(byte *)bufferofs+startx; in ScaleTransparentShape()
799 b=(byte *)bufferofs+(plane>>2); in ScaleSolidShape()
802 b=(byte *)bufferofs+startx; in ScaleSolidShape()
889 b=(byte *)bufferofs+(plane>>2); in ScaleWeapon()
891 b=(byte *)bufferofs+startx; in ScaleWeapon()
976 b=(byte *)bufferofs+(plane>>2); in DrawUnScaledSprite()
1083 b=(byte *)bufferofs+(plane>>2); in DrawPositionedScaledSprite()
1087 b=(byte *)bufferofs+startx; in DrawPositionedScaledSprite()
1163 b=(byte *)bufferofs; in DrawScreenSizedSprite()
[all …]
H A Drt_error.c156 displayofs=bufferofs; in UL_UserMessage()
162 bufferofs += screensize; in UL_UserMessage()
163 if (bufferofs > page3start) in UL_UserMessage()
164 bufferofs = page1start; in UL_UserMessage()
H A Drt_draw.c2403 buf=(byte *)bufferofs; in InterpolateWall()
2748 bufferofs += screenofs; in ThreeDRefresh()
2807 bufferofs -= screenofs; in ThreeDRefresh()
2809 bufferofs += screenofs; in ThreeDRefresh()
2823 bufferofs-=screenofs; in ThreeDRefresh()
2826 bufferofs+=screenofs; in ThreeDRefresh()
2831 bufferofs -= screenofs; in ThreeDRefresh()
2857 displayofs = bufferofs; in FlipPage()
2892 bufferofs += screensize; in FlipPage()
2893 if (bufferofs > page3start) in FlipPage()
[all …]
H A Drt_map.c164 buf=(byte *)bufferofs+ylookup[y]+(x>>2); in DrawMap_Wall()
166 buf=(byte *)bufferofs+ylookup[y]+x; in DrawMap_Wall()
232 buf=(byte *)bufferofs+ylookup[y]+(x>>2); in DrawMap_SkyTile()
234 buf=(byte *)bufferofs+ylookup[y]+x; in DrawMap_SkyTile()
457 VL_ClearBuffer (bufferofs, egacolor[mapcolor]); in DrawMap()
610 memset((byte *)bufferofs+ylookup[ty]+24,0,32); in SetupFullMap()
613 memset((byte *)bufferofs+ylookup[ty]+96,0,128); in SetupFullMap()
641 buf=(byte *)bufferofs+ylookup[37]+((96+mapx)>>2); in DrawFullMap()
643 buf=(byte *)bufferofs+ylookup[37]+((96+mapx)); in DrawFullMap()
H A Dcin_efct.c369 buf=(byte *)bufferofs+ylookup[back->yoffset]; in DrawCinematicBackground()
421 buf=(byte *)bufferofs+ylookup[back->yoffset]; in DrawCinematicMultiBackground()
475 buf=(byte *)bufferofs; in DrawCinematicBackdrop()
547 buf=(byte *)bufferofs; in DrawCinematicSprite()
690 memset((byte *)bufferofs,0,SCREENBWIDE*MAXSCREENHEIGHT); in DrawClearBuffer()
692 memset((byte *)bufferofs,0,MAXSCREENWIDTH*MAXSCREENHEIGHT); in DrawClearBuffer()
897 buf=(byte *)bufferofs; in ProfileDisplay()
938 buf=(byte *)bufferofs; in DrawPostPic()
H A Drt_str.c114 *((byte *)(bufferofs+ylookup[y]+(x>>2))) = *source; in VW_DrawClippedString()
116 *((byte *)(bufferofs+ylookup[y]+x)) = *source; in VW_DrawClippedString()
183 dest = origdest = (byte *)(bufferofs+ylookup[py]+(px>>2)); in VW_DrawPropString()
228 dest = origdest = (byte *)(bufferofs+ylookup[py]+px); in VW_DrawPropString()
296 dest = origdest = (byte *)(bufferofs+ylookup[py]+(px>>2)); in VW_DrawIPropString()
298 dest = origdest = (byte *)(bufferofs+ylookup[py]+px); in VW_DrawIPropString()
1513 origdest = ( byte * )( bufferofs + ylookup[ py ] + ( px >> 2 ) ); in DrawIntensityChar()
1515 origdest = ( byte * )( bufferofs + ylookup[ py ] + px ); in DrawIntensityChar()
H A Drt_main.c1002 tempbuf=bufferofs; in GameLoop()
1003 bufferofs=displayofs; in GameLoop()
1005 bufferofs=tempbuf; in GameLoop()
2932 screen = (byte *) bufferofs; in SaveScreen()
2945 if (screen!=(byte *)bufferofs) in SaveScreen()
2947 tmp=bufferofs; in SaveScreen()
2948 bufferofs=displayofs; in SaveScreen()
2954 memset((byte *)bufferofs+(ylookup[i+SSY])+(SSX>>2),0,46); in SaveScreen()
2968 if (screen!=(byte *)bufferofs) in SaveScreen()
2969 bufferofs=tmp; in SaveScreen()
[all …]
H A Drt_game.c1010 tempbuf=bufferofs; in DrawGameString()
1011 bufferofs=page1start; in DrawGameString()
1015 bufferofs=page2start; in DrawGameString()
1019 bufferofs=page3start; in DrawGameString()
1021 bufferofs=tempbuf; in DrawGameString()
2257 int bufftemp = bufferofs; in DrawPause()
2259 bufferofs -= screenofs; in DrawPause()
2272 bufferofs = bufftemp; in DrawPause()
4453 int temp = bufferofs; in DoLoadGameAction()
4455 bufferofs = displayofs; in DoLoadGameAction()
[all …]
H A Dmodexlib.h111 extern unsigned bufferofs;
H A Drt_ted.c1170 tempbuf=bufferofs; in PreCache()
1171 bufferofs=displayofs; in PreCache()
1206 bufferofs=tempbuf; in PreCache()
1229 tempbuf=bufferofs; in PreCache()
1230 bufferofs=displayofs; in PreCache()
1245 bufferofs=tempbuf; in PreCache()
H A Drt_dr_a.asm180 ; EDI - top offset + bufferofs
H A Drt_build.c252 buf=(byte *)(bufferofs); in DrawPlanePosts()
H A Drt_menu.c1590 b=(byte *)bufferofs+(i>>2); in SetUpControlPanel()
1594 b=(byte *)bufferofs+i; in SetUpControlPanel()
3477 b=(byte *)bufferofs+(i>>2); in QuickSaveGame()
3481 b=(byte *)bufferofs+i; in QuickSaveGame()
/dports/games/bstone/bstone-1.1.9/src/
H A Dmarkhack.cpp35 extern int bufferofs;
70 ::bufferofs + in generic_draw_post()
H A D3d_draw2.cpp84 int toprow = bufferofs + planeylookup[height]; in DrawSpans()
H A Did_vl.h50 extern int bufferofs; // all drawing is reletive to this
H A D3d_draw.cpp977 int pixel_offset = ::vl_get_offset(::bufferofs, 0, y_offset); in vga_clear_screen()
1400 ::bufferofs = 0; in ThreeDRefresh()
1408 ::bufferofs += ::screenofs; in ThreeDRefresh()
1500 ::bufferofs = 0; in ThreeDRefresh()
H A Dmovie.cpp233 JM_DrawBlock(bufferofs, ah->offset, (char*)inpic, ah->length); in MOVIE_ShowFrame()
H A Did_vl.cpp31 int bufferofs; variable
1522 *dest++ = ::vl_get_pixel(::bufferofs, x + w, y + h); in VL_ScreenToMem()
H A Djm_free.cpp924 bufferofs = 0; in InitGame()
H A D3d_menu.cpp1469 VW_ScreenToScreen(PAGE1START, ::bufferofs, 320, 160); in CP_CheckQuick()
1497 VW_ScreenToScreen(PAGE1START, ::bufferofs, 320, 160); in CP_CheckQuick()
1535 VW_ScreenToScreen(PAGE1START, ::bufferofs, 320, 160); in CP_CheckQuick()
1571 VW_ScreenToScreen(PAGE1START, ::bufferofs, 320, 160); in CP_CheckQuick()
H A D3d_play.cpp880 VW_ScreenToScreen(PAGE1START, ::bufferofs, 320, 160); in CheckKeys()

12