Home
last modified time | relevance | path

Searched refs:bottom_offset (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2ps.c982 if ((left_offset != 0.0) || (bottom_offset != 0)) in psRotateImage()
1006 double left_offset, double bottom_offset) in psScaleImage() argument
1043 bottom_offset ? bottom_offset : reqheight - (psheight * scale)); in psScaleImage()
1047 bottom_offset ? bottom_offset : reqheight - (pswidth * scale)); in psScaleImage()
1051 bottom_offset ? bottom_offset : reqheight - (psheight * scale)); in psScaleImage()
1055 bottom_offset ? bottom_offset : reqheight - (pswidth * scale)); in psScaleImage()
1245 double left_offset, double bottom_offset) in psStart() argument
1284 yscale = (reqheight - bottom_offset)/pswidth; in psStart()
1289 yscale = (reqheight - bottom_offset)/psheight; in psStart()
1490 double bottom_offset = bm * PS_UNIT_SIZE; in TIFF2PS() local
[all …]