Home
last modified time | relevance | path

Searched refs:pet_annotation (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_map.cpp118 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm in NetHackQtMapViewport()
200 pet_annotation); in paintEvent()
221 pet_annotation); in paintEvent()
671 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm
876 pet_annotation);
901 pet_annotation);
H A Dqt_map.h50 QPixmap pet_annotation; variable
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4map.cpp73 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm : pet_mark_xpm); in NetHackQtMapViewport()
163 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation); in paintEvent()
183 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation); in paintEvent()
656 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm : pet_mark_xpm);
846 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation);
866 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation);
H A Dqt4map.h35 QPixmap pet_annotation; variable
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/Qt4/
H A Dqt4map.cpp73 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm : pet_mark_xpm); in NetHackQtMapViewport()
163 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation); in paintEvent()
183 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation); in paintEvent()
656 pet_annotation = QPixmap(qt_compact_mode ? pet_mark_small_xpm : pet_mark_xpm);
846 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation);
866 …wPixmap(QPoint(i*qt_settings->glyphs().width(), j*qt_settings->glyphs().height()), pet_annotation);
H A Dqt4map.h35 QPixmap pet_annotation; variable
/dports/games/nethack33/nethack-3.3.1/win/X11/
H A Dwinmap.c238 static struct tile_annotation pet_annotation; variable
294 init_annotation(&pet_annotation, in post_process_tiles()
1243 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1245 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1248 pet_annotation.bitmap,
1252 pet_annotation.width,pet_annotation.height,
/dports/games/nethack33-nox11/nethack-3.3.1/win/X11/
H A Dwinmap.c238 static struct tile_annotation pet_annotation; variable
294 init_annotation(&pet_annotation, in post_process_tiles()
1243 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1245 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1248 pet_annotation.bitmap,
1252 pet_annotation.width,pet_annotation.height,
/dports/games/nethack34-nox11/nethack-3.4.3/win/X11/
H A Dwinmap.c173 static struct tile_annotation pet_annotation; variable
229 init_annotation(&pet_annotation, in post_process_tiles()
1216 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1218 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1221 pet_annotation.bitmap,
1225 pet_annotation.width,pet_annotation.height,
/dports/games/nethack34/nethack-3.4.3/win/X11/
H A Dwinmap.c173 static struct tile_annotation pet_annotation; variable
229 init_annotation(&pet_annotation, in post_process_tiles()
1216 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1218 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1221 pet_annotation.bitmap,
1225 pet_annotation.width,pet_annotation.height,
/dports/games/unnethack/unnethack-5.1.0-20131208/win/X11/
H A Dwinmap.c173 static struct tile_annotation pet_annotation; variable
229 init_annotation(&pet_annotation, in post_process_tiles()
1216 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1218 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1221 pet_annotation.bitmap,
1225 pet_annotation.width,pet_annotation.height,
/dports/games/falconseye/falconseye-1.9.3_11/win/X11/
H A Dwinmap.c238 static struct tile_annotation pet_annotation; variable
294 init_annotation(&pet_annotation, in post_process_tiles()
1243 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1245 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1248 pet_annotation.bitmap,
1252 pet_annotation.width,pet_annotation.height,
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/X11/
H A Dwinmap.c173 static struct tile_annotation pet_annotation; variable
229 init_annotation(&pet_annotation, in post_process_tiles()
1216 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1218 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1221 pet_annotation.bitmap,
1225 pet_annotation.width,pet_annotation.height,
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/X11/
H A Dwinmap.c173 static struct tile_annotation pet_annotation; variable
229 init_annotation(&pet_annotation, in post_process_tiles()
1216 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1218 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1221 pet_annotation.bitmap,
1225 pet_annotation.width,pet_annotation.height,
/dports/games/xnethack/xNetHack-xnh6.1/win/X11/
H A Dwinmap.c187 static struct tile_annotation pet_annotation; variable
244 init_annotation(&pet_annotation, appResources.pet_mark_bitmap, in post_process_tiles()
1271 pet_annotation.foreground); in map_update()
1274 pet_annotation.bitmap); in map_update()
1275 XCopyPlane(dpy, pet_annotation.bitmap, XtWindow(wp->w), in map_update()
1276 tile_map->black_gc, 0, 0, pet_annotation.width, in map_update()
1277 pet_annotation.height, dest_x, dest_y, 1); in map_update()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinmap.c188 static struct tile_annotation pet_annotation; variable
248 init_annotation(&pet_annotation, appResources.pet_mark_bitmap, in post_process_tiles()
1288 pet_annotation.foreground);
1291 pet_annotation.bitmap);
1292 XCopyPlane(dpy, pet_annotation.bitmap, XtWindow(wp->w),
1293 tile_map->black_gc, 0, 0, pet_annotation.width,
1294 pet_annotation.height, dest_x, dest_y, 1);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinmap.c188 static struct tile_annotation pet_annotation; variable
248 init_annotation(&pet_annotation, appResources.pet_mark_bitmap, in post_process_tiles()
1288 pet_annotation.foreground);
1291 pet_annotation.bitmap);
1292 XCopyPlane(dpy, pet_annotation.bitmap, XtWindow(wp->w),
1293 tile_map->black_gc, 0, 0, pet_annotation.width,
1294 pet_annotation.height, dest_x, dest_y, 1);
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/X11/
H A Dwinmap.c181 static struct tile_annotation pet_annotation; variable
245 init_annotation(&pet_annotation, pet_mark_file, appResources.pet_mark_color); in post_process_tiles()
1357 XSetForeground(dpy, tile_map->black_gc, pet_annotation.foreground);
1359 XSetClipMask(dpy, tile_map->black_gc, pet_annotation.bitmap);
1362 pet_annotation.bitmap,
1366 pet_annotation.width,pet_annotation.height,
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dqt_win.h268 QPixmap pet_annotation; variable
/dports/games/nethack34/nethack-3.4.3/include/
H A Dqt_win.h298 QPixmap pet_annotation; variable
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dqt_win.h298 QPixmap pet_annotation; variable
/dports/games/nethack33/nethack-3.3.1/include/
H A Dqt_win.h268 QPixmap pet_annotation; variable
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dqt_win.h268 QPixmap pet_annotation; variable
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dqt_win.h298 QPixmap pet_annotation; variable
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dqt_win.h298 QPixmap pet_annotation; variable

12