Lines Matching defs:width
76 .width = -1,
531 var->width = -1;
848 u32 dx = rect->dx, width = rect->width;
863 width /= 4;
864 line_ofs = info->fix.line_length - width;
873 for (x = width; x > 0; --x) {
902 int x, x2, y2, vxres, vyres, width, height, line_ofs;
908 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
914 x2 = rect->dx + rect->width;
918 width = x2 - rect->dx;
925 width = rect->width/8;
927 line_ofs = info->fix.line_length - width;
941 for (x = 0; x < width; x++) {
957 for (x = 0; x < width; x++) {
982 u32 sx, dx, width;
990 width = area->width / 4;
993 line_ofs = info->fix.line_length - width;
997 for (x = 0; x < width; x++) {
1007 line_ofs = info->fix.line_length - width;
1008 dest = info->screen_base + dx + width +
1010 src = info->screen_base + sx + width +
1013 for (x = 0; x < width; x++) {
1034 int height, width, line_ofs;
1053 x2 = area->dx + area->width;
1059 width = x2 - dx;
1070 if (sx + width > vxres || sy + height > vyres)
1076 width = width/8;
1077 line_ofs = info->fix.line_length - width;
1087 for (x = 0; x < width; x++) {
1097 dst = info->screen_base + (dx/8) + width +
1099 src = info->screen_base + (sx/8) + width +
1102 for (x = 0; x < width; x++) {
1194 for (x = image->width/8; x--;)
1209 for (x=image->width/8; x--;){
1253 for (x = 0; x < image->width; x++) {