Home
last modified time | relevance | path

Searched refs:modded (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/aty/
A Dradeon_accel.c88 if(!modded.width || !modded.height || in radeonfb_fillrect()
89 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect()
92 if(modded.dx + modded.width > vxres) modded.width = vxres - modded.dx; in radeonfb_fillrect()
93 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy; in radeonfb_fillrect()
159 if(!modded.width || !modded.height || in radeonfb_copyarea()
160 modded.sx >= vxres || modded.sy >= vyres || in radeonfb_copyarea()
161 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_copyarea()
164 if(modded.sx + modded.width > vxres) modded.width = vxres - modded.sx; in radeonfb_copyarea()
165 if(modded.dx + modded.width > vxres) modded.width = vxres - modded.dx; in radeonfb_copyarea()
166 if(modded.sy + modded.height > vyres) modded.height = vyres - modded.sy; in radeonfb_copyarea()
[all …]
/drivers/video/fbdev/
A Dpm3fb.c403 if (!modded.width || !modded.height || in pm3fb_fillrect()
407 if (modded.dx + modded.width > vxres) in pm3fb_fillrect()
408 modded.width = vxres - modded.dx; in pm3fb_fillrect()
409 if (modded.dy + modded.height > vyres) in pm3fb_fillrect()
410 modded.height = vyres - modded.dy; in pm3fb_fillrect()
465 if (modded.sx + modded.width > vxres) in pm3fb_copyarea()
466 modded.width = vxres - modded.sx; in pm3fb_copyarea()
467 if (modded.dx + modded.width > vxres) in pm3fb_copyarea()
468 modded.width = vxres - modded.dx; in pm3fb_copyarea()
470 modded.height = vyres - modded.sy; in pm3fb_copyarea()
[all …]
A Dpm2fb.c1074 if (!modded.width || !modded.height || in pm2fb_fillrect()
1078 if (modded.dx + modded.width > vxres) in pm2fb_fillrect()
1079 modded.width = vxres - modded.dx; in pm2fb_fillrect()
1081 modded.height = vyres - modded.dy; in pm2fb_fillrect()
1134 if (modded.sx + modded.width > vxres) in pm2fb_copyarea()
1135 modded.width = vxres - modded.sx; in pm2fb_copyarea()
1136 if (modded.dx + modded.width > vxres) in pm2fb_copyarea()
1137 modded.width = vxres - modded.dx; in pm2fb_copyarea()
1139 modded.height = vyres - modded.sy; in pm2fb_copyarea()
1141 modded.height = vyres - modded.dy; in pm2fb_copyarea()
[all …]
A Dcirrusfb.c1753 if (!modded.width || !modded.height || in cirrusfb_fillrect()
1757 if (modded.dx + modded.width > vxres) in cirrusfb_fillrect()
1758 modded.width = vxres - modded.dx; in cirrusfb_fillrect()
1759 if (modded.dy + modded.height > vyres) in cirrusfb_fillrect()
1760 modded.height = vyres - modded.dy; in cirrusfb_fillrect()
1794 if (modded.sx + modded.width > vxres) in cirrusfb_copyarea()
1795 modded.width = vxres - modded.sx; in cirrusfb_copyarea()
1796 if (modded.dx + modded.width > vxres) in cirrusfb_copyarea()
1797 modded.width = vxres - modded.dx; in cirrusfb_copyarea()
1799 modded.height = vyres - modded.sy; in cirrusfb_copyarea()
[all …]

Completed in 17 milliseconds