Home
last modified time | relevance | path

Searched refs:iYPos (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/views/
H A DPieceGraphView.java370 int iYPos = iRow * BLOCK_SIZE; in buildImage() local
375 gc.drawImage(imgHaveAll, iXPos, iYPos); in buildImage()
378 canvas.redraw(iXPos, iYPos, BLOCK_SIZE, BLOCK_SIZE, false); in buildImage()
384 gc.drawImage(imgNoHave, iXPos, iYPos); in buildImage()
387 canvas.redraw(iXPos, iYPos, BLOCK_SIZE, BLOCK_SIZE, false); in buildImage()
404 gc.drawImage(imgNoHave, iXPos, iYPos); in buildImage()
415 gc.fillOval(iXPos + q, iYPos + q, size, size); in buildImage()
419 canvas.redraw(iXPos, iYPos, BLOCK_SIZE, BLOCK_SIZE, false); in buildImage()
430 gc.drawRoundRectangle(iXPos, iYPos, size, size, size, size); in buildImage()
433 canvas.redraw(iXPos, iYPos, BLOCK_SIZE, BLOCK_SIZE, false); in buildImage()
[all …]
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/Tools/
H A DDb2Ascii.pl173 my ($iYPos, $iXPos) = split(",",
178 $iMaxYOffset = $iYPos
179 if ($iMaxYOffset < $iYPos);
197 $iActualYPosGL + $iYPos,
287 my ($iYPos, $iXPos) = split(",",
297 $iYPos), # line
H A DDb2Pdf.pl223 my $iYPos = $hDataDesc{$cName}{'YPos'};
228 $iMaxYOffset = $iYPos
229 if ($iMaxYOffset < $iYPos);
251 $iActualYPosGL + $iYPos,
367 my ($iYPos, $iXPos) = split(",",
379 $iTopBorderGL + $iHeaderSizeGL / 2 + $iYPos,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/piece/
H A DPieceInfoView.java839 iYPos + 2,
841 iYPos + 2,
843 iYPos + BLOCK_FILLSIZE - 1
849 iYPos,
851 iYPos,
853 iYPos + BLOCK_FILLSIZE
863 iYPos + BLOCK_FILLSIZE,
865 iYPos + BLOCK_FILLSIZE,
867 iYPos
874 iYPos + BLOCK_FILLSIZE - 2,
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/peer/
H A DPeerInfoView.java532 int iYPos = iRow * BLOCK_SIZE; in refreshInfoCanvas() local
565 gcImg.fillRectangle(x, iYPos, iNewWidth, BLOCK_FILLSIZE); in refreshInfoCanvas()
576 gcImg.fillRectangle(x, iYPos, width, BLOCK_FILLSIZE); in refreshInfoCanvas()
583 iYPos, iXPos + (BLOCK_FILLSIZE / 2), iYPos + BLOCK_FILLSIZE }); in refreshInfoCanvas()
589 gcImg.fillPolygon(new int[] { iXPos + 2, iYPos + 2, in refreshInfoCanvas()
590 iXPos + BLOCK_FILLSIZE - 1, iYPos + 2, in refreshInfoCanvas()
598 iXPos + BLOCK_FILLSIZE, iYPos + BLOCK_FILLSIZE, in refreshInfoCanvas()
599 iXPos + (BLOCK_FILLSIZE / 2), iYPos }); in refreshInfoCanvas()
604 iXPos + BLOCK_FILLSIZE - 2, iYPos + BLOCK_FILLSIZE - 2, in refreshInfoCanvas()
605 iXPos + (BLOCK_FILLSIZE / 2), iYPos + 2 }); in refreshInfoCanvas()
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DLighting.cc1105 iYPos++; in LightCastRay()
1113 iYPos++; in LightCastRay()
1148 iYPos++; in LightCastRay()
1157 iYPos++; in LightCastRay()
1222 iYPos++; in LightCastRay()
1253 iYPos++; in LightCastRay()
1273 iYPos++; in LightCastRay()
1321 iYPos++; in LightCastRay()
1329 iYPos++; in LightCastRay()
1373 iYPos++; in LightCastRay()
[all …]
/dports/graphics/freeimage/FreeImage/Source/FreeImageToolkit/
H A DClassicRotate.cpp187 int iYPos; in VerticalSkewT() local
237 iYPos = i + iOffset; in VerticalSkewT()
238 if((iYPos >= 0) && (iYPos < (int)dst_height)) { in VerticalSkewT()
243 dst_bits = FreeImage_GetScanLine(dst, iYPos) + index; in VerticalSkewT()
253 iYPos = src_height + iOffset; in VerticalSkewT()
255 if((iYPos >= 0) && (iYPos < (int)dst_height)) { in VerticalSkewT()
256 dst_bits = FreeImage_GetScanLine(dst, iYPos) + index; in VerticalSkewT()
263 while(++iYPos < (int)dst_height) { in VerticalSkewT()
268 while(++iYPos < (int)dst_height) { in VerticalSkewT()
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_rotate.c120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
142 iYPos = i + iOffset; in gdImageSkewY()
186 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
187 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
193 i = iYPos; in gdImageSkewY()
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_rotate.c131 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
153 iYPos = i + iOffset; in gdImageSkewY()
209 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
210 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
216 i = iYPos; in gdImageSkewY()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_rotate.c131 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
153 iYPos = i + iOffset; in gdImageSkewY()
209 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
210 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
216 i = iYPos; in gdImageSkewY()
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_rotate.c131 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
153 iYPos = i + iOffset; in gdImageSkewY()
209 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
210 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
216 i = iYPos; in gdImageSkewY()
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_rotate.c120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
142 iYPos = i + iOffset; in gdImageSkewY()
186 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
187 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
193 i = iYPos; in gdImageSkewY()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_rotate.c131 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
153 iYPos = i + iOffset; in gdImageSkewY()
209 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
210 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
216 i = iYPos; in gdImageSkewY()
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_rotate.c116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local
138 iYPos = i + iOffset; in gdImageSkewY()
182 if ((iYPos >= 0) && (iYPos < dst->sy)) { in gdImageSkewY()
183 gdImageSetPixel (dst, uCol, iYPos, pxlSrc); in gdImageSkewY()
189 i = iYPos; in gdImageSkewY()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/text/
H A DGTextTable.php19 private $iYPos = 0; variable in Amenadiel\\JpGraph\\Text\\GTextTable
67 $this->iYPos = $aY;
863 $this->iYPos = $aY;
923 $this->iYPos -= round($height / 2);
926 $this->iYPos -= $height;
933 … $aImg->FilledRectangle($this->iXPos, $this->iYPos, $this->iXPos + $width, $this->iYPos + $height);
937 $rpos = $this->iYPos;
961 … $aImg->Rectangle($this->iXPos, $this->iYPos, $this->iXPos + $width, $this->iYPos + $height);
964 $aImg->Rectangle($this->iXPos + $i, $this->iYPos + $i,
966 $this->iYPos + $height - 1 + $this->iBorderWeight - $i);
/dports/games/xfrisk/XFrisk/
H A DviewStats.c476 Int32 iYPos, i; in STAT_UpdateGraph() local
505 iYPos = GRAPH_HEIGHT - in STAT_UpdateGraph()
510 XDrawPoint(hDisplay, pixmap, hGC, iXPos, iYPos); in STAT_UpdateGraph()
516 iXPos, iYPos); in STAT_UpdateGraph()
519 iXPos, iYPos+1); in STAT_UpdateGraph()
530 piLastValue[i] = iYPos; in STAT_UpdateGraph()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_table.php470 private $iXPos=0, $iYPos=0; variable in GTextTable
512 $this->iYPos = $aY;
1220 $this->iYPos = $aY;
1280 $this->iYPos -= round($height/2);
1283 $this->iYPos -= $height;
1290 … $aImg->FilledRectangle($this->iXPos,$this->iYPos,$this->iXPos+$width,$this->iYPos+$height);
1294 $rpos=$this->iYPos;
1318 $aImg->Rectangle($this->iXPos,$this->iYPos,$this->iXPos+$width,$this->iYPos+$height);
1321 $aImg->Rectangle($this->iXPos+$i,$this->iYPos+$i,
1323 $this->iYPos+$height-1+$this->iBorderWeight-$i);
/dports/devel/directfb/DirectFB-1.4.17/systems/x11/
H A Dxwindow.h69 Bool dfb_x11_open_window ( DFBX11 *x11, XWindow** ppXW, int iXPos, int iYPos, int iWidth, int iHeig…
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.py85 iYPos = ((WindowHeight / 2) - (DialogHeight / 2))
87 iXPos, iYPos, DialogWidth, DialogHeight, POS)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.py85 iYPos = ((WindowHeight / 2) - (DialogHeight / 2))
87 iXPos, iYPos, DialogWidth, DialogHeight, POS)

12