OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursor_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cursor.c
195
int
cursor_end
, frame_end;
local in function:radeon_cursor_move_locked
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 34 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025