Searched refs:adjy (Results 1 – 1 of 1) sorted by relevance
106 double adjy = 0.5; /* top-bottom adjustment */ in picture() local180 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()