Home
last modified time | relevance | path

Searched refs:bottomy (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/directfb/DirectFB-1.4.17/tools/
H A Ddfbpenmount.c65 int leftx, topy, rightx, bottomy, ofs; in main() local
140 bottomy = sy*9/10; in main()
144 primary->DrawLine( primary,rightx-ofs,bottomy,rightx+ofs,bottomy ); in main()
145 primary->DrawLine( primary,rightx,bottomy-ofs,rightx,bottomy+ofs ); in main()
178 primary->DrawLine( primary,rightx-ofs,bottomy,rightx+ofs,bottomy ); in main()
179 primary->DrawLine( primary,rightx,bottomy-ofs,rightx,bottomy+ofs ); in main()
209 float dy = ((float)mouse_y-ty1)/(bottomy-topy); in main()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/geometry/
H A DFilteredConvexHull2D.java54 bottomy = Double.POSITIVE_INFINITY; field in FilteredConvexHull2D
106 return v <= leftx || v >= rightx || (v = point[1]) <= bottomy || v >= topy; in checkCandidate()
119 topy = bottomy = y; in checkCandidateUpdate()
124 if(x <= leftx || x >= rightx || y <= bottomy || y >= topy) { in checkCandidateUpdate()
148 bottomy = Math.max(bottomleft[1], bottomright[1]); in checkCandidateUpdate()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dgfxstub_dutch.cpp202 bottomy = -999999.0f; in DrawGouraudTexturedPolygon()
211 if (y > bottomy) { in DrawGouraudTexturedPolygon()
212 bottomy = y; in DrawGouraudTexturedPolygon()
483 bottomy = -999999.0f; in DrawFlatUnTexturedPolygon()
492 if (y > bottomy) { in DrawFlatUnTexturedPolygon()
493 bottomy = y; in DrawFlatUnTexturedPolygon()
620 bottomy = -999999.0f; in DrawGouraudUnTexturedPolygon()
629 if (y > bottomy) { in DrawGouraudUnTexturedPolygon()
630 bottomy = y; in DrawGouraudUnTexturedPolygon()
825 if (y > bottomy) { in DrawFlatTexturedPolygon()
[all …]
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dftdelta.c99 real bottomy; in SplineFindQuestionablePoints() local
119 bottomy = floor(b.miny)+.5; in SplineFindQuestionablePoints()
120 if ( bottomy<b.miny ) ++bottomy; in SplineFindQuestionablePoints()
122 for ( bp.y = bottomy; bp.y<=b.maxy; ++bp.y ) { in SplineFindQuestionablePoints()
/dports/graphics/plotutils/plotutils-2.6/libxmi/
H A Dmi_widelin.c285 bottomy = ICEIL (maxy) + yi; in miPolyBuildPoly()
354 left[nleft-1].height = bottomy - lasty; in miPolyBuildPoly()
361 *h = bottomy - topy; in miPolyBuildPoly()
1031 int topy, bottomy; in miLineProjectingCap() local
1077 bottomy = yorgi + dy; in miLineProjectingCap()
1081 bottomy += (lw >> 1); in miLineProjectingCap()
1159 bottomy = miPolyBuildEdge (xa, ya, in miLineProjectingCap()
1187 bottomy = miPolyBuildEdge (xap, yap, in miLineProjectingCap()
2178 int lefty, righty, topy, bottomy; in miWideSegment() local
2272 bottomy = miPolyBuildEdge (xap, yap, in miWideSegment()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmiwideline.c331 int y, lasty, bottomy, topy; local
361 bottomy = ICEIL (maxy) + yi;
419 *h = bottomy - topy;
1156 bottomy = yorgi + dy;
1160 bottomy += (lw >> 1);
1161 lefts[0].height = bottomy - topy;
1169 rights[0].height = bottomy - topy;
1246 left->height = bottomy - lefty;
1256 bottom->height = finaly - bottomy;
1464 left->height = bottomy - lefty;
[all …]
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dlifeviewer.lua542 local bottomy = initialrect[2]
546 local topy = bottomy + height
549 bottomy = bottomy + gen * tracking.north
552 height = topy - bottomy + 1
556 leftx = leftx - bottomy / 2
824 local bottomy = rect[2]
828 local topy = bottomy + height
840 histbottomy = bottomy
848 bottomy = histbottomy
851 height = topy - bottomy + 1
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/HList/
H A DHList.pm234 my $bottomy = ($w->infoBbox($ent))[3];
235 $bottomy += $borderwidth + $highlightthickness;
238 $bottomy += $w->header('height');
240 if ($y > $bottomy)
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglfilterglass.c314 gfloat bottomy = reversed ? center_y + 1.0f : center_y - 1.0f; in gst_gl_filter_glass_draw_video_plane() local
321 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
322 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()

123