Home
last modified time | relevance | path

Searched refs:eights_per_mm (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dmustek.c1888 double eights_per_mm = 8 / MM_PER_INCH; in area_and_windows() local
1898 tlx = SANE_UNFIX (s->val[OPT_TL_X].w) * eights_per_mm + 0.5; in area_and_windows()
1899 tly = SANE_UNFIX (s->val[OPT_TL_Y].w) * eights_per_mm + 0.5; in area_and_windows()
1900 brx = SANE_UNFIX (s->val[OPT_BR_X].w) * eights_per_mm + 0.5; in area_and_windows()
1901 bry = SANE_UNFIX (s->val[OPT_BR_Y].w) * eights_per_mm + 0.5; in area_and_windows()
1908 (int) (tlx / eights_per_mm), tly, (int) (tly / eights_per_mm), brx, in area_and_windows()
1909 (int) (brx / eights_per_mm), bry, (int) (bry / eights_per_mm)); in area_and_windows()

Completed in 7 milliseconds