OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursor_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c
195
int
cursor_end
, frame_end;
local
197
cursor_end
= x + w;
199
if (
cursor_end
>= frame_end) {
200
w = w - (
cursor_end
- frame_end);
203
} else if (
cursor_end
<= 0) {
205
} else if (!(
cursor_end
& 0x7f)) {
radeon_cursor.c
195
int
cursor_end
, frame_end;
local
197
cursor_end
= x + w;
199
if (
cursor_end
>= frame_end) {
200
w = w - (
cursor_end
- frame_end);
203
} else if (
cursor_end
<= 0) {
205
} else if (!(
cursor_end
& 0x7f)) {
Completed in 33 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026