Home
last modified time | relevance | path

Searched refs:frameplace (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dgfx.cpp16 char* dest = (char*)frameplace+ylookup[y]+x; in Video_SetPixel()
29 char* dest = (char*)frameplace+ylookup[y]+x0; in Video_HLine()
42 char* dest = (char*)frameplace+ylookup[y0]+x; in Video_VLine()
56 char* dest = (char*)frameplace+ylookup[y0]+x0; in Video_FillBox()
70 char* dest = (char*)frameplace+ylookup[y]+x; in Video_BlitM2V()
89 char* dest = (char*)frameplace+ylookup[y]+x; in Video_BlitMT2V()
115 char* dest = (char*)frameplace+ylookup[y]+x; in Video_BlitMono()
H A Dmirrors.cpp198 extern intptr_t frameplace; in TranslateMirrorColors()
199 char *pFrame = (char*)frameplace; in TranslateMirrorColors()
H A Dgui.cpp835 memcpy(pFrameBackup, (void*)frameplace, vc); in ShowModal()
890 memcpy((void*)frameplace, pFrameBackup, vc); in ShowModal()
901 memcpy((void*)frameplace, pFrameBackup, vc); in ShowModal()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dsdlayer.cpp87 intptr_t frameplace=0; variable
694 frameplace = 0; in initsystem()
1546 frameplace = 0; in setvideomode_sdlcommonpost()
1747 frameplace = 0; in begindrawing_real()
1769 backupFrameplace = frameplace; in begindrawing_real()
1771 frameplace != backupFrameplace) in begindrawing_real()
1775 frameplace = (intptr_t)mirrorBuffer; in begindrawing_real()
1784 frameplace = backupFrameplace; in begindrawing_real()
1817 if (!offscreenrendering) frameplace = 0; in videoEndDrawing()
1821 if (!frameplace) return; in videoEndDrawing()
[all …]
H A D2d.cpp29 …if (__builtin_expect((intptr_t) s >= frameplace && (intptr_t) s < frameplace+bytesperline*ydim, 1)) in drawpixel_safe()
31 if ((intptr_t) s >= frameplace && (intptr_t) s < frameplace+bytesperline*ydim) in drawpixel_safe()
39 drawpixel((intptr_t *) frameplace, c); in drawpixel_safe()
40 drawpixel((intptr_t *) frameplace+1, c); in drawpixel_safe()
41 drawpixel((intptr_t *) frameplace+2, c); in drawpixel_safe()
42 drawpixel((intptr_t *) frameplace+bytesperline, c); in drawpixel_safe()
43 drawpixel((intptr_t *) frameplace+bytesperline+1, c); in drawpixel_safe()
44 drawpixel((intptr_t *) frameplace+bytesperline+2, c); in drawpixel_safe()
244 p = ylookup[i]+frameplace; in drawlinepixels()
374 intptr_t p = (y1*bytesperline)+x1+frameplace; in editorDraw2dLine()
[all …]
H A Dscreenshot.cpp128 Bmemcpy(imgBuf + i * xdim, (uint8_t *)frameplace + ylookup[i], xdim); in videoCaptureScreen()
221 char * const ptr = (char *) frameplace; in videoCaptureScreenTGA()
H A Dwinlayer.cpp102 intptr_t frameplace=0; variable
476 frameplace=0; in initsystem()
1715 frameplace = 0; in begindrawing_real()
1736 backupFrameplace = frameplace; in begindrawing_real()
1738 frameplace != backupFrameplace) in begindrawing_real()
1742 frameplace = (intptr_t)mirrorBuffer; in begindrawing_real()
1751 frameplace = backupFrameplace; in begindrawing_real()
1785 if (!offscreenrendering) frameplace = 0; in videoEndDrawing()
1789 if (!frameplace) return; in videoEndDrawing()
1791 if (!offscreenrendering) frameplace = 0; in videoEndDrawing()
[all …]
H A Dengine.cpp1133 char *dst = (char *)frameplace; in draw_rainbow_background()
4731 Bmemcpy(bakframe, (char *)frameplace, xdim*ydim); in classicDrawBunches()
4756 Bmemcpy((char *)frameplace, bakframe, xdim*ydim); in classicDrawBunches()
6889 ylookup[y] + x2 + frameplace); in renderFillPolygon()
6898 const intptr_t p = ylookup[y]+x1+frameplace; in renderFillPolygon()
7575 p = x+frameplace; in dorotatesprite()
7822 p = ylookup[y1]+x+frameplace; in dorotatesprite()
12895 Bmemset((void *)frameplace,dacol,bytesperline*ydim); in videoClearScreen()
12919 bakframeplace[setviewcnt] = frameplace; frameplace = waloff[tilenume]; in renderSetTarget()
12972 frameplace = bakframeplace[setviewcnt]; in renderRestoreTarget()
[all …]
H A Dsdlayer12.cpp87 frameplace = 0; in initsystem()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DVES2.H59 long xres, yres, bytesperline, frameplace, imageSize, maxpages; variable
420 frameplace = globlinplace; in setvesa()
447 frameplace = 0xa0000; in setvesa()
453 frameplace = FP_OFF(screen); in setvesa()
501 frameplace = 0xa0000; in setactivepage()
504 if (buffermode != 0) { frameplace = FP_OFF(screen); return; } in setactivepage()
505 if (linearmode != 0) { frameplace = activepagelookup[dapagenum]; return; } in setactivepage()
H A DBSTUB.C41 extern long frameplace, xdimenscale, ydimen;
264 p = ylookup[windowy1]+frameplace+windowx2+1; in ExtCheckKeys()
H A DENGINE.C483 frameoffset = frameplace+viewoffset; in drawrooms()
2116 frameplace = FP_OFF(screen); in setgamemode()
2117 horizlookup = (long *)(frameplace+i); in setgamemode()
2118 horizlookup2 = (long *)(frameplace+i+j); in setgamemode()
2643 ptr = (char *)frameplace; in screencapture()
5661 p = ylookup[i]+frameplace; in drawline256()
6720 p = x+frameplace; in dorotatesprite()
6914 p = ylookup[y1]+x+frameplace; in dorotatesprite()
7694 p = ylookup[y]+x2+frameplace; in fillpolygon()
7704 p = ylookup[y]+x1+frameplace; in fillpolygon()
[all …]
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DVES2.H59 long xres, yres, bytesperline, frameplace, imageSize, maxpages; variable
420 frameplace = globlinplace; in setvesa()
447 frameplace = 0xa0000; in setvesa()
453 frameplace = FP_OFF(screen); in setvesa()
501 frameplace = 0xa0000; in setactivepage()
504 if (buffermode != 0) { frameplace = FP_OFF(screen); return; } in setactivepage()
505 if (linearmode != 0) { frameplace = activepagelookup[dapagenum]; return; } in setactivepage()
H A DBSTUB.C41 extern long frameplace, xdimenscale, ydimen;
264 p = ylookup[windowy1]+frameplace+windowx2+1; in ExtCheckKeys()
H A DENGINE.C477 frameoffset = frameplace+viewoffset; in drawrooms()
1980 frameplace = FP_OFF(screen); in setgamemode()
1981 horizlookup = (long *)(frameplace+i); in setgamemode()
1982 horizlookup2 = (long *)(frameplace+i+j); in setgamemode()
2604 ptr = (char *)frameplace; in screencapture()
5621 p = ylookup[i]+frameplace; in drawline256()
6680 p = x+frameplace; in dorotatesprite()
6874 p = ylookup[y1]+x+frameplace; in dorotatesprite()
7654 p = ylookup[y]+x2+frameplace; in fillpolygon()
7664 p = ylookup[y]+x1+frameplace; in fillpolygon()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbaselayer.h35 extern intptr_t frameplace;
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A DDUKE3D.H522 extern long lockclock,frameplace;
542 extern long frameplace, chainplace, chainnumpages;
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dwinlayer.c112 intptr_t frameplace=0; variable
496 frameplace=0; in initsystem()
2094 frameplace = (intptr_t)lpPixels; in CreateAppWindow()
2120 frameplace = (intptr_t)frame; in CreateAppWindow()
2162 frameplace = 0; in CreateAppWindow()
H A Dengine.c4057 p = ylookup[y]+x2+frameplace; in fillpolygon()
4067 p = ylookup[y]+x1+frameplace; in fillpolygon()
4548 p = x+frameplace; in dorotatesprite()
4747 p = ylookup[y1]+x+frameplace; in dorotatesprite()
4798 p = ylookup[y1]+x+frameplace; in dorotatesprite()
10030 bakframeplace[setviewcnt] = frameplace; frameplace = waloff[tilenume]; in setviewtotile()
10445 p = ylookup[i]+frameplace; in drawline256()
10535 p = (y1*bytesperline)+x1+frameplace; in drawline16()
10576 p = (y1*bytesperline)+x1+frameplace; in drawcircle16()
11185 ptr = (unsigned char *)frameplace; in screencapture_tga()
[all …]
H A Dsdlayer2.c79 intptr_t frameplace=0; variable
1091 frameplace = (intptr_t) frame; in setvideomode()
1118 frameplace = 0; in setvideomode()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbaselayer.h54 extern intptr_t frameplace;
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Djsector.cpp532 bakframeplace = frameplace; in drawroomstotile()
533 frameplace = waloff[tilenume]; in drawroomstotile()
581 frameplace = bakframeplace; in drawroomstotile()
/dports/games/jfsw/jfsw-c434002/src/
H A Djsector.c531 bakframeplace = frameplace; in drawroomstotile()
532 frameplace = waloff[tilenume]; in drawroomstotile()
582 frameplace = bakframeplace; in drawroomstotile()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dbstub.c332 p = ylookup[windowy1]+frameplace+windowx2+1; in ExtCheckKeys()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dbstub.cpp381 p = ylookup[windowxy1.y]+frameplace+windowxy2.x+1; in ExtCheckKeys()

12