OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CURSOR_MAX_SIZE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/ic/
bt485.c
115
#define
CURSOR_MAX_SIZE
64
348
if (cursorp->size.x >
CURSOR_MAX_SIZE
||
349
cursorp->size.y >
CURSOR_MAX_SIZE
)
351
icount = (
CURSOR_MAX_SIZE
/ NBBY) * data->cursize.y;
383
count = (
CURSOR_MAX_SIZE
/ NBBY) * data->cursize.y;
431
count = (
CURSOR_MAX_SIZE
/ NBBY) * data->cursize.y;
467
curposp->x = curposp->y =
CURSOR_MAX_SIZE
;
513
count = (
CURSOR_MAX_SIZE
/ NBBY) * data->cursize.y;
574
x = data->curpos.x +
CURSOR_MAX_SIZE
- data->curhot.x;
575
y = data->curpos.y +
CURSOR_MAX_SIZE
- data->curhot.y
[
all
...]
/src/sys/dev/tc/
sticvar.h
56
#define
CURSOR_MAX_SIZE
64
58
u_int64_t cc_image[
CURSOR_MAX_SIZE
];
59
u_int64_t cc_mask[
CURSOR_MAX_SIZE
];
cfb.c
110
#define
CURSOR_MAX_SIZE
64
112
uint64_t cc_image[
CURSOR_MAX_SIZE
];
113
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
412
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
574
while (bcnt <
CURSOR_MAX_SIZE
* 16) {
735
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
mfb.c
98
#define
CURSOR_MAX_SIZE
64
100
uint64_t cc_image[
CURSOR_MAX_SIZE
];
101
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
378
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
550
while (bcnt <
CURSOR_MAX_SIZE
* 16) {
610
uint64_t image[
CURSOR_MAX_SIZE
];
611
uint64_t mask[
CURSOR_MAX_SIZE
];
626
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
xcfb.c
69
#define
CURSOR_MAX_SIZE
64
71
uint64_t cc_image[
CURSOR_MAX_SIZE
];
72
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
446
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
610
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
744
while (i <
CURSOR_MAX_SIZE
* 8) {
sfb.c
118
#define
CURSOR_MAX_SIZE
64
120
uint64_t cc_image[
CURSOR_MAX_SIZE
];
121
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
446
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
626
while (bcnt <
CURSOR_MAX_SIZE
* 16) {
789
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
tfb.c
135
#define
CURSOR_MAX_SIZE
64
137
uint64_t cc_image[
CURSOR_MAX_SIZE
];
138
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
450
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
622
while (bcnt <
CURSOR_MAX_SIZE
* 16) {
793
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
sfbplus.c
92
#define
CURSOR_MAX_SIZE
64
94
uint64_t cc_image[
CURSOR_MAX_SIZE
];
95
uint64_t cc_mask[
CURSOR_MAX_SIZE
];
482
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
772
if (p->size.x >
CURSOR_MAX_SIZE
|| p->size.y >
CURSOR_MAX_SIZE
)
912
mp = (uint8_t *)(image +
CURSOR_MAX_SIZE
);
935
while (bcnt <
CURSOR_MAX_SIZE
* 16) {
/src/sys/arch/pmax/ibus/
pm.c
58
#define
CURSOR_MAX_SIZE
16
491
((struct wsdisplay_curpos *)data)->y =
CURSOR_MAX_SIZE
;
761
if (p->size.x >
CURSOR_MAX_SIZE
||
762
p->size.y >
CURSOR_MAX_SIZE
)
Completed in 18 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025