Lines Matching defs:width
851 var->width = -1;
992 __u32 Bpp, line_pitch, bgc, dx, dy, width, height;
1005 width = rect->width * Bpp;
1006 width--;
1011 write_reg_le32(par->dc_regs, CNT, (height << 16) | width);
1023 write_reg_le32(par->dc_regs, CNT, (height << 16) | width);
1037 __u32 cnt, bltctl, sx, sy, dx, dy, height, width;
1047 width = area->width * Bpp;
1048 width--;
1065 sx += width;
1066 dx += width;
1068 cnt |= -(width) & 0xffff;
1070 cnt |= width;
1088 imsttfb_load_cursor_image(struct imstt_par *par, int width, int height, __u8 fgc)
1092 if (width > 32 || height > 32)
1103 for (x = 0; x < width >> 2; x++) {
1139 for (x = 0; x < width >> 3; x++) {
1146 for (x = 0; x < width >> 3; x++) {
1217 int width = (cursor->image.width+7)/8;
1225 for (j = 0; j < width; j++) {
1237 for (j = 0; j < width; j++) {