Home
last modified time | relevance | path

Searched refs:currX (Results 1 – 25 of 140) sorted by relevance

123456

/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/analysis/
H A DmxGraphGenerator.java397 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
408 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
419 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
430 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
441 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
452 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
463 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
474 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKnightMoveVertexes()
603 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKingMoveVertexes()
613 if (currX > 0 && currX <= xDim && currY > 0 && currY <= yDim) in getKingMoveVertexes()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java185 int currX = insets.left; in paint() local
191 currX += squareSize + largeGap; in paint()
197 currX += squareSize + largeGap; in paint()
207 currX += squareSize + largeGap; in paint()
217 g.fillRect(currX, third, boxWidth, boxHeight); in paint()
220 g.drawString(sample, currX + textPadding, in paint()
223 g.fillRect(currX, second, boxWidth, boxHeight); in paint()
225 g.drawString(sample, currX + textPadding, in paint()
229 g.drawString(sample, currX + textPadding, in paint()
232 currX += boxWidth + largeGap; in paint()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkLinkEdgels.cxx126 int currX, currY, i; in LinkEdgels() local
287 currX = x; in LinkEdgels()
291 newX = currX + xoffset[backward[currY][currX] - 1]; in LinkEdgels()
293 currX = newX; in LinkEdgels()
295 while ((currX != x || currY != y) && backward[currY][currX]); in LinkEdgels()
300 newX = currX; in LinkEdgels()
304 currX = newX; in LinkEdgels()
310 vec[0] = currX; in LinkEdgels()
316 if (forward[currY][currX]) in LinkEdgels()
318 newX = currX + xoffset[forward[currY][currX] - 1]; in LinkEdgels()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkLinkEdgels.cxx118 int currX, currY, i; in LinkEdgels() local
265 currX = x; in LinkEdgels()
269 newX = currX + xoffset[backward[currY][currX] - 1]; in LinkEdgels()
271 currX = newX; in LinkEdgels()
272 } while ((currX != x || currY != y) && backward[currY][currX]); in LinkEdgels()
277 newX = currX; in LinkEdgels()
281 currX = newX; in LinkEdgels()
287 vec[0] = currX; in LinkEdgels()
293 if (forward[currY][currX]) in LinkEdgels()
295 newX = currX + xoffset[forward[currY][currX] - 1]; in LinkEdgels()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkLinkEdgels.cxx126 int currX, currY, i; in LinkEdgels() local
287 currX = x; in LinkEdgels()
291 newX = currX + xoffset[backward[currY][currX] - 1]; in LinkEdgels()
293 currX = newX; in LinkEdgels()
295 while ((currX != x || currY != y) && backward[currY][currX]); in LinkEdgels()
300 newX = currX; in LinkEdgels()
304 currX = newX; in LinkEdgels()
310 vec[0] = currX; in LinkEdgels()
316 if (forward[currY][currX]) in LinkEdgels()
318 newX = currX + xoffset[forward[currY][currX] - 1]; in LinkEdgels()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/fullpipe/
H A Dscene27.cpp44 double currX; member
304 if (y >= bat->currX) in sceneHandler27_batFallLogic()
324 double dx = g_vars->scene27_bats[bat1]->currX - g_vars->scene27_bats[bat2]->currX; in sceneHandler27_batCalcDistance()
339 + atan2(bat2->currY - bat1->currY, bat2->currX - bat1->currX); in sceneHandler27_knockBats()
353 + atan2(bat1->currY - bat2->currY, bat1->currX - bat2->currX); in sceneHandler27_knockBats()
369 double dx = bat1->currX - bat2->currX; in sceneHandler27_knockBats()
371 bat1->currX = bat1->currX - cos(bat1->angle) * (dist + 1.0); in sceneHandler27_knockBats()
378 if (bat1->currX <= 500.0) in sceneHandler27_knockBats()
391 if (bat2->currX <= 500.0) in sceneHandler27_knockBats()
566 bat->currX = cos(bat->angle) * bat->power + bat->currX; in sceneHandler27_animateBats()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/scenes/
H A Dscene27.cpp44 double currX; member
304 if (y >= bat->currX) in sceneHandler27_batFallLogic()
324 double dx = g_vars->scene27_bats[bat1]->currX - g_vars->scene27_bats[bat2]->currX; in sceneHandler27_batCalcDistance()
339 + atan2(bat2->currY - bat1->currY, bat2->currX - bat1->currX); in sceneHandler27_knockBats()
353 + atan2(bat1->currY - bat2->currY, bat1->currX - bat2->currX); in sceneHandler27_knockBats()
369 double dx = bat1->currX - bat2->currX; in sceneHandler27_knockBats()
371 bat1->currX = bat1->currX - cos(bat1->angle) * (dist + 1.0); in sceneHandler27_knockBats()
378 if (bat1->currX <= 500.0) in sceneHandler27_knockBats()
391 if (bat2->currX <= 500.0) in sceneHandler27_knockBats()
566 bat->currX = cos(bat->angle) * bat->power + bat->currX; in sceneHandler27_animateBats()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/avatar/identicon/
H A Dpolygon.go51 currX, currY := polygonPoints[i], polygonPoints[i+1]
52 curr := (currY > y) || ((currX > x) && (currY == y))
55 prevX, prevY = currX, currY
59 if mul := (prevX-x)*(currY-y) - (currX-x)*(prevY-y); mul >= 0 {
64 prevX, prevY = currX, currY
/dports/editors/calligra/calligra-3.2.1/plugins/spacenavigator/
H A DSpaceNavigatorPollingThread.cpp45 int currX = 0, currY = 0, currZ = 0; in run() local
71 currX = static_cast<int>( posfactor * event.motion.x ); in run()
77 emit moveEvent( currX, currY, currZ, currRX, currRY, currRZ, buttons ); in run()
96 … emit buttonEvent( currX, currY, currZ, currRX, currRY, currRZ, buttons, button, type ); in run()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/ui/graphs/
H A Dbitcrusher.cxx48 int currX = x + xSize * i/(bitcrush*16.f); in draw() local
49 if ( currY > y + ySize || currX > x + xSize ) in draw()
52 cairo_line_to ( cr, currX, prevY ); in draw()
53 cairo_line_to ( cr, currX, currY ); in draw()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java147 double currX = 0; in convertPathData() local
161 currX = coords[0]; in convertPathData()
170 currX = coords[0]; in convertPathData()
189 x1 = currX + 2 * (x1 - currX) / 3; in convertPathData()
202 currX = x3; in convertPathData()
217 currX = coords[4]; in convertPathData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesPathBuf.java147 double currX = 0; in convertPathData() local
161 currX = coords[0]; in convertPathData()
170 currX = coords[0]; in convertPathData()
189 x1 = currX + 2 * (x1 - currX) / 3; in convertPathData()
202 currX = x3; in convertPathData()
217 currX = coords[4]; in convertPathData()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dgic.cpp204 size_t currX = (XSTART+ (cx*(3+GIC_CHAR_W))); in screen_update() local
211 draw_char_right(currX,currLOW,data,m_bitmap,GIC_GREEN); in screen_update()
217 draw_char_right(currX,currUP, GIC_SPACE,m_bitmap,GIC_WHITE); in screen_update()
219 draw_char_right(currX,currLOW,GIC_SPACE,m_bitmap,GIC_WHITE); in screen_update()
226 draw_char_right(currX,currUP, (data&0xF)+0x30,m_bitmap,bgColor); in screen_update()
228 draw_char_right(currX,currLOW,GIC_CLUB+((data&0x30)>>4),m_bitmap,bgColor); in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dgic.cpp204 size_t currX = (XSTART+ (cx*(3+GIC_CHAR_W))); in screen_update() local
211 draw_char_right(currX,currLOW,data,m_bitmap,GIC_GREEN); in screen_update()
217 draw_char_right(currX,currUP, GIC_SPACE,m_bitmap,GIC_WHITE); in screen_update()
219 draw_char_right(currX,currLOW,GIC_SPACE,m_bitmap,GIC_WHITE); in screen_update()
226 draw_char_right(currX,currUP, (data&0xF)+0x30,m_bitmap,bgColor); in screen_update()
228 draw_char_right(currX,currLOW,GIC_CLUB+((data&0x30)>>4),m_bitmap,bgColor); in screen_update()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gr/
H A DFlexGRGridGraph_maze.cpp144 int currX = currGrid.x(), currY = currGrid.y(), currZ = currGrid.z(); in traceBackPath() local
149 if (isSrc(currX, currY, currZ)) { in traceBackPath()
159 root.push_back(FlexMazeIdx(currX, currY, currZ)); in traceBackPath()
162 path.push_back(FlexMazeIdx(currX, currY, currZ)); in traceBackPath()
164 getPrevGrid(currX, currY, currZ, currDir); in traceBackPath()
168 while (isSrc(currX, currY, currZ) == false) { in traceBackPath()
170 currDir = getPrevAstarNodeDir(currX, currY, currZ); in traceBackPath()
171 root.push_back(FlexMazeIdx(currX, currY, currZ)); in traceBackPath()
177 path.push_back(FlexMazeIdx(currX, currY, currZ)); in traceBackPath()
179 getPrevGrid(currX, currY, currZ, currDir); in traceBackPath()
[all …]
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Dctrlcharacterspopup.cpp106 qreal &currX() const { return m_borderPath.currentPosition().rx(); } in currX() function
113 c1 = {currX(), currY() - m_radius}; in printTopLeftCorner()
114 c2 = {currX() + m_radius, currY() - m_radius}; in printTopLeftCorner()
121 c1 = {currX() + m_radius, currY()}; in printTopRightCorner()
122 c2 = {currX() + m_radius, currY() + m_radius}; in printTopRightCorner()
129 c1 = {currX(), currY() + m_radius}; in printBottomRightCorner()
130 c2 = {currX() - m_radius, currY() + m_radius}; in printBottomRightCorner()
137 c1 = {currX() - m_radius, currY()}; in printBottomLeftCorner()
138 c2 = {currX() - m_radius, currY() - m_radius}; in printBottomLeftCorner()
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_gui.c612 uint16_t currX = x; in textOut() local
620 currX += charWidth(chr); in textOut()
627 uint16_t currX; in textOutFade() local
631 currX = x; in textOutFade()
639 currX += charWidth(chr); in textOutFade()
658 uint16_t currX = x; in textOutFixed() local
674 uint16_t currX = x; in textOutShadow() local
690 uint16_t currX = x; in bigTextOut() local
706 uint16_t currX = x; in bigTextOutShadow() local
722 uint16_t currX = x; in textOutClipX() local
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/scripts/
H A Dterrain.py17 currX = originX
25 currX += incrW
29 verts.append( [ currX, currY, random.uniform( 0.0, maxHeight ) ] )
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dhints.h37 #define ProcessHint(hP, currX, currY, hintP) t1_ProcessHint(hP, currX, currY, hintP) argument
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dhints.h37 #define ProcessHint(hP, currX, currY, hintP) t1_ProcessHint(hP, currX, currY, hintP) argument

123456