Lines Matching defs:width
850 var->width = -1;
991 __u32 Bpp, line_pitch, bgc, dx, dy, width, height;
1004 width = rect->width * Bpp;
1005 width--;
1010 write_reg_le32(par->dc_regs, CNT, (height << 16) | width);
1022 write_reg_le32(par->dc_regs, CNT, (height << 16) | width);
1036 __u32 cnt, bltctl, sx, sy, dx, dy, height, width;
1046 width = area->width * Bpp;
1047 width--;
1064 sx += width;
1065 dx += width;
1067 cnt |= -(width) & 0xffff;
1069 cnt |= width;
1087 imsttfb_load_cursor_image(struct imstt_par *par, int width, int height, __u8 fgc)
1091 if (width > 32 || height > 32)
1102 for (x = 0; x < width >> 2; x++) {
1138 for (x = 0; x < width >> 3; x++) {
1145 for (x = 0; x < width >> 3; x++) {
1216 int width = (cursor->image.width+7)/8;
1224 for (j = 0; j < width; j++) {
1236 for (j = 0; j < width; j++) {