Lines Matching refs:iwidth
79 static int iwidth; variable
748 iwidth = width * 72 / dpi; in image2psfile()
751 iwidth = paperlength - (ymargin * 2); in image2psfile()
752 iheight = iwidth / imageaspectratio; in image2psfile()
755 iwidth = iheight * imageaspectratio; in image2psfile()
763 iwidth = width * 72 / dpi; in image2psfile()
766 iwidth = paperwidth - (xmargin * 2); in image2psfile()
767 iheight = iwidth / imageaspectratio; in image2psfile()
770 iwidth = iheight * imageaspectratio; in image2psfile()
776 bbox = Rect(xstart,ystart,xstart+iwidth,ystart+iheight); in image2psfile()
784 …Bprint(&ioutb, "%d 0 %d %d %d %d %d %d %s doimage\n", iheight, iwidth, ystart, xstart, height, wid… in image2psfile()