Lines Matching defs:height
850 var->height = -1;
992 __u32 Bpp, line_pitch, bgc, dx, dy, width, height;
1003 height = rect->height;
1004 height--;
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;
1045 height = area->height;
1046 height--;
1053 cnt = height << 16;
1056 sy += height;
1057 dy += height;
1088 imsttfb_load_cursor_image(struct imstt_par *par, int width, int height, __u8 fgc)
1092 if (width > 32 || height > 32)
1102 for (y = 0; y < height; y++)
1138 for (y = 0; y < height; y++)
1145 for (y = 0; y < height; y++)
1224 for (i = 0; i < cursor->image.height; i++) {
1236 for (i = 0; i < cursor->image.height; i++) {