HomeSort by relevance Sort by last modified time
    Searched refs:maxY (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCoordinate.java 26 private float maxY;
33 * @param maxY Highest Y value possible for any touch.
35 public TouchCoordinate(float x, float y, float maxX, float maxY) {
39 this.maxY = maxY;
55 return this.maxY;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller_private.h 47 - (CGFloat)layoutTabStripAtMaxY:(CGFloat)maxY
55 maxY:(CGFloat)maxY
64 // call it with the appropriate |maxY| which depends on whether or not the
68 maxY:(CGFloat)maxY
80 maxY:(CGFloat)maxY
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 54 && y() < other.maxY() && other.y() < maxY();
60 && y() <= other.y() && maxY() >= other.maxY();
68 int bottom = std::min(maxY(), other.maxY());
97 int bottom = std::max(maxY(), other.maxY());
118 int bottom = std::max(maxY(), other.maxY());
    [all...]
LayoutRect.cpp 52 && y() < other.maxY() && other.y() < maxY();
58 && y() <= other.y() && maxY() >= other.maxY();
64 LayoutPoint newMaxPoint(std::min(maxX(), other.maxX()), std::min(maxY(), other.maxY()));
87 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()));
104 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()));
    [all...]
FloatRect.cpp 62 && isWithinIntRange(maxX()) && isWithinIntRange(maxY());
70 && y() < other.maxY() && other.y() < maxY();
76 && y() <= other.y() && maxY() >= other.maxY();
83 return x() < point.x() && maxX() > point.x() && y() < point.y() && maxY() > point.y();
91 float bottom = std::min(maxY(), other.maxY());
122 float maxY = std::max(this->maxY(), other.maxY())
    [all...]
FloatRoundedRect.cpp 108 if (y < rect().y() || y > rect().maxY())
120 if (!topLeftRect.isEmpty() && y >= topLeftRect.y() && y < topLeftRect.maxY())
121 minXIntercept = topLeftRect.maxX() - cornerRectIntercept(topLeftRect.maxY() - y, topLeftRect);
122 else if (!bottomLeftRect.isEmpty() && y >= bottomLeftRect.y() && y <= bottomLeftRect.maxY())
130 if (!topRightRect.isEmpty() && y >= topRightRect.y() && y <= topRightRect.maxY())
131 maxXIntercept = topRightRect.x() + cornerRectIntercept(topRightRect.maxY() - y, topRightRect);
132 else if (!bottomRightRect.isEmpty() && y >= bottomRightRect.y() && y <= bottomRightRect.maxY())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflow.h 83 LayoutUnit maxY = std::max(rect.maxY(), m_layoutOverflow.maxY());
88 m_layoutOverflow.setHeight(maxY - minY);
90 m_layoutOverflow.setY(maxY - m_layoutOverflow.height());
96 LayoutUnit maxY = std::max(rect.maxY(), m_visualOverflow.maxY());
100 m_visualOverflow.setHeight(maxY - m_visualOverflow.y());
RenderRegion.cpp 87 LayoutUnit maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) : flowThreadPortionRect.maxY();
90 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
95 LayoutUnit maxY = max(flowThreadPortionRect.y(), (flowThreadOverflow.maxY()));
96 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
197 return flowThread()->isHorizontalWritingMode() ? rect.maxY() : rect.maxX();
ScrollAlignment.cpp 126 if ((exposeRect.maxY() > visibleRect.maxY() && exposeRect.height() < visibleRect.height())
127 || (exposeRect.maxY() < visibleRect.maxY() && exposeRect.height() > visibleRect.height())) {
137 y = exposeRect.maxY() - visibleRect.height();
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Vector2D.h 27 void limit(float maxX, float maxY);
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.cpp 43 offset.setHeight(viewportRect.maxY() - m_viewportRectAtLastLayout.maxY());
73 float bottomLimit = viewportRect.maxY() - m_bottomOffset;
74 float bottomDelta = std::min<float>(0, bottomLimit - m_absoluteStickyBoxRect.maxY());
85 float availableSpace = std::max<float>(0, m_absoluteContainingBlockRect.maxY() - m_absoluteStickyBoxRect.maxY());
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicLineSegments.cpp 34 double maxY = SkTMax(hodo2[1].y, hodo2[1].y);
35 double dist = sqrt(maxX * maxX + maxY * maxY);
TestUtilities.cpp 22 int index, minX, maxX, minY, maxY;
23 minX = maxX = minY = maxY = 0;
34 if (cubic[maxY].y < cubic[index].y) {
35 maxY = index;
39 && approximately_equal(cubic[maxY].y, cubic[minY].y);
  /external/skia/experimental/Intersection/
CubicLineSegments.cpp 34 double maxY = SkTMax(hodo2[1].y, hodo2[1].y);
35 double dist = sqrt(maxX * maxX + maxY * maxY);
TestUtilities.cpp 22 int index, minX, maxX, minY, maxY;
23 minX = maxX = minY = maxY = 0;
34 if (cubic[maxY].y < cubic[index].y) {
35 maxY = index;
39 && approximately_equal(cubic[maxY].y, cubic[minY].y);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 77 int maxY = 0;
84 maxY = Math.max(maxY, y);
96 assertTrue(maxY - minY > 0);
98 assertTrue(maxY - minY <= 1 + 2 * DEVIATION);
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 48 int minX, int maxX, int minY, int maxY);
50 int minX, int maxX, int minY, int maxY, int overX, int overY);
107 int minX, int maxX, int minY, int maxY) {
108 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
113 int minX, int maxX, int minY, int maxY, int overX, int overY) {
114 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
194 int minX, int maxX, int minY, int maxY) {
196 minX, maxX, minY, maxY);
201 int minX, int maxX, int minY, int maxY, int overX, int overY) {
203 minX, maxX, minY, maxY, overX, overY)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp 82 for (int y = bounds().y(); y < bounds().maxY(); ++y) {
89 int marginY1 = std::min(maxY(), y + shapeMargin + 1);
100 if (marginY < bounds().maxY() && intervalAt(marginY).contains(intervalAtY))
113 for (int y = minY(); y < maxY(); ++y) {
123 int maxY = bounds().maxY();
124 for (int y = bounds().y(); y < maxY; y++) {
130 for (; endY < maxY; endY++) {
162 if (y2 < intervals.bounds().y() || y1 >= intervals.bounds().maxY())
166 y2 = std::min(y2, intervals.bounds().maxY());
    [all...]
RectangleShape.cpp 65 if (y2 < bounds.y() || y1 >= bounds.maxY())
80 } else if (y1 > bounds.maxY() - marginRadiusY) {
81 float yi = y1 - (bounds.maxY() - marginRadiusY);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 29 const unsigned maxY = s.fBitmap->height() - 1;
30 *xy++ = TileProc::Y(s, SkFractionalIntToFixed(fx), maxY);
93 int maxY = s.fBitmap->height() - 1;
96 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) |
108 int maxY = s.fBitmap->height() - 1;
117 *xy++ = (TileProc::Y(s, srcXY[1], maxY) << 16) |
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 29 const unsigned maxY = s.fBitmap->height() - 1;
30 *xy++ = TileProc::Y(s, SkFractionalIntToFixed(fx), maxY);
93 int maxY = s.fBitmap->height() - 1;
96 *xy++ = (TileProc::Y(s, SkFractionalIntToFixed(fy), maxY) << 16) |
108 int maxY = s.fBitmap->height() - 1;
117 *xy++ = (TileProc::Y(s, srcXY[1], maxY) << 16) |
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 38 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) {
64 int index, minX, maxX, minY, maxY;
66 minX = maxX = minY = maxY = 0;
78 if (quad[maxY].fY < quad[index].fY) {
79 maxY = index;
99 int result = check_linear(quad, minX, maxX, minY, maxY, fQuad);
158 int minX, int maxX, int minY, int maxY, SkDCubic& reduction) {
204 int index, minX, maxX, minY, maxY;
206 minX = maxX = minY = maxY = 0;
218 if (cubic[maxY].fY < cubic[index].fY)
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.cpp 38 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) {
64 int index, minX, maxX, minY, maxY;
66 minX = maxX = minY = maxY = 0;
78 if (quad[maxY].fY < quad[index].fY) {
79 maxY = index;
99 int result = check_linear(quad, minX, maxX, minY, maxY, fQuad);
158 int minX, int maxX, int minY, int maxY, SkDCubic& reduction) {
204 int index, minX, maxX, minY, maxY;
206 minX = maxX = minY = maxY = 0;
218 if (cubic[maxY].fY < cubic[index].fY)
    [all...]
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 106 int maxY = mShapeY + mShapeH;
109 maxY = Math.max(mShapeY + mShapeH, maxY);
110 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);
Bouncer1.java 76 int maxY = mShapeY + mShapeH;
79 maxY = Math.max(mShapeY + mShapeH, maxY);
80 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011