Lines Matching refs:rrCheckPixmapBounding
4759 randr: rrCheckPixmapBounding should only increase screen size
4761 The purpose of rrCheckPixmapBounding() is to make sure that the fb is large
4774 In the case of PRIME, rrCheckPixmapBounding() will be called after
4779 I had originally made rrCheckPixmapBounding() account for arbitrary transforms,
4782 makes it so that rrCheckPixmapBounding() will only resize the fb to be larger
18822 randr: rrCheckPixmapBounding: do not shrink the screen_pixmap
18824 The purpose of rrCheckPixmapBounding is to make sure that the
18828 However until now rrCheckPixmapBounding would also shrink the
18842 rrCheckPixmapBounding gets called and resizes the screen_pixmap to
18855 in some cases, but rrCheckPixmapBounding only gets called for slave
18859 2) An alternative approach would be to also call rrCheckPixmapBounding
18873 randr: rrCheckPixmapBounding: Do not substract crtc non 0 x,y from screen size
18875 The purpose of rrCheckPixmapBounding is to make sure that the
18888 output, rrCheckPixmapBounding gets called, since the 2 crtcs now overlap
51690 Eliminate a duplicate fetch of the randr screen private in rrCheckPixmapBounding.
64125 rrcrtc.c: In function 'rrCheckPixmapBounding':