Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DDimensionLine.java42 private float yStart; field in DimensionLine
67 this.yStart = yStart; in DimensionLine()
97 return this.yStart; in getYStart()
104 public void setYStart(float yStart) { in setYStart() argument
105 if (yStart != this.yStart) { in setYStart()
106 float oldYStart = this.yStart; in setYStart()
107 this.yStart = yStart; in setYStart()
243 return new float [] [] {{this.xStart, this.yStart}, in getPoints()
279 float yMiddle = (this.yStart + this.yEnd) / 2 + dy; in isMiddlePointAt()
292 this.yStart + (float)Math.cos(angle) * this.offset); in containsStartExtensionLinetAt()
[all …]
H A DWall.java48 private float yStart; field in Wall
83 this(xStart, yStart, xEnd, yEnd, thickness, 0); in Wall()
126 this.yStart = yStart; in Wall()
159 return this.yStart; in getYStart()
166 public void setYStart(float yStart) { in setYStart() argument
167 if (yStart != this.yStart) { in setYStart()
168 float oldYStart = this.yStart; in setYStart()
169 this.yStart = yStart; in setYStart()
285 return (this.yStart + this.yEnd) / 2; in getYArcCircleCenter()
303 float yMiddlePoint = (this.yStart + this.yEnd) / 2; in getArcCircleCenter()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_plot.cpp251 if (isnan(yStart)) yStart = UNDEF_RANGE_VALUE; in handle_args()
253 if (yStart==yEnd) yStart=yEnd-UNDEF_RANGE_VALUE; in handle_args()
265 yStart=gdlPlot_Max(yStart,minVal); in handle_args()
267 if (yEnd <= yStart) yEnd=yStart+1; in handle_args()
340 y0=(yLog)?-log10(yStart):-yStart; in old_body()
362 t3yStart=(yLog)?log10(yStart):yStart, in old_body()
375 t3xStart=(yLog)?log10(yStart):yStart, in old_body()
388 t3yStart=(yLog)?log10(yStart):yStart, in old_body()
401 t3zStart=(yLog)?log10(yStart):yStart, in old_body()
414 t3zStart=(yLog)?log10(yStart):yStart, in old_body()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Segment/
H A DSegmentFactory.cpp30 int yStart, in adjacentRuns() argument
36 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentRuns()
51 int yStart, in adjacentSegment() argument
55 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentSegment()
69 int yStart, in adjacentSegments() argument
76 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentSegments()
115 int yStart, in finishRun() argument
160 for (int y = yStart; y <= yStop; y++) { in finishRun()
311 int yStart = 0; in matchRunsToSegments() local
318 yStart = y; in matchRunsToSegments()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/include/
H A DZLTextRectangle.h30 ZLTextRectangle(int xStart, int xEnd, int yStart, int yEnd);
53 …<ZLTextStyle> style, ZLTextElement::Kind kind, int xStart, int xEnd, int yStart, int yEnd, unsigne…
58 ZLTextTreeNodeRectangle(int paragraphIndex, int xStart, int xEnd, int yStart, int yEnd);
65 …le::ZLTextRectangle(int xStart, int xEnd, int yStart, int yEnd) : XStart(xStart), XEnd(xEnd), YSta… in ZLTextRectangle() argument
67 …ind kind, int xStart, int xEnd, int yStart, int yEnd, unsigned char bidiLevel) : ZLTextRectangle(x… in ZLTextElementRectangle() argument
69 …e(int paragraphIndex, int xStart, int xEnd, int yStart, int yEnd) : ZLTextRectangle(xStart, xEnd, in ZLTextTreeNodeRectangle() argument
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/area/
H A DZLTextRectangle.h30 ZLTextRectangle(int xStart, int xEnd, int yStart, int yEnd);
53 …<ZLTextStyle> style, ZLTextElement::Kind kind, int xStart, int xEnd, int yStart, int yEnd, unsigne…
58 ZLTextTreeNodeRectangle(int paragraphIndex, int xStart, int xEnd, int yStart, int yEnd);
65 …le::ZLTextRectangle(int xStart, int xEnd, int yStart, int yEnd) : XStart(xStart), XEnd(xEnd), YSta… in ZLTextRectangle() argument
67 …ind kind, int xStart, int xEnd, int yStart, int yEnd, unsigned char bidiLevel) : ZLTextRectangle(x… in ZLTextElementRectangle() argument
69 …e(int paragraphIndex, int xStart, int xEnd, int yStart, int yEnd) : ZLTextRectangle(xStart, xEnd, in ZLTextTreeNodeRectangle() argument
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DWarpGrid.java77 private int yStart; field in WarpGrid
104 this.yStart = yStart; in initialize()
107 this.yEnd = yStart + yStep * yNumCells; in initialize()
172 int yStart, int yStep, int yNumCells, in WarpGrid() argument
179 yStart, yStep, yNumCells, in WarpGrid()
203 int yStart, int yStep, int yNumCells) { in WarpGrid() argument
207 warpPositions = master.warpSparseRect(xStart, yStart, in WarpGrid()
214 yStart, yStep, yNumCells, in WarpGrid()
225 return yStart; in getYStart()
401 int yCell = (j - yStart) / yStep; in warpSparseRect()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dbase_stars.cpp200 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw1()
285 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw2()
348 int xStart, yStart, rgb; in draw3() local
374 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw3()
375 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw3()
408 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw3()
409 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw3()
454 int xStart, yStart, rgb; in draw4() local
482 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw4()
483 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw4()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/
H A Dbase_stars.cpp200 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw1()
285 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw2()
348 int xStart, yStart, rgb; in draw3() local
374 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw3()
375 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw3()
408 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw3()
409 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw3()
454 int xStart, yStart, rgb; in draw4() local
482 yStart = (int)(tempY * *v2Ptr / tempZ + centroid._y); in draw4()
483 if (xStart < 0 || xStart >= width1 || yStart < 0 || yStart >= height1) in draw4()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/util/
H A Dmmsubs.cpp214 double yStart, in projectPointOntoLine() argument
223 if (qAbs (yStart - yStop) > qAbs (xStart - xStop)) { in projectPointOntoLine()
226 double slope = (xStop - xStart) / (yStart - yStop); in projectPointOntoLine()
230 s = (slope * xStart + yintercept - yStart) / in projectPointOntoLine()
231 (yStop - yStart + slope * (xStart - xStop)); in projectPointOntoLine()
240 s = (slope * yStart + xintercept - xStart) / in projectPointOntoLine()
241 (xStop - xStart + slope * (yStart - yStop)); in projectPointOntoLine()
246 *yProjection = (1.0 - s) * yStart + s * yStop; in projectPointOntoLine()
251 (*yProjection - yStart) * (*yProjection - yStart)); in projectPointOntoLine()
253 (yToProject - yStart) * (yToProject - yStart)); in projectPointOntoLine()
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAISector.cpp263 int xStart, xEnd, yStart, yEnd; in GetBuildsite() local
309 int yStart = 0; in GetDefenceBuildsite() local
320 yStart = y * ai->Getmap()->ySectorSizeMap; in GetDefenceBuildsite()
367 int xStart, xEnd, yStart, yEnd; in GetCenterBuildsite() local
376 int xStart, xEnd, yStart, yEnd; in GetRadarArtyBuildsite() local
391 int xStart, xEnd, yStart, yEnd; in GetHighestBuildsite() local
406 int xStart, xEnd, yStart, yEnd; in GetRandomBuildsite() local
421 *yStart = y * ai->Getmap()->ySectorSizeMap; in GetBuildsiteRectangle()
424 if(*yStart == 0) in GetBuildsiteRectangle()
425 *yStart = 8; in GetBuildsiteRectangle()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/
H A DMatrixUtil.php370 * @param integer $yStart
374 protected static function embedPositionDetectionPattern($xStart, $yStart, ByteMatrix $matrix) argument
378 $matrix->set($xStart + $x, $yStart + $y, self::$positionDetectionPattern[$y][$x]);
387 * @param integer $yStart
395 if ($matrix->get($xStart + $x, $yStart) !== -1) {
399 $matrix->set($xStart + $x, $yStart, 0);
407 * @param integer $yStart
412 protected static function embedVerticalSeparationPattern($xStart, $yStart, ByteMatrix $matrix) argument
415 if ($matrix->get($xStart, $yStart + $y) !== -1) {
419 $matrix->set($xStart, $yStart + $y, 0);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/
H A DMatrixUtil.php370 * @param integer $yStart
374 protected static function embedPositionDetectionPattern($xStart, $yStart, ByteMatrix $matrix) argument
378 $matrix->set($xStart + $x, $yStart + $y, self::$positionDetectionPattern[$y][$x]);
387 * @param integer $yStart
395 if ($matrix->get($xStart + $x, $yStart) !== -1) {
399 $matrix->set($xStart + $x, $yStart, 0);
407 * @param integer $yStart
412 protected static function embedVerticalSeparationPattern($xStart, $yStart, ByteMatrix $matrix) argument
415 if ($matrix->get($xStart, $yStart + $y) !== -1) {
419 $matrix->set($xStart, $yStart + $y, 0);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp242 int32_t yStart, in EmbedHorizontalSeparationPattern() argument
245 if (!IsEmpty(matrix->Get(xStart + x, yStart))) in EmbedHorizontalSeparationPattern()
248 matrix->Set(xStart + x, yStart, 0); in EmbedHorizontalSeparationPattern()
254 int32_t yStart, in EmbedVerticalSeparationPattern() argument
257 if (!IsEmpty(matrix->Get(xStart, yStart + y))) in EmbedVerticalSeparationPattern()
260 matrix->Set(xStart, yStart + y, 0); in EmbedVerticalSeparationPattern()
266 int32_t yStart, in EmbedPositionAdjustmentPattern() argument
270 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) in EmbedPositionAdjustmentPattern()
280 int32_t yStart, in EmbedPositionDetectionPattern() argument
284 if (!IsEmpty(matrix->Get(xStart + x, yStart + y))) in EmbedPositionDetectionPattern()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp242 int32_t yStart, in EmbedHorizontalSeparationPattern() argument
245 if (!IsEmpty(matrix->Get(xStart + x, yStart))) in EmbedHorizontalSeparationPattern()
248 matrix->Set(xStart + x, yStart, 0); in EmbedHorizontalSeparationPattern()
254 int32_t yStart, in EmbedVerticalSeparationPattern() argument
257 if (!IsEmpty(matrix->Get(xStart, yStart + y))) in EmbedVerticalSeparationPattern()
260 matrix->Set(xStart, yStart + y, 0); in EmbedVerticalSeparationPattern()
266 int32_t yStart, in EmbedPositionAdjustmentPattern() argument
270 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) in EmbedPositionAdjustmentPattern()
280 int32_t yStart, in EmbedPositionDetectionPattern() argument
284 if (!IsEmpty(matrix->Get(xStart + x, yStart + y))) in EmbedPositionDetectionPattern()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/
H A Dtc0280grd.cpp42 static void RozRender(UINT32 xStart, UINT32 yStart, INT32 xxInc, INT32 xyInc, INT32 yxInc, INT32 yy… in RozRender() argument
62 y -= (yStart >> 16) & 0x1ff; in RozRender()
109 cy = yStart; in RozRender()
130 yStart += yyInc; in RozRender()
137 UINT32 xStart, yStart; in TC0280GRDRenderLayer() local
146 yStart = ((TC0280GRDCtrl[4] & 0xff) << 16) + TC0280GRDCtrl[5]; in TC0280GRDRenderLayer()
147 if (yStart & 0x800000) yStart -= 0x1000000; in TC0280GRDRenderLayer()
153 yStart -= TC0280GRDXOffset * xyInc + TC0280GRDYOffset * yyInc; in TC0280GRDRenderLayer()
155 RozRender(xStart << 4, yStart << 4, xxInc << 4, xyInc << 4, yxInc << 4, yyInc << 4, Priority); in TC0280GRDRenderLayer()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/
H A Dtc0280grd.cpp42 static void RozRender(UINT32 xStart, UINT32 yStart, INT32 xxInc, INT32 xyInc, INT32 yxInc, INT32 yy… in RozRender() argument
62 y -= (yStart >> 16) & 0x1ff; in RozRender()
109 cy = yStart; in RozRender()
130 yStart += yyInc; in RozRender()
137 UINT32 xStart, yStart; in TC0280GRDRenderLayer() local
146 yStart = ((TC0280GRDCtrl[4] & 0xff) << 16) + TC0280GRDCtrl[5]; in TC0280GRDRenderLayer()
147 if (yStart & 0x800000) yStart -= 0x1000000; in TC0280GRDRenderLayer()
153 yStart -= TC0280GRDXOffset * xyInc + TC0280GRDYOffset * yyInc; in TC0280GRDRenderLayer()
155 RozRender(xStart << 4, yStart << 4, xxInc << 4, xyInc << 4, yxInc << 4, yyInc << 4, Priority); in TC0280GRDRenderLayer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJMandelbrot.java176 int yStart = 0; in calculatePicture() local
181 int yEnd = i == calculators.length - 1 ? getHeight() : yStart + yStep; in calculatePicture()
182 calculators[i] = new MandelbrotCalculator(yStart, yEnd); in calculatePicture()
184 yStart = yEnd; in calculatePicture()
203 private final int yStart; field in JMandelbrot.MandelbrotCalculator
206 public MandelbrotCalculator(int yStart, int yEnd) { in MandelbrotCalculator() argument
207 this.yStart = yStart; in MandelbrotCalculator()
221 double yArr[] = new double[yEnd - yStart]; in doInBackground()
224 yArr[i] = (yStart + i) / yScale + yLowLimit; in doInBackground()
227 int i = yStart * buffer.getWidth(); in doInBackground()

12345678910>>...44