Lines Matching defs:height
79 unsigned int height;
429 for (line = 0; line < epd->height; line++)
439 for (line = 0; line < epd->height; line++) {
445 for (line = 0; line < epd->height; line++) {
529 clip.y2 = fb->height;
536 buf = kmalloc(fb->width * fb->height / 8, GFP_KERNEL);
581 memcpy(epd->current_frame, buf, fb->width * fb->height / 8);
591 if (buf[x + (fb->width * (fb->height - 1) / 8)]) {
789 for (line = 0; line < epd->height; line++)
1077 epd->height = mode->vdisplay;
1085 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8,