OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:norect
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c
422
struct drm_clip_rect
norect
;
local
439
clips = &
norect
;
440
norect
.x1 =
norect
.y1 = 0;
441
norect
.x2 = fb->width;
442
norect
.y2 = fb->height;
547
struct drm_clip_rect
norect
= {
local
568
qxl_draw_dirty_fb(qdev, plane->state->fb, bo, 0, 0, &
norect
, 1, 1,
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c
1007
struct drm_clip_rect
norect
;
local
1020
clips = &
norect
;
1021
norect
.x1 =
norect
.y1 = 0;
1022
norect
.x2 = framebuffer->width;
1023
norect
.y2 = framebuffer->height;
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026