Lines Matching defs:height
78 unsigned int height;
428 for (line = 0; line < epd->height; line++)
438 for (line = 0; line < epd->height; line++) {
444 for (line = 0; line < epd->height; line++) {
511 static void repaper_gray8_to_mono_reversed(u8 *buf, u32 width, u32 height)
516 for (y = 0; y < height; y++)
547 clip.y2 = fb->height;
554 buf = kmalloc_array(fb->width, fb->height, GFP_KERNEL);
576 repaper_gray8_to_mono_reversed(buf, fb->width, fb->height);
607 memcpy(epd->current_frame, buf, fb->width * fb->height / 8);
617 if (buf[x + (fb->width * (fb->height - 1) / 8)]) {
806 for (line = 0; line < epd->height; line++)
1108 epd->height = mode->vdisplay;
1116 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8,