Searched refs:modded (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_accel.c55 struct fb_fillrect modded; local
70 memcpy(&modded, region, sizeof(struct fb_fillrect));
72 if(!modded.width || !modded.height ||
73 modded.dx >= vxres || modded.dy >= vyres)
76 if(modded.dx + modded.width > vxres) modded.width = vxres - modded
122 struct fb_copyarea modded; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Dradeon_accel.c55 struct fb_fillrect modded; local
70 memcpy(&modded, region, sizeof(struct fb_fillrect));
72 if(!modded.width || !modded.height ||
73 modded.dx >= vxres || modded.dy >= vyres)
76 if(modded.dx + modded.width > vxres) modded.width = vxres - modded
122 struct fb_copyarea modded; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dpm3fb.c386 struct fb_fillrect modded; local
407 memcpy(&modded, region, sizeof(struct fb_fillrect));
409 if (!modded.width || !modded.height ||
410 modded.dx >= vxres || modded.dy >= vyres)
413 if (modded.dx + modded.width > vxres)
414 modded.width = vxres - modded
450 struct fb_copyarea modded; local
[all...]
H A Dpm2fb.c1054 struct fb_fillrect modded; local
1070 memcpy(&modded, region, sizeof(struct fb_fillrect));
1072 if (!modded.width || !modded.height ||
1073 modded.dx >= vxres || modded.dy >= vyres)
1076 if (modded.dx + modded.width > vxres)
1077 modded.width = vxres - modded
1112 struct fb_copyarea modded; local
[all...]
H A Dcirrusfb.c1726 struct fb_fillrect modded; local
1743 memcpy(&modded, region, sizeof(struct fb_fillrect));
1745 if (!modded.width || !modded.height ||
1746 modded.dx >= vxres || modded.dy >= vyres)
1749 if (modded.dx + modded.width > vxres)
1750 modded.width = vxres - modded
1765 struct fb_copyarea modded; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dpm3fb.c386 struct fb_fillrect modded; local
407 memcpy(&modded, region, sizeof(struct fb_fillrect));
409 if (!modded.width || !modded.height ||
410 modded.dx >= vxres || modded.dy >= vyres)
413 if (modded.dx + modded.width > vxres)
414 modded.width = vxres - modded
450 struct fb_copyarea modded; local
[all...]
H A Dpm2fb.c1054 struct fb_fillrect modded; local
1070 memcpy(&modded, region, sizeof(struct fb_fillrect));
1072 if (!modded.width || !modded.height ||
1073 modded.dx >= vxres || modded.dy >= vyres)
1076 if (modded.dx + modded.width > vxres)
1077 modded.width = vxres - modded
1112 struct fb_copyarea modded; local
[all...]
H A Dcirrusfb.c1726 struct fb_fillrect modded; local
1743 memcpy(&modded, region, sizeof(struct fb_fillrect));
1745 if (!modded.width || !modded.height ||
1746 modded.dx >= vxres || modded.dy >= vyres)
1749 if (modded.dx + modded.width > vxres)
1750 modded.width = vxres - modded
1765 struct fb_copyarea modded; local
[all...]

Completed in 85 milliseconds