Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpage.c1266 int col=(int)(abs_x / onePageWidth); in PrintOnePage()
1361 onePageWidth = (85*PIX_PER_INCH)/10;
1365 onePageWidth = (85*PIX_PER_INCH)/10;
1369 onePageWidth = (825*PIX_PER_INCH)/100;
1382 onePageWidth = w_in_pixel;
1837 onePageWidth * (round(ltx / onePageWidth) + 1) : in AnyObjOnPageBoundary()
1838 onePageWidth * (((int)(ltx / onePageWidth)) + 1); in AnyObjOnPageBoundary()
1858 col = ((ltx % onePageWidth) == 0) ? round(ltx / onePageWidth) + 1 :
1859 ((int)(ltx / onePageWidth)) + 1;
1889 dx[i] = (i % paperCol) * onePageWidth; in TileToStack()
[all …]
H A Dgrid.c273 for (i=0; i < paperWidth; i += onePageWidth) {
306 for (i=0; i < paperWidth; i += onePageWidth) {
1115 psPageWidthInInch[0]=((float)onePageWidth)/((float)PIX_PER_INCH); in SetPSPageWidthHeight()
1118 psPageHeightInInch[1]=((float)onePageWidth)/((float)PIX_PER_INCH); in SetPSPageWidthHeight()
1125 onePageWidth = (85*PIX_PER_INCH)/10; in ResetOnePageSize()
1128 onePageWidth = (825*PIX_PER_INCH)/100; in ResetOnePageSize()
1140 onePageWidth =
1144 paperWidth = onePageWidth * paperCol;
H A Dsetup.c197 int onePageWidth = (85*ONE_INCH)/10; variable
202 int onePageWidth = (825*ONE_INCH)/100; variable
548 int x_off=((dpy_w-ZOOMED_SIZE(onePageWidth))>>1); in DoReconfigure()
556 ZOOMED_SIZE(onePageWidth)-(slideShowXOffset<<1), in DoReconfigure()
558 if (ZOOMED_SIZE(onePageWidth) > drawWinW) { in DoReconfigure()
559 drawWinW = ZOOMED_SIZE(onePageWidth); in DoReconfigure()
1019 psPageWidthInInch[0] = ((float)onePageWidth)/((float)ONE_INCH); in InitPaperSize()
1024 psPageHeightInInch[1] = ((float)onePageWidth)/((float)ONE_INCH); in InitPaperSize()
H A Dstk.c169 stk_ptr->one_page_width = onePageWidth; in SaveFileInfo()
426 onePageWidth = StkPtr->one_page_width;
H A Dsetup.e96 extern int onePageWidth;
H A Dfile.c1178 round(((float)onePageWidth)*printMag/100.0),
2693 one_page_width = onePageWidth;
3310 onePageWidth = one_page_height;
3313 onePageWidth = one_page_width;
6309 if (onePageWidth == width_to_match && onePageHeight == height_to_match) { in NeedA4()
6314 return (onePageWidth == width_to_match && onePageHeight == height_to_match); in NeedA4()
6868 double w=((double)onePageWidth)/((double)PIX_PER_INCH)*scale;
7019 onePageWidth, onePageHeight, gPsCmd[PS_LINETO],
7020 onePageWidth, gPsCmd[PS_LINETO]);
7107 page_bbox.ltx = col * onePageWidth;
[all …]
H A Dstretch.c3946 obbox.rbx = onePageWidth; obbox.rby = onePageHeight; in PreciseScaleEverything()
4061 obbox.rbx = onePageWidth; obbox.rby = onePageHeight;