Home
last modified time | relevance | path

Searched refs:CURSOR_SIZE (Results 1 – 25 of 146) sorted by relevance

123456

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/support/
H A Dmouse_cursor.cpp36 #define CURSOR_SIZE 64 macro
81 CVideoSurface *surface = _screenManager->createSurface(CURSOR_SIZE, CURSOR_SIZE); in loadCursorImages()
90 _cursors[idx]._surface = new Graphics::ManagedSurface(CURSOR_SIZE, CURSOR_SIZE, rgbaFormat); in loadCursorImages()
98 for (int y = 0; y < CURSOR_SIZE; ++y) { in loadCursorImages()
102 for (int x = 0; x < CURSOR_SIZE; ++x, ++srcP, ++destP) in loadCursorImages()
155 CursorMan.replaceCursor(ce._surface->getPixels(), CURSOR_SIZE, CURSOR_SIZE, in setCursor()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/support/
H A Dmouse_cursor.cpp36 #define CURSOR_SIZE 64 macro
81 CVideoSurface *surface = _screenManager->createSurface(CURSOR_SIZE, CURSOR_SIZE); in loadCursorImages()
90 _cursors[idx]._surface = new Graphics::ManagedSurface(CURSOR_SIZE, CURSOR_SIZE, rgbaFormat); in loadCursorImages()
98 for (int y = 0; y < CURSOR_SIZE; ++y) { in loadCursorImages()
102 for (int x = 0; x < CURSOR_SIZE; ++x, ++srcP, ++destP) in loadCursorImages()
155 CursorMan.replaceCursor(ce._surface->getPixels(), CURSOR_SIZE, CURSOR_SIZE, in setCursor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug533728_CustomCursor.java29 int CURSOR_SIZE = 32; in main() local
35 Image image = new Image(shell.getDisplay(), CURSOR_SIZE, CURSOR_SIZE); in main()
39 gc.drawOval(1, 1, CURSOR_SIZE - 2, CURSOR_SIZE - 2); in main()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dmouse_cursor.cc36 const Size CURSOR_SIZE = Size(CURSOR_SIZE_INT, CURSOR_SIZE_INT); variable
86 Rect(current_frame_ * CURSOR_SIZE_INT, 0, CURSOR_SIZE), in RenderHotspotAt()
87 Rect(render_point, CURSOR_SIZE)); in RenderHotspotAt()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_graphicview.cpp55 #define CURSOR_SIZE 16 macro
57 #define CURSOR_SIZE 15 macro
66 ,curCad(new QCursor(QPixmap(":ui/cur_cad_bmp.png"), CURSOR_SIZE, CURSOR_SIZE)) in QG_GraphicView()
67 ,curDel(new QCursor(QPixmap(":ui/cur_del_bmp.png"), CURSOR_SIZE, CURSOR_SIZE)) in QG_GraphicView()
68 ,curSelect(new QCursor(QPixmap(":ui/cur_select_bmp.png"), CURSOR_SIZE, CURSOR_SIZE)) in QG_GraphicView()
69 ,curMagnifier(new QCursor(QPixmap(":ui/cur_glass_bmp.png"), CURSOR_SIZE, CURSOR_SIZE)) in QG_GraphicView()
70 ,curHand(new QCursor(QPixmap(":ui/cur_hand_bmp.png"), CURSOR_SIZE, CURSOR_SIZE)) in QG_GraphicView()
/dports/games/xosmulti/xosmulti/
H A Dimage.c406 #define CURSOR_SIZE 32 macro
412 f_bits, CURSOR_SIZE, CURSOR_SIZE );
414 b_bits, CURSOR_SIZE, CURSOR_SIZE );
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Deditpal.c698 b[CURSOR_SIZE],
699 l[CURSOR_SIZE],
700 r[CURSOR_SIZE];
703 char b[CURSOR_SIZE];
704 char l[CURSOR_SIZE];
705 char r[CURSOR_SIZE];
760 vline(the_cursor->x, the_cursor->y-CURSOR_SIZE-1, CURSOR_SIZE, color); in Cursor__Draw()
763 hline(the_cursor->x-CURSOR_SIZE-1, the_cursor->y, CURSOR_SIZE, color); in Cursor__Draw()
770 vgetrow(the_cursor->x, the_cursor->y-CURSOR_SIZE-1, CURSOR_SIZE, the_cursor->t); in Cursor__Save()
773 getrow(the_cursor->x-CURSOR_SIZE-1, the_cursor->y, CURSOR_SIZE, the_cursor->l); in Cursor__Save()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h46 SRI(CURSOR_SIZE, CURSOR, id), \
57 SRI(CURSOR_SIZE, CURSOR0_, id), \
171 uint32_t CURSOR_SIZE; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h46 SRI(CURSOR_SIZE, CURSOR, id), \
57 SRI(CURSOR_SIZE, CURSOR0_, id), \
171 uint32_t CURSOR_SIZE; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h46 SRI(CURSOR_SIZE, CURSOR, id), \
57 SRI(CURSOR_SIZE, CURSOR0_, id), \
171 uint32_t CURSOR_SIZE; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DSelectPerspectiveDialog.java314 private static final int CURSOR_SIZE = 15; in popUp()
322 location.x += CURSOR_SIZE; in popUp()
323 location.y += CURSOR_SIZE; in popUp()
H A DShowViewDialog.java436 private static final int CURSOR_SIZE = 15; in popUp() local
443 location.x += CURSOR_SIZE; in popUp()
444 location.y += CURSOR_SIZE; in popUp()
/dports/deskutils/kruler/kruler-21.12.3/
H A Dklineal.cpp67 static const int CURSOR_SIZE = 15; // Must be an odd number variable
185 QPixmap pix( CURSOR_SIZE, CURSOR_SIZE ); in createCrossCursor()
186 int halfSize = CURSOR_SIZE / 2; in createCrossCursor()
191 painter.drawLine( 0, halfSize, CURSOR_SIZE - 1, halfSize ); in createCrossCursor()
192 painter.drawLine( halfSize, 0, halfSize, CURSOR_SIZE - 1 ); in createCrossCursor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/
H A DShowViewDialog.java428 private static final int CURSOR_SIZE = 15; in popUp() local
435 location.x += CURSOR_SIZE; in popUp()
436 location.y += CURSOR_SIZE; in popUp()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dunichromeaccel.h65 #define CURSOR_SIZE (8 * 1024) macro
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dgalaxies.c2425 #define CURSOR_SIZE DOT_SIZE macro
3289 2*CURSOR_SIZE+1, 2*CURSOR_SIZE+1, in draw_square()
3373 draw_update(dr, ds->cx, ds->cy, CURSOR_SIZE*2+1, CURSOR_SIZE*2+1); in game_redraw()
3505 ds->cx = SCOORD(ui->cur_x) - CURSOR_SIZE; in game_redraw()
3506 ds->cy = SCOORD(ui->cur_y) - CURSOR_SIZE; in game_redraw()
3514 int dx = (ui->cur_x % 2) ? CURSOR_SIZE : CURSOR_SIZE/3; in game_redraw()
3515 int dy = (ui->cur_y % 2) ? CURSOR_SIZE : CURSOR_SIZE/3; in game_redraw()
3521 draw_update(dr, ds->cx, ds->cy, CURSOR_SIZE*2+1, CURSOR_SIZE*2+1); in game_redraw()
3590 int dx = (ui->cur_x % 2) ? CURSOR_SIZE : CURSOR_SIZE/3; in game_get_cursor_location()
3591 int dy = (ui->cur_y % 2) ? CURSOR_SIZE : CURSOR_SIZE/3; in game_get_cursor_location()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/via/
H A Daccel.h24 #define CURSOR_SIZE (8 * 1024) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/via/
H A Daccel.h24 #define CURSOR_SIZE (8 * 1024) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/via/
H A Daccel.h24 #define CURSOR_SIZE (8 * 1024) macro
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/video/
H A Dati_radeon_fb.c614 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
615 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
617 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/video/
H A Dati_radeon_fb.c612 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
613 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
615 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/video/
H A Dati_radeon_fb.c635 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
636 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
638 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/video/
H A Dati_radeon_fb.c612 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
613 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
615 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/video/
H A Dati_radeon_fb.c635 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
636 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
638 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/video/
H A Dati_radeon_fb.c614 #define CURSOR_SIZE 0x1000 /* in KByte for HW Cursor */ macro
615 #define PATTERN_ADR (pGD->dprBase + CURSOR_SIZE) /* pattern Memory after Cursor Memory */
617 #define ACCELMEMORY (CURSOR_SIZE + PATTERN_SIZE) /* reserved Memory for BITBlt and hw cursor */

123456