Lines Matching defs:height
1971 SANE_Int tlx, tly, width, height;
2029 height = (SANE_UNFIX (s->val[OPT_BR_Y].w) - SANE_UNFIX (s->val[OPT_TL_Y].w))
2033 "height=%d (%d mm)\n", tlx, (int) (tlx / pixels_per_mm), tly,
2035 height, (int) (height / pixels_per_mm));
2041 STORE32B (cp, height);
4905 DBG (2, "reader_process: limiting strip height to %g inches "
5255 if (strcmp (word, "strip-height") == 0)
5272 DBG (3, "sane-init: config file line %d: strip-height "
5278 DBG (3, "sane-init: config file line %d: strip-height `%s' "
5287 DBG (3, "sane_init: config file line %d: strip-height set "
6152 double width, height, dpi;
6157 height = SANE_UNFIX (s->val[OPT_BR_Y].w - s->val[OPT_TL_Y].w);
6162 if (dpi > 0.0 && width > 0.0 && height > 0.0)
6167 s->params.lines = height * dots_per_mm;