Home
last modified time | relevance | path

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

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