Home
last modified time | relevance | path

Searched refs:cursor_bits (Results 1 – 25 of 40) sorted by path

12

/dports/cad/irsim/irsim-9.7.110/analyzer/Bitmaps/
H A Dcursor5 static char cursor_bits[] = {
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c1262 } cursor_bits; typedef
1299 cursor_bits *cbits = (cursor_bits*)malloc(sizeof(cursor_bits)); in WinCreateBitmapFromData()
1310 u_char *src = ((cursor_bits*)_src)->bits, *mask = ((cursor_bits*)_mask)->bits; in WinCreateCursor()
1312 int width = ((cursor_bits*)_src)->width, height = ((cursor_bits*)_src)->height; in WinCreateCursor()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dred-stream-device.cpp403 const unsigned int cursor_bits = get_cursor_type_bits(cursor->header.type); in stream_msg_cursor_set_to_cursor_cmd() local
404 if (cursor_bits == 0) { in stream_msg_cursor_set_to_cursor_cmd()
413 size_required = SPICE_ALIGN(size_required * cursor_bits, 8) / 8u; in stream_msg_cursor_set_to_cursor_cmd()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.1110782 * xfns.c (cursor_bits):
H A DChangeLog.36251 * xfns.c (x_make_gc): Same deal, regarding cursor_bits.
15936 New var `cursor_bits'. Init the screen's GC's.
H A DChangeLog.4335 * widget.c (setup_frame_gcs): Move cursor_bits variable out of
/dports/editors/emacs/emacs-27.2/src/
H A DChangeLog.1110782 * xfns.c (cursor_bits):
H A DChangeLog.36251 * xfns.c (x_make_gc): Same deal, regarding cursor_bits.
15936 New var `cursor_bits'. Init the screen's GC's.
H A DChangeLog.4335 * widget.c (setup_frame_gcs): Move cursor_bits variable out of
/dports/emulators/lisaem/lisaem-1.2.6.2/wxui/
H A Dlisaem_wx.cpp1482 char cursor_bits[] = {0x00, 0x0e, 0x0e, 0x0e, 0x00}; in LisaWin() local
1485 char cursor_bits[] = {0xe0, 0xee, 0xee, 0xee, 0xe0}; in LisaWin() local
1489 wxBitmap bmp = wxBitmap(cursor_bits, 8, 5); in LisaWin()
/dports/games/flying/flying-6.20/
H A Dcursor.h5 static char cursor_bits[] = { variable
H A Dxpball.C42 cursor_bits, cursor_width, cursor_height ); in PBallNorm()
/dports/games/oneko-sakura/oneko-1.2.sakura.5/bitmaps/dog/jl4l/
H A Dcursor.xbm5 static char cursor_bits[] = {
/dports/games/penguin-command/penguin-command-1.6.11/data/gfx/
H A Dcursor.xbm3 static unsigned char cursor_bits[] = {
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A Dmouse.c41 CursorBits[i]=convert(cursor_bits[i]); in LoadCursor()
/dports/games/xataxx/xataxx/lib/
H A Dupcursor.xbm5 static char cursor_bits[] = {
/dports/games/xjig/xjig-2.4/
H A Dcursor.h5 static char cursor_bits[] = { variable
H A Dxjig.C624 cursor_bits, cursor_width, cursor_height ); in main()
/dports/games/xneko/xneko-1.0_1,1/bitmaps/
H A Dcursor.xbm5 static char cursor_bits[] = {
/dports/games/xneko/xneko-1.0_1,1/
H A Dxneko.c591 cursor_bits,
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DMultiText.c3722 static char cursor_bits[] = {0x08, 0x1c, 0x3e, 0x7f, 0x77}; in MakeCursorPixmaps() local
3726 cursor_bits, cursor_width, cursor_height, in MakeCursorPixmaps()
3732 cursor_bits, cursor_width, cursor_height, in MakeCursorPixmaps()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DXplatUIWin32.cs2364 Byte[] cursor_bits; in DefineCursor()
2382 cursor_bits = new Byte[(width / 8) * height]; in DefineCursor()
2390 cursor_bits[y * width / 8 + x / 8] |= (byte)(0x80 >> (x % 8)); in DefineCursor()
2401 …cursor = Win32CreateCursor(IntPtr.Zero, xHotSpot, yHotSpot, width, height, mask_bits, cursor_bits); in DefineCursor()
H A DXplatUIX11.cs3078 Byte[] cursor_bits; in DefineCursor()
3107 cursor_bits = new Byte[(width / 8) * height]; in DefineCursor()
3124 cursor_bits[y * width / 8 + x / 8] |= (byte)(1 << (x % 8)); in DefineCursor()
3141 …cursor_pixmap = XCreatePixmapFromBitmapData(DisplayHandle, RootWindow, cursor_bits, width, height,… in DefineCursor()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmscursor.c241 } cursor_bits, *CursorBits; typedef
271 cachesize = entries/2 * sizeof(cursor_bits); in read_cursor_glyphs()
489 cachesize = (entries/2) * sizeof(cursor_bits); in X11Glyhps()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c12037 char cursor_bits[] = {0x00}; in hide_cursor()
12044 source = gdk_bitmap_create_from_data(NULL, cursor_bits, 1, 1); in hide_cursor()

12