Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 25 of 5171) sorted by relevance

12345678910>>...207

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c413 rct1->ymin = rct2->ymin; in BLI_rctf_union()
429 rct1->ymin = rct2->ymin; in BLI_rcti_union()
440 rect->ymin = ymin; in BLI_rctf_init()
450 rect->ymin = ymin; in BLI_rcti_init()
909 ymin = (src1->ymin) > (src2->ymin) ? (src1->ymin) : (src2->ymin); in BLI_rctf_isect()
916 dest->ymin = ymin; in BLI_rctf_isect()
938 ymin = (src1->ymin) > (src2->ymin) ? (src1->ymin) : (src2->ymin); in BLI_rcti_isect()
945 dest->ymin = ymin; in BLI_rcti_isect()
982 const float ymin = (src1->ymin) > (src2->ymin) ? (src1->ymin) : (src2->ymin); in BLI_rctf_isect_rect_y() local
1022 const int ymin = (src1->ymin) > (src2->ymin) ? (src1->ymin) : (src2->ymin); in BLI_rcti_isect_rect_y() local
[all …]
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dimage.c55 if (ymin<field->ymin) in copyimage()
57 dest += (field->ymin-ymin)*w; in copyimage()
58 ymin = field->ymin; in copyimage()
100 if (ymin<field->ymin) in addimage()
103 ymin = field->ymin; in addimage()
363 || ymin+h<field->ymin || ymin>=field->ymax) in blankimage()
369 if (ymin<field->ymin) in blankimage()
372 ymin = field->ymin; in blankimage()
417 || ymin+h<field->ymin || ymin>=field->ymax) in pasteimage()
423 if (ymin<field->ymin) in pasteimage()
[all …]
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGRect.cpp115 && r1.ymin==r2.ymin && r1.ymax==r2.ymax ) in operator ==()
125 ymin -= dy; in inflate()
138 ymin += dy; in translate()
151 ymin = imax(rect1.ymin, rect2.ymin); in intersect()
166 ymin = rect2.ymin; in recthull()
174 ymin = rect1.ymin; in recthull()
180 ymin = imin(rect1.ymin, rect2.ymin); in recthull()
197 ymin = (int)(((float)ymin) * factor); in scale()
206 ymin = (int)(((float)ymin) * yfactor); in scale()
394 y = rectTo.ymin + (my - rectFrom.ymin) * rh; in map()
[all …]
/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dtweakmode.lua22 local ymin = 0
59 yminOld = ymin
71 ymin = yminOld
145 if ((ymin + dy) < 0) then dy = - ymin end
150 ymin = ymin + dy
165 ymin = ymin + dy
166 if (ymin < 0) then ymin = 0 end
167 if ((ymax - ymin) < yminsize) then ymin = ymax - yminsize end
171 if ((ymax - ymin) < yminsize) then ymax = ymin + yminsize end
234 { v = { xmin, ymin } }, { v = { xmax, ymin } },
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A Drenee.cc58 double Y=(ymax-ymin)/pente; in papier_lignes()
62 double Y1=pente*(xmax-x)+ymin; in papier_lignes()
63 double Y2=pente*(xmin-x)+ymin; in papier_lignes()
64 double X1=(ymax-ymin)/pente+x; in papier_lignes()
73 double Y1=pente*(xmax-x)+ymin; in papier_lignes()
74 double Y2=pente*(xmin-x)+ymin; in papier_lignes()
75 double X1=(ymax-ymin)/pente+x; in papier_lignes()
88 double Y1=pente*(xmin-x)+ymin; in papier_lignes()
89 double X1=(ymax-ymin)/pente+x; in papier_lignes()
160 deltay=(ymax-ymin)/std::floor(fabs((ymax-ymin)/deltay)); in Papier_pointe_quadrillage()
[all …]
/dports/math/R-cran-deldir/deldir/src/
H A Dstoke.f30 ymin = rw(3)
48 area = (xr-xl)*(ymax-ymin)
51 if(ymin.le.ybot.and.ymax.le.ytop)then
66 area = 0.5*w1*((ybot-ymin)+(ymax-ymin))+w2*(ymax-ymin)
71 xib = xl+(ymin-yl)/slope
79 area = 0.5*w1*(ymax-ymin)+w2*(ymax-ymin)
83 area = 0.5*(xr-xl)*((ytop-ymin)+(ybot-ymin))
86 if(ybot.le.ymin.and.ymin.le.ytop)then
92 xib = xl+(ymin-yl)/slope
98 area = 0.5*w*(ytop-ymin)
[all …]
/dports/textproc/grap/grap-1.46/
H A Dgrap_draw.cc49 ymin = (y < ymin ) ? y : ymin; in newy()
55 ymax = ymin = y; in newy()
59 if ( ymin < min_double ) { in newy()
62 ymin = min_double; in newy()
87 if ( ymin < min_double ) ymin = min_double; in addmargin()
119 ymin = b; ymax = t; in addmargin()
121 range = ymax - ymin; in addmargin()
122 ymin = ymin - mf * range; in addmargin()
133 if ( ymax == ymin) ymax += 1.0; in addmargin()
153 return ((log(v) -log(ymin)) / (log(ymax)-log(ymin))); in map()
[all …]
/dports/graphics/gmt/gmt-6.3.0/test/psbasemap/
H A Dfixed_labeldist.sh18 ymin=0
24 R_options="-R${xmin}/${xmax}/${ymin}/${ymax}"
30 ymin=80
34 R_options="-R${xmin}/${xmax}/${ymin}/${ymax}"
40 ymin=0.01
52 ymin=0.1
64 ymin=0.1
75 ymin=0
88 ymin=2801
102 ymin=50
[all …]
/dports/math/R-cran-deldir/deldir/inst/SavedRatfor/
H A Dstoke.r52 ymin = rw(3) globalVar
91 if(ymin<=ybot&ymax<=ytop) {
107 area = 0.5*w1*((ybot-ymin)+(ymax-ymin))+w2*(ymax-ymin)
114 if(ybot<=ymin&ymax<=ytop) {
116 xib = xl+(ymin-yl)/slope
125 area = 0.5*w1*(ymax-ymin)+w2*(ymax-ymin)
132 if(ymin<=ybot&ytop<=ymax) {
133 area = 0.5*(xr-xl)*((ytop-ymin)+(ybot-ymin))
140 if(ybot<=ymin&ymin<=ytop) {
146 xib = xl+(ymin-yl)/slope
[all …]
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DShapeWidget.cpp324 py = y0 + h - h * (node.point.y + node.handle2.y - ymin) / (ymax - ymin); in onButtonPressed()
342 py = y0 + h - h * (node.point.y + node.handle1.y - ymin) / (ymax - ymin); in onButtonPressed()
364 py = y0 + h - h * (node.point.y - ymin) / (ymax - ymin); in onButtonPressed()
743 if (ymin == ymax) return; in draw()
763 cairo_move_to (cr, x0, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
764 cairo_line_to (cr, x0 + 0.02 * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
773 cairo_line_to (cr, x0 + w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
853 double y = (yp - ymin) / (ymax - ymin) * h; in draw()
924 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
935 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
[all …]
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DShapeWidget.cpp324 py = y0 + h - h * (node.point.y + node.handle2.y - ymin) / (ymax - ymin); in onButtonPressed()
342 py = y0 + h - h * (node.point.y + node.handle1.y - ymin) / (ymax - ymin); in onButtonPressed()
364 py = y0 + h - h * (node.point.y - ymin) / (ymax - ymin); in onButtonPressed()
743 if (ymin == ymax) return; in draw()
763 cairo_move_to (cr, x0, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
764 cairo_line_to (cr, x0 + 0.02 * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
773 cairo_line_to (cr, x0 + w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
853 double y = (yp - ymin) / (ymax - ymin) * h; in draw()
924 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
935 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
[all …]
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/
H A DShapeWidget.cpp330 py = y0 + h - h * (node.point.y + node.handle2.y - ymin) / (ymax - ymin); in onButtonPressed()
348 py = y0 + h - h * (node.point.y + node.handle1.y - ymin) / (ymax - ymin); in onButtonPressed()
370 py = y0 + h - h * (node.point.y - ymin) / (ymax - ymin); in onButtonPressed()
754 if (ymin == ymax) return; in draw()
774 cairo_move_to (cr, x0, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
775 cairo_line_to (cr, x0 + 0.02 * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
784 cairo_line_to (cr, x0 + w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
864 double y = (yp - ymin) / (ymax - ymin) * h; in draw()
935 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
946 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
[all …]
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DShapeWidget.cpp337 py = y0 + h - h * (node.point.y + node.handle2.y - ymin) / (ymax - ymin); in onButtonPressed()
355 py = y0 + h - h * (node.point.y + node.handle1.y - ymin) / (ymax - ymin); in onButtonPressed()
377 py = y0 + h - h * (node.point.y - ymin) / (ymax - ymin); in onButtonPressed()
761 if (ymin == ymax) return; in draw()
781 cairo_move_to (cr, x0, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
782 cairo_line_to (cr, x0 + 0.02 * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
791 cairo_line_to (cr, x0 + w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
874 double y = (yp - ymin) / (ymax - ymin) * h; in draw()
946 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
957 cairo_move_to (cr, x0 + xp * w, y0 + h - h * (yp - ymin) / (ymax - ymin)); in draw()
[all …]
/dports/math/R-cran-deldir/deldir/inst/ratfor/
H A Dstoke.r55 ymin = rw(3) globalVar
94 if(ymin<=ybot&ymax<=ytop) {
109 area = 0.5*w1*((ybot-ymin)+(ymax-ymin))+w2*(ymax-ymin)
116 if(ybot<=ymin&ymax<=ytop) {
118 xib = xl+(ymin-yl)/slope
127 area = 0.5*w1*(ymax-ymin)+w2*(ymax-ymin)
134 if(ymin<=ybot&ytop<=ymax) {
135 area = 0.5*(xr-xl)*((ytop-ymin)+(ybot-ymin))
142 if(ybot<=ymin&ymin<=ytop) {
148 xib = xl+(ymin-yl)/slope
[all …]
/dports/audio/praat/praat-6.2.03/dwsys/
H A DGraphics_extensions.cpp59 if (ymax <= ymin) { in Graphics_boxAndWhiskerPlot()
60 ymin = sorted [1]; in Graphics_boxAndWhiskerPlot()
107 if (upperWhisker < ymin) in Graphics_boxAndWhiskerPlot()
115 if (ymax > y1 && ymin < y1) in Graphics_boxAndWhiskerPlot()
118 if (ymax > y1 && ymin < y1) in Graphics_boxAndWhiskerPlot()
121 if (ymax > y1 && ymin < y1) in Graphics_boxAndWhiskerPlot()
124 if (ymax > y1 && ymin < y1) in Graphics_boxAndWhiskerPlot()
144 y1 = y1 > ymin ? y1 : ymin; in Graphics_boxAndWhiskerPlot()
151 y1 = y1 > ymin ? y1 : ymin; in Graphics_boxAndWhiskerPlot()
159 y1 = y1 > ymin ? y1 : ymin; in Graphics_boxAndWhiskerPlot()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dbvedit.c283 ymin = y<bc->ymin?y:bc->ymin; in BCExpandBitmap()
310 bc->ymin = ymin; bc->ymax = ymax; in BCExpandBitmap()
335 bc->ymin = ymin; bc->ymax = ymax; in BCExpandBitmapToEmBox()
434 ymin ^= ymax; ymax ^= ymin; ymin ^= ymax; in BDFFloatCreate()
438 if ( ymin<bc->ymin ) ymin = bc->ymin; in BDFFloatCreate()
445 new->ymin = ymin; in BDFFloatCreate()
582 ymin = bc->backup->ymin; ymax = bc->backup->ymax; in BDFCharQuickBounds()
585 ymin = bc->ymin; ymax = bc->ymax; in BDFCharQuickBounds()
595 if ( ymin + yoff < bb->miny ) bb->miny = ymin + yoff; in BDFCharQuickBounds()
805 new->ymin = rint(old->ymin*dto/from); in BCScale()
[all …]
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dcrop.c86 rle_box( &in_hdr, &xmin, &xmax, &ymin, &ymax );
116 if ( (xmin > xmax) || (ymin > ymax) )
126 out_hdr.ymin = ymin;
178 bottom_row = in_hdr.ymin;
179 if (in_hdr.ymin > out_hdr.ymin)
182 rle_skiprow(&out_hdr, in_hdr.ymin - out_hdr.ymin);
183 bottom_row = in_hdr.ymin;
186 if (in_hdr.ymin < out_hdr.ymin)
189 for (i = in_hdr.ymin; i < out_hdr.ymin; i++)
191 bottom_row = out_hdr.ymin;
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
210 pScissorsInFixedPoint[pViewportIndex[9]].ymin, in GatherScissors()
[all …]

12345678910>>...207