HomeSort by relevance Sort by last modified time
    Searched refs:maxY (Results 26 - 50 of 209) sorted by null

12 3 4 5 6 7 8 9

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPizCompressor.cpp 335 int maxY = range.max.y;
337 if (maxY > _maxY)
338 maxY = _maxY;
356 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
370 for (int y = minY; y <= maxY; ++y)
393 for (int y = minY; y <= maxY; ++y)
511 int maxY = range.max.y;
513 if (maxY > _maxY)
514 maxY = _maxY;
532 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
    [all...]
ImfScanLineInputFile.cpp 136 int maxY;
187 int maxY; // data window's max x coord
456 int maxY = min (_lineBuffer->maxY, _ifd->maxY);
459 i <= maxY - _ifd->minY;
616 lineBuffer->maxY = lineBuffer->minY + ifd->linesInBuffer - 1;
653 scanLineMax = min (lineBuffer->maxY, scanLineMax);
680 _data->maxY = dataWindow.max.y;
885 if (scanLineMin < _data->minY || scanLineMax > _data->maxY)
    [all...]
ImfInputFile.cpp 83 int maxY; // data window's max x coord
183 int maxY = std::max (scanLine1, scanLine2);
185 if (minY < ifd->minY || maxY > ifd->maxY)
197 int maxDy = (maxY - ifd->minY) / ifd->tFile->tileYSize();
234 int maxYThisRow = std::min (maxY, tileRange.max.y);
375 _data->maxY = dataWindow.max.y;
ImfB44Compressor.cpp 656 int maxY = min (range.max.y, _maxY);
671 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
685 for (int y = minY; y <= maxY; ++y)
720 for (int y = minY; y <= maxY; ++y)
889 int maxY = min (range.max.y, _maxY);
904 cd.ny = numSamples (c.channel().ySampling, minY, maxY);
1002 for (int y = minY; y <= maxY; ++y)
1031 for (int y = minY; y <= maxY; ++y)
ImfPxr24Compressor.cpp 293 int maxY = min (range.max.y, _maxY);
297 for (int y = minY; y <= maxY; ++y)
437 int maxY = min (range.max.y, _maxY);
442 for (int y = minY; y <= maxY; ++y)
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ScrollPane.java 65 float maxX, maxY;
254 scrollY(overscrollY ? MathUtils.clamp(amountY, -overscrollDistance, maxY + overscrollDistance)
255 : MathUtils.clamp(amountY, 0, maxY));
294 if (amountY >= maxY + overscrollDistance) velocityY = 0;
308 && (!touchScrollV || (scrollY && maxY / (vScrollBounds.height - vKnobBounds.height) > areaHeight * 0.1f))) //
352 } else if (amountY > maxY) {
355 + (overscrollSpeedMax - overscrollSpeedMin) * -(maxY - amountY) / overscrollDistance) * delta;
356 if (amountY < maxY) scrollY(maxY);
455 maxY = widgetHeight - areaHeight;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SphereCollisionVolume.java 133 final float maxY;
139 maxY = Math.max(getMaxY(), other.getMaxY());
144 maxY = other.getMaxY();
148 final float verticalDelta = maxY - minY;
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 42 const unsigned maxY = s.fPixmap.height() - 1;
43 *xy++ = TILEY_PROCF(mapper.fixedY(), maxY);
125 int maxY = s.fPixmap.height() - 1;
157 hi16.val[1] = TILEY_PROCF_NEON8(ybase, y2base, maxY);
176 *xy++ = (TILEY_PROCF(SkFractionalIntToFixed(fy), maxY) << 16) |
190 int maxY = s.fPixmap.height() - 1;
210 hi16.val[1] = TILEY_PROCF_NEON8(xy1.val[1], xy2.val[1], maxY);
224 *xy++ = (TILEY_PROCF(srcXY[1], maxY) << 16) |
303 const unsigned maxY = s.fPixmap.height() - 1;
305 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y)
    [all...]
SkBitmapProcState_opts_SSE2.cpp 258 const unsigned maxY = s.fPixmap.height() - 1;
260 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY);
375 const unsigned maxY = s.fPixmap.height() - 1;
376 *xy++ = SkClampMax(mapper.intY(), maxY);
494 unsigned maxY = s.fPixmap.height() - 1;
503 __m128i wide_max = _mm_set_epi32(maxX, maxY, maxX, maxY);
541 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, oneY);
565 int maxY = s.fPixmap.height() - 1;
569 *xy++ = (SkClampMax(fy >> 16, maxY) << 16)
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
Chart.java 41 int maxX, maxY;
112 float deltaY = (moveAllPrevY - newY) / (float)chartHeight * maxY;
114 point.y = Math.min(maxY, Math.max(0, point.y + (moveAllProportionally ? deltaY * point.y : deltaY)));
123 point.y = Math.min(maxY, Math.max(0, chartHeight - (event.getY() - chartY)) / (float)chartHeight * maxY);
138 int y = chartY + chartHeight - (int)(chartHeight * (point.y / (float)maxY));
182 point.y = Math.min(maxY, Math.max(0, chartHeight - (y - chartY)) / (float)chartHeight * maxY);
189 pixel.y = chartY + chartHeight - (int)(chartHeight * (point.y / (float)maxY));
259 maxY = 1;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Rectangle.java 239 float maxY = Math.max(y + height, rect.y + rect.height);
241 height = maxY - minY;
257 float maxY = Math.max(this.y + height, y);
259 this.height = maxY - minY;
278 float maxY = y + height;
284 maxY = Math.max(maxY, v.y);
289 height = maxY - minY;
  /external/skia/src/core/
SkBitmapProcState_matrix.h 66 const unsigned maxY = s.fPixmap.height() - 1;
68 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
105 unsigned maxY = s.fPixmap.height() - 1;
108 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y);
122 unsigned maxY = s.fPixmap.height() - 1;
133 *xy++ = PACK_FILTER_Y_NAME(srcXY[1] - (oneY >> 1), maxY,
  /external/skia/src/effects/
SkDashPathEffect.cpp 122 SkScalar maxY = pts[1].fY;
125 SkTSwap(minY, maxY);
128 SkASSERT(minY < maxY);
129 if (maxY <= bounds.fTop || minY >= bounds.fBottom) {
140 if (maxY > bounds.fBottom) {
141 maxY = bounds.fBottom + SkScalarMod(maxY - bounds.fBottom, intervalLength);
144 SkASSERT(maxY > minY);
146 SkTSwap(minY, maxY);
149 pts[1].fY = maxY;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 110 int maxY = windowBounds.y + windowBounds.height - initialSize.y;
114 if (y > maxY) {
115 y = maxY;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FlingScroller.java 77 int minX, int maxX, int minY, int maxY) {
83 mMaxY = maxY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
GaussianParametersGuesser.java 206 double maxY = Double.NEGATIVE_INFINITY;
209 maxY = Math.max(maxY, point.getY());
211 throw new OutOfRangeException(y, minY, maxY);
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 24 int index, minX, maxX, minY, maxY;
25 minX = maxX = minY = maxY = 0;
36 if (cubic[maxY].fY < cubic[index].fY) {
37 maxY = index;
41 && approximately_equal(cubic[maxY].fY, cubic[minY].fY);
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
markermanager.js 285 point.y <= this.shownBounds_.maxY;
491 this.maxY = Math.max(bounds[0].y, bounds[1].y);
501 if (this.maxX === gridBounds.maxX && this.maxY === gridBounds.maxY && this.minX === gridBounds.minX && this.minY === gridBounds.minY) {
515 return (outer.minX <= point.x && outer.maxX >= point.x && outer.minY <= point.y && outer.maxY >= point.y);
765 for (var y = bounds.minY; y <= bounds.maxY; y++) {
846 var maxY1 = bounds1.maxY;
850 var maxY2 = bounds2.maxY;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
UsageView.java 94 public void configureGraph(int maxX, int maxY, boolean showProjection, boolean projectUp) {
95 mUsageGraph.setMax(maxX, maxY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterDrawable.java 231 int maxX = 0, maxY = 0;
234 maxY = Math.max(maxY, pts[i + 1]);
239 ptsF[i + 1] = (float)pts[i + 1] / maxY;
246 int maxX = 0, maxY = 0;
249 maxY = Math.max(maxY, pts[i + 1]);
254 ptsF[i + 1] = (float)pts[i + 1] / maxY;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 81 int maxY = mVScale.translate(0) + mVScale.getScaledImgSize();
103 if (x > maxX || y > maxY) {
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 176 int maxX, maxY;
184 maxY = Math.min(y + yPixels, height);
187 for (int j = y; j < maxY; j++) {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointRenderer.java 200 double maxY = getPlot().getCalculatedMaxY().doubleValue();
203 for (RectRegion r : RectRegion.regionsWithin(formatter.getRegions().elements(), minX, maxX, minY, maxY)) {
205 RectF regionRect = r.getRectF(plotArea, minX, maxX, minY, maxY);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ScissorStack.java 59 float maxY = Math.min(parent.y + parent.height, scissor.y + scissor.height);
60 if (maxY - minY < 1) return false;
65 scissor.height = Math.max(1, maxY - minY);
  /external/opencv3/modules/cudalegacy/src/
bm.cpp 57 int maxX, int maxY, int acceptLevel, int escapeLevel, const short2* ss, int ssCount, cudaStream_t stream);
190 const int maxY = prev.rows - blockSize.height;
201 maxX, maxY, acceptLevel, escapeLevel, buf.ptr<short2>(), ssCount, stream);

Completed in 730 milliseconds

12 3 4 5 6 7 8 9