Home
last modified time | relevance | path

Searched refs:white_pen (Results 1 – 23 of 23) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dtattack.cpp108 static constexpr uint8_t white_pen = 0xf; member in tattack_state
136 bitmap.plot_box(0,16,216,4,white_pen); in draw_edge_bitmap()
138 bitmap.plot_box(216,16,6,226,white_pen); in draw_edge_bitmap()
140 bitmap.plot_box(0,238,216,4,white_pen); in draw_edge_bitmap()
142 bitmap.plot_box(paddle_xpos,16,4,226,white_pen); in draw_edge_bitmap()
200 bitmap.pix(resy, resx) = white_pen; in draw_gameplay_bitmap()
211 bitmap.pix(resy, resx) = (white_pen); in draw_gameplay_bitmap()
H A Dm14.cpp165 const uint8_t white_pen = 0x1f; in draw_ball_and_paddle() local
177 bitmap.pix(resy, resx) = m_palette->pen(white_pen); in draw_ball_and_paddle()
188 bitmap.pix(resy, resx) = m_palette->pen(white_pen); in draw_ball_and_paddle()
H A Dlastfght.cpp184 …uint8_t data = (((count & 0xf) == 0) && ((count & 0x1e00) == 0)) ? m_palette->white_pen() : gfxdat… in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dtattack.cpp108 static constexpr uint8_t white_pen = 0xf; member in tattack_state
136 bitmap.plot_box(0,16,216,4,white_pen); in draw_edge_bitmap()
138 bitmap.plot_box(216,16,6,226,white_pen); in draw_edge_bitmap()
140 bitmap.plot_box(0,238,216,4,white_pen); in draw_edge_bitmap()
142 bitmap.plot_box(paddle_xpos,16,4,226,white_pen); in draw_edge_bitmap()
200 bitmap.pix(resy, resx) = white_pen; in draw_gameplay_bitmap()
211 bitmap.pix(resy, resx) = (white_pen); in draw_gameplay_bitmap()
H A Dm14.cpp165 const uint8_t white_pen = 0x1f; in draw_ball_and_paddle() local
177 bitmap.pix(resy, resx) = m_palette->pen(white_pen); in draw_ball_and_paddle()
188 bitmap.pix(resy, resx) = m_palette->pen(white_pen); in draw_ball_and_paddle()
H A Dlastfght.cpp184 …uint8_t data = (((count & 0xf) == 0) && ((count & 0x1e00) == 0)) ? m_palette->white_pen() : gfxdat… in screen_update()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DSelectionMoveResizer.cpp349 QPen white_pen(Qt::white, 3, Qt::SolidLine, Qt::SquareCap, Qt::MiterJoin); in paintEvent() local
350 p.setPen(white_pen); in paintEvent()
352 white_pen.setWidth(2); in paintEvent()
353 p.setPen(white_pen); in paintEvent()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DSelectionMoveResizer.cpp439 QPen white_pen(Qt::white, 3, Qt::SolidLine, Qt::SquareCap, Qt::MiterJoin); in paintEvent() local
440 p.setPen(white_pen); in paintEvent()
442 white_pen.setWidth(2); p.setPen(white_pen); in paintEvent()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp511 wxPen white_pen(wxT("WHITE"), 1, wxSOLID); in DrawTool() local
538 dc.SetPen( white_pen ); in DrawTool()
604 dc.SetPen( white_pen ); in DrawTool()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp511 wxPen white_pen(wxT("WHITE"), 1, wxSOLID); in DrawTool() local
538 dc.SetPen( white_pen ); in DrawTool()
604 dc.SetPen( white_pen ); in DrawTool()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp511 wxPen white_pen(wxT("WHITE"), 1, wxSOLID); in DrawTool() local
538 dc.SetPen( white_pen ); in DrawTool()
604 dc.SetPen( white_pen ); in DrawTool()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp511 wxPen white_pen(wxT("WHITE"), 1, wxSOLID); in DrawTool() local
538 dc.SetPen( white_pen ); in DrawTool()
604 dc.SetPen( white_pen ); in DrawTool()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhd66421.cpp260 bitmap.fill(m_palette->white_pen(), rect); in update_screen()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Ddipalette.h55 pen_t white_pen() const { return m_white_pen; } in white_pen() function
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhd66421.cpp260 bitmap.fill(m_palette->white_pen(), rect); in update_screen()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Ddipalette.h55 pen_t white_pen() const { return m_white_pen; } in white_pen() function
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dartwork.c1742 int pen, transparent_pen = -1, disk_type, white_pen; in overlay_create() local
1798 white_pen = 0; in overlay_create()
1812 white_pen = 0x7fff; in overlay_create()
1813 fillbitmap (artwork_overlay->orig_artwork, white_pen, 0); in overlay_create()
1835 if ((disk = create_disk (r, pen, white_pen)) == NULL) in overlay_create()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dlordgun.cpp306 bitmap.fill(m_palette->white_pen(), cliprect); in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dlordgun.cpp306 bitmap.fill(m_palette->white_pen(), cliprect); in screen_update()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Dcampaigntreeview.cpp89 CPen black_pen, white_pen, red_pen, blue_pen, green_pen; in OnDraw() local
111 r = white_pen.CreatePen(PS_SOLID, 1, RGB(255, 255, 255)); in OnDraw()
127 pDC->SelectObject(&white_pen); in OnDraw()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/fred2/
H A Dcampaigntreeview.cpp89 CPen black_pen, white_pen, red_pen, blue_pen, green_pen; in OnDraw() local
111 r = white_pen.CreatePen(PS_SOLID, 1, RGB(255, 255, 255)); in OnDraw()
127 pDC->SelectObject(&white_pen); in OnDraw()
/dports/editors/lazarus/docs/chm/
H A Dlcl.xct1353 WHITE_PEN lcltype/white_pen.html
/dports/editors/lazarus-qt5/docs/chm/
H A Dlcl.xct1353 WHITE_PEN lcltype/white_pen.html