Lines Matching defs:width
74 .width = -1,
529 var->width = -1;
846 u32 dx = rect->dx, width = rect->width;
861 width /= 4;
862 line_ofs = info->fix.line_length - width;
871 for (x = width; x > 0; --x) {
900 int x, x2, y2, vxres, vyres, width, height, line_ofs;
906 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
912 x2 = rect->dx + rect->width;
916 width = x2 - rect->dx;
923 width = rect->width/8;
925 line_ofs = info->fix.line_length - width;
939 for (x = 0; x < width; x++) {
955 for (x = 0; x < width; x++) {
980 u32 sx, dx, width;
988 width = area->width / 4;
991 line_ofs = info->fix.line_length - width;
995 for (x = 0; x < width; x++) {
1005 line_ofs = info->fix.line_length - width;
1006 dest = info->screen_base + dx + width +
1008 src = info->screen_base + sx + width +
1011 for (x = 0; x < width; x++) {
1032 int height, width, line_ofs;
1051 x2 = area->dx + area->width;
1057 width = x2 - dx;
1068 if (sx + width > vxres || sy + height > vyres)
1074 width = width/8;
1075 line_ofs = info->fix.line_length - width;
1085 for (x = 0; x < width; x++) {
1095 dst = info->screen_base + (dx/8) + width +
1097 src = info->screen_base + (sx/8) + width +
1100 for (x = 0; x < width; x++) {
1192 for (x = image->width/8; x--;)
1207 for (x=image->width/8; x--;){
1251 for (x = 0; x < image->width; x++) {