Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c106 double adjy = 0.5; /* top-bottom adjustment */ in picture() local
180 case 'c': adjx = adjy = 0.5; break; /* move to the center */ in picture()
183 case 't': adjy = 1; break; /* top */ in picture()
184 case 'b': adjy = 0; break; /* or bottom justify */ in picture()
195 frame[3]+frame[1]/2, -vpos-frame[2]-frame[0]/2, frame[1], frame[0], adjx, adjy, -rot); in picture()