Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c422 unsigned int orient; /* portrait, landscape, seascape, auto */ member
1963 case 'a': page->orient = ORIENTATION_AUTO; in process_command_opts()
1965 case 'p': page->orient = ORIENTATION_PORTRAIT; in process_command_opts()
1967 case 'l': page->orient = ORIENTATION_LANDSCAPE; in process_command_opts()
4979 page->orient = ORIENTATION_NONE; in initPageSetup()
5718 switch (page->orient) in computeOutputPixelOffsets()