Home
last modified time | relevance | path

Searched refs:rheight (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dd_fill.c48 int rx, ry, rwidth, rheight; in sw32_D_FillRect() local
56 rheight = rect->height; in sw32_D_FillRect()
63 rheight += ry; in sw32_D_FillRect()
69 rheight = vid.height - rx; in sw32_D_FillRect()
86 int rx, ry, rwidth, rheight; in sw32_D_FillRect() local
94 rheight = rect->height; in sw32_D_FillRect()
101 rheight += ry; in sw32_D_FillRect()
107 rheight = vid.height - rx; in sw32_D_FillRect()
133 rheight = rect->height; in sw32_D_FillRect()
140 rheight += ry; in sw32_D_FillRect()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dd_fill.c32 int rx, ry, rwidth, rheight; in D_FillRect() local
39 rheight = rect->height; in D_FillRect()
48 rheight += ry; in D_FillRect()
53 if (ry+rheight > vid.height) in D_FillRect()
54 rheight = vid.height - rx; in D_FillRect()
56 if (rwidth < 1 || rheight < 1) in D_FillRect()
70 for (ry=0 ; ry<rheight ; ry++) in D_FillRect()
80 for (ry=0 ; ry<rheight ; ry++) in D_FillRect()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dd_fill.c37 int rx, ry, rwidth, rheight; in D_FillRect() local
44 rheight = rect->height; in D_FillRect()
51 rheight += ry; in D_FillRect()
56 if (ry + rheight > vid.height) in D_FillRect()
57 rheight = vid.height - rx; in D_FillRect()
59 if (rwidth < 1 || rheight < 1) in D_FillRect()
72 for (ry = 0; ry < rheight; ry++) { in D_FillRect()
79 for (ry = 0; ry < rheight; ry++) { in D_FillRect()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dd_fill.c32 int rx, ry, rwidth, rheight; in D_FillRect() local
39 rheight = rect->height; in D_FillRect()
48 rheight += ry; in D_FillRect()
53 if (ry+rheight > vid.height) in D_FillRect()
54 rheight = vid.height - rx; in D_FillRect()
56 if (rwidth < 1 || rheight < 1) in D_FillRect()
70 for (ry = 0; ry < rheight; ry++) in D_FillRect()
80 for (ry = 0; ry < rheight; ry++) in D_FillRect()
/dports/x11/xfishtank/xfishtank2.0/
H A Dxfish.c622 rheight[f->type]);
628 rheight[f->type],
635 rheight[f->type]);
692 rheight[f->type]);
757 rheight[f->type]);
763 rheight[f->type],
770 rheight[f->type]);
821 rheight[f->type]);
1416 j = rwidth[k] * rheight[k]; in init_pixmap()
1530 rwidth[k], rheight[k], i); in init_pixmap()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dd_fill.c37 int rheight = rect->height; in D_FillRect() local
46 rheight += ry; in D_FillRect()
51 if (ry + rheight > vid.height) in D_FillRect()
52 rheight = vid.height - rx; in D_FillRect()
54 if (rwidth < 1 || rheight < 1) in D_FillRect()
68 for (ry = 0; ry < rheight; ry++) in D_FillRect()
78 for (ry = 0; ry < rheight; ry++) in D_FillRect()
/dports/x11/libX11/libX11-1.7.2/src/
H A DWMGeom.c68 int rx, ry, rwidth, rheight; /* return values */ in XWMGeometry() local
109 rheight = ((((umask & HeightValue) ? uheight : in XWMGeometry()
119 if (rheight < min_height) rheight = min_height; in XWMGeometry()
123 if (rheight > hints->max_height) rheight = hints->max_height; in XWMGeometry()
146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy); in XWMGeometry()
149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth); in XWMGeometry()
164 *height_return = rheight; in XWMGeometry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DLocator.java54 int rheight = rdata[0]; in getMiddle() local
57 return y + rheight/2 - segmentHeight/2 - rleading; in getMiddle()
58 return y + rheight/2 - segmentHeight/2; in getMiddle()
65 int rheight = rdata[0]; in getBaseline() local
68 return y + rheight - segmentHeight - rleading; in getBaseline()
69 return y + rheight - segmentHeight; in getBaseline()
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dmjpg.c74 long rwidth, rheight; in JpegReadFileToPixmap() local
115 rheight = jinf.output_height; in JpegReadFileToPixmap()
118 *h = rheight; in JpegReadFileToPixmap()
121 if ((long)((double)rwidth * vheight/vwidth) < rheight){ in JpegReadFileToPixmap()
122 *w = (long)((double)vheight * rwidth/rheight); in JpegReadFileToPixmap()
125 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
135 assert ((int) rheight > 0); in JpegReadFileToPixmap()
142 for(i=0; i< rheight; i++){ in JpegReadFileToPixmap()
214 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
255 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
[all …]
H A Dmpng.c75 long rheight; in PngReadFileToPixmap() local
158 rheight = png_height; in PngReadFileToPixmap()
195 *h = rheight; in PngReadFileToPixmap()
197 if ((long)((double)rwidth * vheight/vwidth) < rheight){ in PngReadFileToPixmap()
198 *w = (long)((double)vheight * rwidth/rheight); in PngReadFileToPixmap()
200 *h = (long)((double)vwidth * rheight/rwidth); in PngReadFileToPixmap()
274 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
317 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
343 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
386 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
[all …]
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dmjpg.c59 long rwidth, rheight; in JpegReadFileToPixmap() local
100 rheight = jinf.output_height; in JpegReadFileToPixmap()
103 *h = rheight; in JpegReadFileToPixmap()
106 if ((long)((double)rwidth * vheight/vwidth) < rheight){ in JpegReadFileToPixmap()
107 *w = (long)((double)vheight * rwidth/rheight); in JpegReadFileToPixmap()
110 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
120 assert ((int) rheight > 0); in JpegReadFileToPixmap()
127 for(i=0; i< rheight; i++){ in JpegReadFileToPixmap()
199 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
240 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
[all …]
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Djpg.c57 long rheight; in JpegReadFileToPixmap() local
97 rheight = jinf.output_height; in JpegReadFileToPixmap()
100 *h = rheight; in JpegReadFileToPixmap()
102 if ((long)((double)rwidth * vheight/vwidth) < rheight){ in JpegReadFileToPixmap()
103 *w = (long)((double)vheight * rwidth/rheight); in JpegReadFileToPixmap()
105 *h = (long)((double)vwidth * rheight/rwidth); in JpegReadFileToPixmap()
117 for(i=0; i< rheight; i++){ in JpegReadFileToPixmap()
185 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
226 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
252 ptr = (long)((double)i*rheight/vheight)*rwidth in JpegReadFileToPixmap()
[all …]
H A Dpng.c62 long rheight; in PngReadFileToPixmap() local
145 rheight = png_height; in PngReadFileToPixmap()
175 *h = rheight; in PngReadFileToPixmap()
177 if ((long)((double)rwidth * vheight/vwidth) < rheight){ in PngReadFileToPixmap()
178 *w = (long)((double)vheight * rwidth/rheight); in PngReadFileToPixmap()
180 *h = (long)((double)vwidth * rheight/rwidth); in PngReadFileToPixmap()
250 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
293 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
319 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
362 ptr = (long)((double)i*rheight/vheight)*rwidth in PngReadFileToPixmap()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrect.c341 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle()
352 bbox.q.y = ry + rheight - 1; in clist_fill_rectangle()
356 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle()
386 int rx, ry, rwidth, rheight; in clist_fill_rectangle_hl_color() local
396 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle_hl_color()
407 bbox.q.y = ry + rheight - 1; in clist_fill_rectangle_hl_color()
411 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle_hl_color()
442 int ry, rheight, rx, rxe; in clist_write_fill_trapezoid() local
474 crop_fill_y(cdev, ry, rheight); in clist_write_fill_trapezoid()
475 if (rheight <= 0) in clist_write_fill_trapezoid()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrect.c341 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle()
352 bbox.q.y = ry + rheight - 1; in clist_fill_rectangle()
356 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle()
386 int rx, ry, rwidth, rheight; in clist_fill_rectangle_hl_color() local
396 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle_hl_color()
407 bbox.q.y = ry + rheight - 1; in clist_fill_rectangle_hl_color()
411 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle_hl_color()
442 int ry, rheight, rx, rxe; in clist_write_fill_trapezoid() local
474 crop_fill_y(cdev, ry, rheight); in clist_write_fill_trapezoid()
475 if (rheight <= 0) in clist_write_fill_trapezoid()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dfilmnegativethumb.cc71 …nst procparams::ProcParams &params, const Imagefloat* baseImg, const int rwidth, const int rheight) in processFilmNegative() argument
98 calcMedians(baseImg, 0, 0, rwidth, rheight, rmed, gmed, bmed); in processFilmNegative()
102 const int bH = rheight * 20 / 100; in processFilmNegative()
103 calcMedians(baseImg, bW, bH, rwidth - bW, rheight - bH, rmed, gmed, bmed); in processFilmNegative()
163 for (int i = 0; i < rheight; i++) { in processFilmNegative()
171 const float ravg = rsum / (rheight * rwidth); in processFilmNegative()
172 const float gavg = gsum / (rheight * rwidth); in processFilmNegative()
173 const float bavg = bsum / (rheight * rwidth); in processFilmNegative()
215 for (int i = 0; i < rheight; i++) { in processFilmNegative()
/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-draw-op.c455 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
483 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
528 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
543 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
559 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
607 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
615 size = MAX(rwidth, rheight); in draw_op_draw_with_env()
644 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
672 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
805 gdouble rx, ry, rwidth, rheight; in draw_op_draw_with_env() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclist.h493 #define crop_fill_y(cdev, ry, rheight)\ argument
496 rheight = ry + rheight - cdev->cropping_min;\
499 if (ry + rheight > cdev->cropping_max)\
500 rheight = cdev->cropping_max - ry;\
511 #define crop_copy_y(cdev, data, data_x, raster, id, ry, rheight)\ argument
514 rheight = ry + rheight - cdev->cropping_min;\
519 if (ry + rheight > cdev->cropping_max)\
520 rheight = cdev->cropping_max - ry;\
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclist.h493 #define crop_fill_y(cdev, ry, rheight)\ argument
496 rheight = ry + rheight - cdev->cropping_min;\
499 if (ry + rheight > cdev->cropping_max)\
500 rheight = cdev->cropping_max - ry;\
511 #define crop_copy_y(cdev, data, data_x, raster, id, ry, rheight)\ argument
514 rheight = ry + rheight - cdev->cropping_min;\
519 if (ry + rheight > cdev->cropping_max)\
520 rheight = cdev->cropping_max - ry;\
/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Drender.cpp456 totalHeight = qMax(leftsize.rheight(), rightsize.rheight()); in getCurrentDoublePage()
466 totalHeight = leftsize.rheight() + rightsize.rheight(); in getCurrentDoublePage()
467 rightpage.setY(leftsize.rheight()); in getCurrentDoublePage()
470 totalHeight = qMax(leftsize.rheight(), rightsize.rheight()); in getCurrentDoublePage()
480 totalHeight = leftsize.rheight() + rightsize.rheight(); in getCurrentDoublePage()
481 leftpage.setY(rightsize.rheight()); in getCurrentDoublePage()
506 totalHeight = qMax(leftsize.rheight(), rightsize.rheight()); in getCurrentDoubleMangaPage()
516 totalHeight = leftsize.rheight() + rightsize.rheight(); in getCurrentDoubleMangaPage()
517 rightpage.setY(leftsize.rheight()); in getCurrentDoubleMangaPage()
520 totalHeight = qMax(leftsize.rheight(), rightsize.rheight()); in getCurrentDoubleMangaPage()
[all …]
/dports/devel/ragel/ragel-6.10/aapl/
H A Davlcommon.h1147 long lheight, rheight; in detach() local
1239 if (rheight > lheight) in detach()
1246 if (rheight > lheight) in detach()
1248 else if (rheight < lheight) in detach()
1260 if (rheight > lheight) in detach()
1262 else if (rheight < lheight) in detach()
1345 long lheight, rheight; in rebalance() local
1479 a->BASE_EL(height) = (lheight > rheight ? lheight : rheight) + 1; in rebalance()
1484 c->BASE_EL(height) = (lheight > rheight ? lheight : rheight) + 1; in rebalance()
1489 b->BASE_EL(height) = (lheight > rheight ? lheight : rheight) + 1; in rebalance()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dfilmnegativethumb.cc35 const int rwidth, const int rheight, in processFilmNegative() argument
52 for (int i = 0; i < rheight; i++) { in processFilmNegative()
68 const float ravg = rsum / (rheight*rwidth); in processFilmNegative()
69 const float gavg = gsum / (rheight*rwidth); in processFilmNegative()
70 const float bavg = bsum / (rheight*rwidth); in processFilmNegative()
106 for (int i = 0; i < rheight; i++) { in processFilmNegative()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/effects/RFXscripts/
H A Dtransition_bwthresh.script62 $rheight=$height;
67 $rheight=$p6;
69 $yoff=$p8-int($rheight/2.+.5);
77 … system("$convert_command +antialias $img_prefix2$in2 -scale $rwidth!x$rheight! resize.png");
84 …system("$composite_command -compose over -geometry $rwidth!x$rheight! resize.png -geometry +$xoff!…
94 system("$convert_command $img_prefix$in -resize $rwidth!x$rheight! resize2.png");
101 …system("$composite_command -compose over -geometry $rwidth!x$rheight! resize2.png -geometry +$xoff…
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrect.c327 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle()
331 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle()
369 int rx, ry, rwidth, rheight; in clist_fill_rectangle_hl_color() local
375 rheight = rect->q.y - ry; in clist_fill_rectangle_hl_color()
378 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle_hl_color()
382 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle_hl_color()
421 int ry, rheight; in clist_write_fill_trapezoid() local
445 crop_fill_y(cdev, ry, rheight); in clist_write_fill_trapezoid()
446 if (rheight <= 0) in clist_write_fill_trapezoid()
450 RECT_ENUM_INIT(re, ry, rheight); in clist_write_fill_trapezoid()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrect.c327 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle()
331 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle()
369 int rx, ry, rwidth, rheight; in clist_fill_rectangle_hl_color() local
375 rheight = rect->q.y - ry; in clist_fill_rectangle_hl_color()
378 if (rwidth <= 0 || rheight <= 0) in clist_fill_rectangle_hl_color()
382 RECT_ENUM_INIT(re, ry, rheight); in clist_fill_rectangle_hl_color()
421 int ry, rheight; in clist_write_fill_trapezoid() local
445 crop_fill_y(cdev, ry, rheight); in clist_write_fill_trapezoid()
446 if (rheight <= 0) in clist_write_fill_trapezoid()
450 RECT_ENUM_INIT(re, ry, rheight); in clist_write_fill_trapezoid()
[all …]

12345678910>>...46