Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.e72 int urxPage, int uryPage));
H A Dfile.c5203 static int llxPage=0, llyPage=0, urxPage=0, uryPage=0; variable
5301 urxPage = (urx1 >= 0.0) ? ((int)urx1)+1 : (-((int)(0.999-urx1)))+1;
5304 llxPage = llyPage = urxPage = uryPage = 0;
5308 (page_only ? "Page" : ""), llxPage, llyPage, urxPage, uryPage);
6801 GenPreviewBitmap(dumpFP, llxPage, llyPage, urxPage, uryPage);
6955 if (urxPage > urxTotal) urxTotal = urxPage;
6961 urxTotal = urxPage; uryTotal = uryPage;
7126 if (urxPage > urxTotal) urxTotal = urxPage;
7132 urxTotal = urxPage; uryTotal = uryPage;
H A Dxbitmap.c1997 void GenPreviewBitmap(FP, llxPage, llyPage, urxPage, uryPage) in GenPreviewBitmap() argument
1999 int llxPage, llyPage, urxPage, uryPage;
2003 int image_w=urxPage-llxPage, image_h=uryPage-llyPage, num_lines=0;