Lines Matching defs:height
162 int height;
198 dev->height = -1;
209 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 880);
213 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 1180);
217 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 1775);
221 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 2351);
225 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 3510);
229 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 7020);
233 dev->height = round2 ((dy / ((double) MAX_Y_S)) * 14025);
237 DBG(2,"New image size: %dx%d\n",dev->width, dev->height);
726 p->lines = dev->height;