Home
last modified time | relevance | path

Searched refs:PutBitmap (Results 1 – 17 of 17) sorted by relevance

/dports/games/xkoules/koules1.4/
H A Dintro.c44 PutBitmap ((int) (MAPWIDTH / 2 - BALL_RADIUS / DIV + sin (RAD (i + s)) * r), in draw_koules()
49 PutBitmap ((int) (MAPWIDTH / 2 - BALL_RADIUS / DIV + sin (RAD (i + s)) * r), in draw_koules()
54 PutBitmap ((int) (MAPWIDTH / 2 - BALL_RADIUS / DIV + sin (RAD (i + s)) * r), in draw_koules()
107 PutBitmap ((int) x - ROCKET_RADIUS / DIV, (int) y - ROCKET_RADIUS / DIV, in draw_player()
111 PutBitmap (x1 / DIV, y1 / DIV, in draw_player()
115 PutBitmap (x1 / DIV, y1 / DIV, in draw_player()
188 PutBitmap ((int) bballx - (BBALL_RADIUS) / DIV, bbally, in starwars()
H A Dkoules.c445 PutBitmap ((int) (object[i].x - BALL_RADIUS) / DIV, (int) (object[i].y - BALL_RADIUS) / DIV, in draw_objects()
492 PutBitmap ((int) (object[i].x - HOLE_RADIUS) / DIV, (int) (object[i].y - HOLE_RADIUS) / DIV, in draw_objects()
499 PutBitmap ((int) (object[i].x - HOLE_RADIUS) / DIV, (int) (object[i].y - HOLE_RADIUS) / DIV, in draw_objects()
505 PutBitmap ((int) (object[i].x - BBALL_RADIUS) / DIV, (int) (object[i].y - BBALL_RADIUS) / DIV, in draw_objects()
520 PutBitmap ((int) (object[i].x - APPLE_RADIUS) / DIV, (int) (object[i].y - APPLE_RADIUS) / DIV, in draw_objects()
531 PutBitmap ((int) (object[i].x - EYE_RADIUS) / DIV, in draw_objects()
547 PutBitmap ((int) (x1 / DIV), (int) (y1 / DIV), in draw_objects()
551 PutBitmap ((int) (x1 / DIV), (int) (y1 / DIV), in draw_objects()
559 PutBitmap ((int) (x1 / DIV), (int) (y1 / DIV), in draw_objects()
563 PutBitmap ((int) (x1 / DIV), (int) (y1 / DIV), in draw_objects()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dartprov.cpp55 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
230 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dartprov.cpp55 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
230 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dartprov.cpp55 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
230 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dartprov.cpp55 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
230 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Daccel.h84 void (*PutBitmap) (int x, int y, int w, int h, void *bitmap); member
H A Dvgaaccel.c126 (*__svgalib_driverspecs->accelspecs->PutBitmap) (x, y, w, h, p); in vga_accel()
H A Dark.c1248 accelspecs->PutBitmap = __svgalib_arkaccel_PutBitmap;
H A Dchips.c1787 __svgalib_driverspecs->accelspecs->PutBitmap = __svgalib_CHIPS_mmio_PutBitmap; in CHIPS_setmode()
1797 __svgalib_driverspecs->accelspecs->PutBitmap = __svgalib_CHIPS_PutBitmap; in CHIPS_setmode()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dartprov.cpp48 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
290 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dartprov.cpp51 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
271 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dartprov.cpp51 void PutBitmap(const wxString& full_id, const wxBitmap& bmp) in PutBitmap() function in wxArtProviderCache
271 sm_cache->PutBitmap(hashId, bmp); in GetBitmap()
/dports/games/xkoules/koules1.4/os2dive/
H A Dinterface.h66 #define PutBitmap(x,y,xsize,ysize,bitmap) \ macro
/dports/games/xkoules/koules1.4/svgalib/
H A Dinterface.h124 #define PutBitmap(x,y,xsize,ysize,bitmap) gl_putboxmaskcompiled((x),(y),(xsize),(ysize),(bitmap)) macro
/dports/games/xkoules/koules1.4/xlib/
H A Dinterface.h132 extern void PutBitmap (int, int, int, int, BitmapType);
H A Dinterface.c462 PutBitmap (CONST int x, CONST int y, CONST int xsize, CONST int ysize, CONST BitmapType bitmap) in PutBitmap() function