OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenpix
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c
610
PixmapPtr
screenpix
= screen->GetScreenPixmap(screen);
local
618
PixmapStopDirtyTracking(&crtc->randr_crtc->scanout_pixmap->drawable,
screenpix
);
620
PixmapStopDirtyTracking(crtc->randr_crtc->scanout_pixmap,
screenpix
);
649
if (total_width !=
screenpix
->drawable.width ||
650
max_height !=
screenpix
->drawable.height) {
656
screenpix
= screen->GetScreenPixmap(screen);
657
screen->width =
screenpix
->drawable.width = total_width;
658
screen->height =
screenpix
->drawable.height = max_height;
663
PixmapStartDirtyTracking(&ppix->drawable,
screenpix
, 0, 0, this_x, 0, RR_Rotate_0);
665
PixmapStartDirtyTracking(ppix,
screenpix
, 0, 0, this_x, 0, RR_Rotate_0)
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c
1795
PixmapPtr
screenpix
= screen->GetScreenPixmap(screen);
local
1802
PixmapStopDirtyTracking(&(*target)->drawable,
screenpix
);
1831
if (total_width !=
screenpix
->drawable.width ||
1832
max_height !=
screenpix
->drawable.height) {
1837
screenpix
= screen->GetScreenPixmap(screen);
1838
screen->width =
screenpix
->drawable.width = total_width;
1839
screen->height =
screenpix
->drawable.height = max_height;
1842
PixmapStartDirtyTracking(&ppix->drawable,
screenpix
, 0, 0, this_x, 0,
Completed in 11 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026