Home
last modified time | relevance | path

Searched refs:drawy (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dwincurse.cpp442 int drawy = 0; in curses_drawwindow() local
495 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
500 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
505 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
510 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight + 1, 2, FG ); in curses_drawwindow()
515 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight + 1, 2, FG ); in curses_drawwindow()
520 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight, 2, FG ); in curses_drawwindow()
524 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
530 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
535 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dwincurse.cpp442 int drawy = 0; in curses_drawwindow() local
495 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
500 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
505 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
510 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight + 1, 2, FG ); in curses_drawwindow()
515 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight + 1, 2, FG ); in curses_drawwindow()
520 VertLineDIB( drawx + halfwidth, drawy, drawy + halfheight, 2, FG ); in curses_drawwindow()
524 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
530 … VertLineDIB( drawx + halfwidth, drawy + halfheight, drawy + fontheight, 2, FG ); in curses_drawwindow()
535 VertLineDIB( drawx + halfwidth, drawy, drawy + fontheight, 2, FG ); in curses_drawwindow()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dtecmosys.cpp112 int drawy = y; in render_sprites_to_bitmap() local
114 if (drawy < cliprect.min_y) in render_sprites_to_bitmap()
116 const int remains = cliprect.min_y - drawy; in render_sprites_to_bitmap()
117 drawy += remains; in render_sprites_to_bitmap()
123 if (drawy > cliprect.max_y) in render_sprites_to_bitmap()
126 for (int ycnt = srcy; (drawy <= cliprect.max_y) && (ycnt < ysize); ycnt++, drawy++) in render_sprites_to_bitmap()
165 int drawy = y << 8; in render_sprites_to_bitmap() local
167 while (drawy < scaled_cliprect.min_y) in render_sprites_to_bitmap()
169 drawy += zoomy; in render_sprites_to_bitmap()
177 if (drawy >= scaled_cliprect.max_y) in render_sprites_to_bitmap()
[all …]
H A Dhng64_sprite.hxx186 int16_t drawy = ypos+(yinc*ydrw); in draw_sprites() local
190 drawy &= 0x3ff; in draw_sprites()
193 if (drawy&0x0200)drawy-=0x400; in draw_sprites()
197 …if (!blend) gfx->prio_zoom_transpen(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoomy… in draw_sprites()
198 …else gfx->prio_zoom_transpen_additive(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoo… in draw_sprites()
217 …if (!blend) gfx->prio_zoom_transpen(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoomy… in draw_sprites()
218 …else gfx->prio_zoom_transpen_additive(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoo… in draw_sprites()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dtecmosys.cpp112 int drawy = y; in render_sprites_to_bitmap() local
114 if (drawy < cliprect.min_y) in render_sprites_to_bitmap()
116 const int remains = cliprect.min_y - drawy; in render_sprites_to_bitmap()
117 drawy += remains; in render_sprites_to_bitmap()
123 if (drawy > cliprect.max_y) in render_sprites_to_bitmap()
126 for (int ycnt = srcy; (drawy <= cliprect.max_y) && (ycnt < ysize); ycnt++, drawy++) in render_sprites_to_bitmap()
165 int drawy = y << 8; in render_sprites_to_bitmap() local
167 while (drawy < scaled_cliprect.min_y) in render_sprites_to_bitmap()
169 drawy += zoomy; in render_sprites_to_bitmap()
177 if (drawy >= scaled_cliprect.max_y) in render_sprites_to_bitmap()
[all …]
H A Dhng64_sprite.hxx186 int16_t drawy = ypos+(yinc*ydrw); in draw_sprites() local
190 drawy &= 0x3ff; in draw_sprites()
193 if (drawy&0x0200)drawy-=0x400; in draw_sprites()
197 …if (!blend) gfx->prio_zoom_transpen(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoomy… in draw_sprites()
198 …else gfx->prio_zoom_transpen_additive(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoo… in draw_sprites()
217 …if (!blend) gfx->prio_zoom_transpen(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoomy… in draw_sprites()
218 …else gfx->prio_zoom_transpen_additive(bitmap,cliprect,tileno,pal,xflip,yflip,drawx,drawy,zoomx,zoo… in draw_sprites()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeedit2.cpp1659 static int drawy; in DrawLines() local
1701 drawy++; in DrawLines()
1713 drawy--; in DrawLines()
1746 if (gonext && drawy) in DrawLines()
1748 if (drawy == -1) in DrawLines()
1777 if (gonext && drawy) in DrawLines()
1779 if (drawy == -1) in DrawLines()
1800 else if (drawy == 1) drawy = -1; in DrawLines()
1831 else if (drawy == -1) drawy = 1; in DrawLines()
1906 if ((drawy == -1) && (lines[2] == type1)) drawy++; in DrawLines()
[all …]
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DTileImage_draw_brush.c566 y1 = (int)floor(drawy - radius); in _drawbrush_point_hard()
568 y2 = (int)floor(drawy + radius); in _drawbrush_point_hard()
573 fy = floor((y1 - drawy) * FIXF_VAL); in _drawbrush_point_hard()
658 y1 = (int)floor(drawy - radius); in _drawbrush_point_soft1()
660 y2 = (int)floor(drawy + radius); in _drawbrush_point_soft1()
677 for(iy = 0, dtmp = py - drawy; iy < subnum; iy++, dtmp += dsubadd) in _drawbrush_point_soft1()
752 y1 = (int)floor(drawy - radius); in _drawbrush_point_soft2()
754 y2 = (int)floor(drawy + radius); in _drawbrush_point_soft2()
771 for(iy = 0, dtmp = py - drawy; iy < subnum; iy++, dtmp += dsubadd) in _drawbrush_point_soft2()
839 y1 = (int)floor(drawy - radius); in _drawbrush_point_soft3()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_draw_brush.c683 y1 = (int)floor(drawy - radius); in _drawbrush_point_circle_max()
685 y2 = (int)floor(drawy + radius); in _drawbrush_point_circle_max()
690 fy = floor((y1 - drawy) * FIXF_VAL); in _drawbrush_point_circle_max()
791 y1 = (int)floor(drawy - radius); in _drawbrush_point_circle()
793 y2 = (int)floor(drawy + radius); in _drawbrush_point_circle()
906 y1 = (int)floor(drawy - radius); in _drawbrush_point_shape()
908 y2 = (int)floor(drawy + radius); in _drawbrush_point_shape()
931 dy = (y1 - drawy) * dadd + dtmp; in _drawbrush_point_shape()
1025 y1 = (int)floor(drawy - dtmp); in _drawbrush_point_shape_rotate()
1027 y2 = (int)floor(drawy + dtmp); in _drawbrush_point_shape_rotate()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgalpani3.cpp201 for (int drawy=cliprect.min_y;drawy<=cliprect.max_y;drawy++) in screen_update_galpani3() local
203 uint16_t const *const sprline = &m_sprite_bitmap.pix(drawy); in screen_update_galpani3()
204 …uint16_t const *const srcline1 = m_grap2[0]->m_framebuffer.get() + ((drawy+m_grap2[0]->m_framebuff… in screen_update_galpani3()
205 …uint16_t const *const srcline2 = m_grap2[1]->m_framebuffer.get() + ((drawy+m_grap2[1]->m_framebuff… in screen_update_galpani3()
206 …uint16_t const *const srcline3 = m_grap2[2]->m_framebuffer.get() + ((drawy+m_grap2[2]->m_framebuff… in screen_update_galpani3()
208 …uint16_t const *const priline = m_priority_buffer + ((drawy+m_priority_buffer_scrolly+11)&0x1ff) … in screen_update_galpani3()
210 uint32_t *const dst = &bitmap.pix(drawy & 0x3ff); in screen_update_galpani3()
H A Dtmmjprd.cpp234 for (int drawy=y;drawy<y+sizey;drawy++) in draw_tile() local
240 if (cliprect.contains(drawx, drawy)) in draw_tile()
246 bitmap.pix(drawy, drawx) = dat; in draw_tile()
250 if (cliprect.contains(drawx, drawy)) in draw_tile()
256 bitmap.pix(drawy, drawx) = dat; in draw_tile()
264 if (cliprect.contains(drawx, drawy)) in draw_tile()
270 bitmap.pix(drawy, drawx) = dat; in draw_tile()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgalpani3.cpp201 for (int drawy=cliprect.min_y;drawy<=cliprect.max_y;drawy++) in screen_update_galpani3() local
203 uint16_t const *const sprline = &m_sprite_bitmap.pix(drawy); in screen_update_galpani3()
204 …uint16_t const *const srcline1 = m_grap2[0]->m_framebuffer.get() + ((drawy+m_grap2[0]->m_framebuff… in screen_update_galpani3()
205 …uint16_t const *const srcline2 = m_grap2[1]->m_framebuffer.get() + ((drawy+m_grap2[1]->m_framebuff… in screen_update_galpani3()
206 …uint16_t const *const srcline3 = m_grap2[2]->m_framebuffer.get() + ((drawy+m_grap2[2]->m_framebuff… in screen_update_galpani3()
208 …uint16_t const *const priline = m_priority_buffer + ((drawy+m_priority_buffer_scrolly+11)&0x1ff) … in screen_update_galpani3()
210 uint32_t *const dst = &bitmap.pix(drawy & 0x3ff); in screen_update_galpani3()
H A Dtmmjprd.cpp234 for (int drawy=y;drawy<y+sizey;drawy++) in draw_tile() local
240 if (cliprect.contains(drawx, drawy)) in draw_tile()
246 bitmap.pix(drawy, drawx) = dat; in draw_tile()
250 if (cliprect.contains(drawx, drawy)) in draw_tile()
256 bitmap.pix(drawy, drawx) = dat; in draw_tile()
264 if (cliprect.contains(drawx, drawy)) in draw_tile()
270 bitmap.pix(drawy, drawx) = dat; in draw_tile()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dpsx.cpp1503 int drawy = n_y + n_drawoffset_y; in FlatPolygon() local
1638 int drawy = n_y + n_drawoffset_y; in FlatTexturedPolygon() local
1793 int drawy = n_y + n_drawoffset_y; in GouraudPolygon() local
1977 int drawy = n_y + n_drawoffset_y; in GouraudTexturedPolygon() local
2345 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatRectangle()
2394 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatRectangle8x8()
2498 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatTexturedRectangle()
2556 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in Sprite8x8()
2614 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in Sprite16x16()
2655 int drawy = n_y + n_drawoffset_y; in Dot() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dpsx.cpp1503 int drawy = n_y + n_drawoffset_y; in FlatPolygon() local
1638 int drawy = n_y + n_drawoffset_y; in FlatTexturedPolygon() local
1793 int drawy = n_y + n_drawoffset_y; in GouraudPolygon() local
1977 int drawy = n_y + n_drawoffset_y; in GouraudTexturedPolygon() local
2345 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatRectangle()
2394 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatRectangle8x8()
2498 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in FlatTexturedRectangle()
2556 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in Sprite8x8()
2614 if( n_distance > 0 && drawy >= (int32_t)n_drawarea_y1 && drawy <= (int32_t)n_drawarea_y2 ) in Sprite16x16()
2655 int drawy = n_y + n_drawoffset_y; in Dot() local
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_galpani3.cpp617 for (INT32 drawy = 0; drawy < nScreenHeight; drawy++) in DrvDraw() local
619 UINT16 *srcline1 = DrvFrameBuffer[0] + ((drawy+scrolly[0]+11)&0x1ff) * 0x200; in DrvDraw()
620 UINT16 *srcline2 = DrvFrameBuffer[1] + ((drawy+scrolly[1]+11)&0x1ff) * 0x200; in DrvDraw()
621 UINT16 *srcline3 = DrvFrameBuffer[2] + ((drawy+scrolly[2]+11)&0x1ff) * 0x200; in DrvDraw()
623 UINT16 *priline = DrvPrioBuffer + ((drawy+prio_scrolly+11)&0x1ff) * 0x200; in DrvDraw()
624 UINT16 *sprline = BurnBitmapGetPosition(1, 0, drawy); in DrvDraw()
626 UINT8 *bmp = pBurnDraw + drawy * nScreenWidth * nBurnBpp; in DrvDraw()
/dports/x11/xtacy/Xtacy/
H A Dplasma.c103 int dx,dy,drawx,drawy; in draw_plasma() local
126 if(y%2==0) drawy=(y*useCY)+dy; in draw_plasma()
127 else drawy=((y+1)*useCY)-dy; in draw_plasma()
129 XPutPixel(im,drawx,drawy,colr); in draw_plasma()
131 XDrawPoint(display,window[winno],color_gcs[colr],drawx,drawy); in draw_plasma()
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_curvefit.c37 double resolution, linestart, linestop, calcstart, calcstop, *inpoints, *inp, drawx, drawy, prevdra… in PLP_curvefit() local
232 drawy = dat2d(i,1); in PLP_curvefit()
235 if( i > 0 && drawx > linestart && (dat2d(i-1,0)) < linestart ) Emovu( drawx, drawy ); in PLP_curvefit()
243 stat = Elineclip( &prevdrawx, &prevdrawy, &drawx, &drawy, EDXlo, EDYlo, EDXhi, EDYhi ); in PLP_curvefit()
247 if( !statsonly ) Elinu( drawx, drawy ); in PLP_curvefit()
249 if( showresults ) fprintf( PLS.diagfp, "%g %g\n", drawx, drawy ); in PLP_curvefit()
/dports/math/ploticus/pl240src/src/
H A Dproc_curvefit.c37 double resolution, linestart, linestop, calcstart, calcstop, *inpoints, *inp, drawx, drawy, prevdra… in PLP_curvefit() local
232 drawy = dat2d(i,1); in PLP_curvefit()
235 if( i > 0 && drawx > linestart && (dat2d(i-1,0)) < linestart ) Emovu( drawx, drawy ); in PLP_curvefit()
243 stat = Elineclip( &prevdrawx, &prevdrawy, &drawx, &drawy, EDXlo, EDYlo, EDXhi, EDYhi ); in PLP_curvefit()
247 if( !statsonly ) Elinu( drawx, drawy ); in PLP_curvefit()
249 if( showresults ) fprintf( PLS.diagfp, "%g %g\n", drawx, drawy ); in PLP_curvefit()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pst90s/
H A Dd_tecmosys.cpp792 INT32 drawx, drawy; in draw_sprite_zoomed() local
798 drawy = y + (((ysize * zoomy) / 256) - 1) - ((ycnt * zoomy) / 256); in draw_sprite_zoomed()
800 drawy = y + ((ycnt * zoomy) / 256); in draw_sprite_zoomed()
802 if (drawy < 0 || drawy >= 240) continue; in draw_sprite_zoomed()
804 UINT16 *dstptr = DrvTmpSprites + drawy * nScreenWidth; in draw_sprite_zoomed()
827 INT32 drawx, drawy; in draw_sprite_nozoom() local
833 drawy = y + (ysize - 1) - ycnt; in draw_sprite_nozoom()
835 drawy = y + ycnt; in draw_sprite_nozoom()
837 if (drawy < 0 || drawy >= 240) continue; in draw_sprite_nozoom()
839 UINT16 *dstptr = DrvTmpSprites + drawy * nScreenWidth; in draw_sprite_nozoom()
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c26 size_t draww, drawh, drawx, drawy; member
135 agp_draw_vobj(sdl.drawx, sdl.drawy, sdl.draww, sdl.drawh, sdl.txcos, NULL); in platform_video_synch()
300 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
309 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c26 size_t draww, drawh, drawx, drawy; member
135 agp_draw_vobj(sdl.drawx, sdl.drawy, sdl.draww, sdl.drawh, sdl.txcos, NULL); in platform_video_synch()
300 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
309 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
/dports/x11/aclip/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c26 size_t draww, drawh, drawx, drawy;
135 agp_draw_vobj(sdl.drawx, sdl.drawy, sdl.draww, sdl.drawh, sdl.txcos, NULL);
300 &sdl.drawx, &sdl.drawy,
309 &sdl.drawx, &sdl.drawy,
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c26 size_t draww, drawh, drawx, drawy; member
135 agp_draw_vobj(sdl.drawx, sdl.drawy, sdl.draww, sdl.drawh, sdl.txcos, NULL); in platform_video_synch()
300 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
309 &sdl.drawx, &sdl.drawy, in platform_video_map_display_layer()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/scripting/controls/
H A Dslot_control.cpp193 int16 drawy = _rectangle.top; in process() local
199 drawy = _rectangle.top + (_rectangle.height() - srf->h) / 2; in process()
201 _engine->getRenderManager()->blitSurfaceToBkg(*srf, drawx, drawy, 0); in process()

123