Lines Matching refs:WIDTH
13 #define WIDTH 200 macro
73 if (*pos >= WIDTH + gop->mode->info->width) in notify()
76 width = WIDTH; in notify()
77 dx = *pos - WIDTH; in notify()
80 width = WIDTH + gop->mode->info->width - *pos; in notify()
81 } else if (*pos < WIDTH) { in notify()
83 sx = WIDTH - *pos; in notify()
89 width, HEIGHT, WIDTH * sizeof(struct efi_gop_pixel)); in notify()
128 WIDTH * HEIGHT, (void **)&bitmap); in setup()
134 for (x = 0; x < WIDTH; ++x) { in setup()
191 bitmap[WIDTH * y + x] = pix; in setup()
260 WIDTH, HEIGHT, 0); in execute()
278 90, 26, WIDTH * sizeof(struct efi_gop_pixel)); in execute()
285 xpos = WIDTH; in execute()