Home
last modified time | relevance | path

Searched refs:basey (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/Clicker/Renderer/
H A DBar.pm100 my $basey;
102 $basey = $height - $range->mark($height, $base);
104 $basey = $height;
122 $self->move_to($x + $chbwidth, $basey);
124 -int($cbwidth), -int($y - ($height - $basey))
128 $x - $hbwidth + ($offset * $cbwidth), $basey
131 -int($cbwidth) + $brwidth, -int($y - ($height - $basey))
136 $self->move_to($x + $chbwidth, $basey);
138 -int($cbwidth), -int($y - ($height - $basey))
142 $x - $hbwidth + ($offset * $cbwidth), $basey
[all …]
/dports/graphics/geos/geos-3.9.1/tests/bigtest/
H A DGeometryTestFactory.cpp73 GeometryTestFactory::createCircle(double basex, double basey, double size, uint32_t nPts) in createCircle() argument
81 double y = len * sin(ang) + basey; in createCircle()
89 GeometryTestFactory::createCircle(GeometryFactory* fact, double basex, double basey, double size, u… in createCircle() argument
91 CoordinateSequence* pts = createCircle(basex, basey, size, nPts); in createCircle()
105 GeometryTestFactory::createSineStar(double basex, double basey, double size, double armLen, int nAr… in createSineStar() argument
128 double y = len * sin(starAng + iArmPt * angInc / nArmPt) + basey; in createSineStar()
142 GeometryTestFactory::createSineStar(GeometryFactory* fact, double basex, double basey, double size,… in createSineStar() argument
145 CoordinateSequence* pts = createSineStar(basex, basey, size, armLen, nArms, nPts); in createSineStar()
H A Dbigtest.h38 …static geom::CoordinateSequence* createCircle(double basex, double basey, double size, uint32_t nP…
39 …static geom::Polygon* createCircle(geom::GeometryFactory* fact, double basex, double basey, double…
40 …static geom::CoordinateSequence* createSineStar(double basex, double basey, double size, double ar…
42 …static geom::Polygon* createSineStar(geom::GeometryFactory* fact, double basex, double basey, doub…
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/geom/
H A DGeometryTestFactory.java65 double basey, in createCircle() argument
69 Coordinate[] pts = createCircle(basex, basey, size, nPts); in createCircle()
84 double basey, in createCircle() argument
96 double y = len * Math.sin(ang) + basey; in createCircle()
127 double basey, in createSineStar() argument
151 double y = len * Math.sin(starAng + iArmPt * angInc / nArmPt) + basey; in createSineStar()
164 double basey, in createSineStar() argument
170 Coordinate[] pts = createSineStar(basex, basey, size, armLen, nArms, nPts); in createSineStar()
/dports/devel/cdialog/dialog-1.3-20201126/
H A Dmouse.c29 static int basex, basey, basecode; variable
51 basey = y; in dlg_mouse_setbase()
99 (butPtr->y != (basey + y)) || in dlg_mouse_mkregion()
100 (butPtr->Y != (basey + y + height)) || in dlg_mouse_mkregion()
112 butPtr->y = basey + y; in dlg_mouse_mkregion()
113 butPtr->Y = basey + y + height; in dlg_mouse_mkregion()
/dports/x11/runner/runner-1.1/src/aguix/
H A Dkarteibutton.cc82 int basex, basey, midy, delx, i, dx, dx2, sx, sy, ex, ey; in redraw() local
93 basey = _h - 1; in redraw()
200 sy = basey; in redraw()
217 _aguix->DrawTriangleFilled( win, usegc, sx , sy, sx + dx, sy, sx + dx, basey ); in redraw()
223 _aguix->DrawTriangleFilled( win, usegc, basex , basey, sx + dx, basey, sx + dx, 0 ); in redraw()
245 _aguix->FillRectangle( win, usegc, sx + dx, 0, dx2, basey + 1 ); in redraw()
257 ey = basey; in redraw()
269 …ngleFilled( win, usegc, sx + dx + dx2 , 0, sx + dx + dx2, basey, sx + dx + dx2 + 2 * delx, basey ); in redraw()
313 _aguix->DrawLine( win, usegc, 0, basey, act_x1, basey ); in redraw()
314 _aguix->DrawLine( win, usegc, act_x2 + 1, basey, _w, basey ); in redraw()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dkarteibutton.cc82 int basex, basey, midy, delx, i, dx, dx2, sx, sy, ex, ey; in redraw() local
93 basey = _h - 1; in redraw()
200 sy = basey; in redraw()
217 _aguix->DrawTriangleFilled( win, usegc, sx , sy, sx + dx, sy, sx + dx, basey ); in redraw()
223 _aguix->DrawTriangleFilled( win, usegc, basex , basey, sx + dx, basey, sx + dx, 0 ); in redraw()
245 _aguix->FillRectangle( win, usegc, sx + dx, 0, dx2, basey + 1 ); in redraw()
257 ey = basey; in redraw()
269 …ngleFilled( win, usegc, sx + dx + dx2 , 0, sx + dx + dx2, basey, sx + dx + dx2 + 2 * delx, basey ); in redraw()
313 _aguix->DrawLine( win, usegc, 0, basey, act_x1, basey ); in redraw()
314 _aguix->DrawLine( win, usegc, act_x2 + 1, basey, _w, basey ); in redraw()
/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-demo_pad.adb300 basey : Line_Position := 0; variable
451 if basey > 0 then
452 basey := basey - 1;
460 if basey + porty -
465 basey := basey + 1;
473 basey := 0;
479 basey := 0;
481 basey := pymax - porty;
537 lowend := top_y + (basey * length) / pymax;
538 highend := top_y + ((basey + length) * length) / pymax;
[all …]
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-demo_pad.adb301 basey : Line_Position := 0; variable
452 if basey > 0 then
453 basey := basey - 1;
461 if basey + porty -
466 basey := basey + 1;
474 basey := 0;
480 basey := 0;
482 basey := pymax - porty;
538 lowend := top_y + (basey * length) / pymax;
539 highend := top_y + ((basey + length) * length) / pymax;
[all …]
/dports/cad/geda/geda-gaf-1.8.2/utils/scripts/
H A Dtragesym382 basex, basey = prightx, prighty
391 basex, basey=pbottomx, pbottomy
406 basex, basey=ptopx, ptopy
425 y=basey + yf*200
428 y=basey + yf*300
434 y=basey+pinty
440 y=basey+pinty
453 pinly=pinly + basey
455 pinay=pinay + basey
468 y=basey + yf*250
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
55 unsigned srcy = basey + dsty; \
67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_tile() argument
85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, in etna_texture_untile() argument
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/mark/
H A DMarkSpriteFactory.java302 protected final int basey; field in MarkSpriteFactory.TriangleSpriteDrawer
312 basey = (int) (tmpr * 0.5); in TriangleSpriteDrawer()
349 coordinates = new int[] { -basex, basey, 0, -r, basex, basey}; in TriangleUpSpriteDrawer()
361 coordinates = new int[] { -basex, -basey, basex, -basey, 0, r}; in TriangleDownSpriteDrawer()
460 coordinates = new int[] { -basey, basex, -basey, -basex, r, 0}; in TriangleRightSpriteDrawer()
472 coordinates = new int[] {basey, basex, -r, 0, basey, -basex}; in TriangleLeftSpriteDrawer()
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A Dstatgraph.pm49 $miny $rangey $basey $sizey); # file scope, for mod_perl
57 return int($basey+$sizey-min((($arg-$miny)/$rangey)*$sizey,$sizey));
249 ($basex, $basey) = ($borderx, $bordery);
251 $image->filledRectangle($basex, $basey, $basex+$sizex, $basey+$sizey,
308 $image->rectangle($basex, $basey, $basex+$sizex, $basey+$sizey, $frame);
332 max(calcy($mydata[$#mydata])-9+$spot->[1],$basey+2),
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DTestJustification.java142 float basey = 20; in paint() local
153 float ly = basey + layout.getAscent(); in paint()
170 basey += layout.getAscent() + layout.getDescent() + layout.getLeading(); in paint()
233 basey += 10; in paint()
239 basey += layout.getAscent(); in paint()
243 layout.draw(g2d, basex + dx, basey); in paint()
245 basey += layout.getDescent() + layout.getLeading(); in paint()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/TextLayout/
H A DTestJustification.java142 float basey = 20; in paint() local
153 float ly = basey + layout.getAscent(); in paint()
170 basey += layout.getAscent() + layout.getDescent() + layout.getLeading(); in paint()
233 basey += 10; in paint()
239 basey += layout.getAscent(); in paint()
243 layout.draw(g2d, basex + dx, basey); in paint()
245 basey += layout.getDescent() + layout.getLeading(); in paint()

123456789