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

1 2 3 4 5 6 7 8 91011

  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCoordinate.java 25 private float maxX;
32 * @param maxX Highest X value possible for any touch.
35 public TouchCoordinate(float x, float y, float maxX, float maxY) {
38 this.maxX = maxX;
51 return this.maxX;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 53 && x() < other.maxX() && other.x() < maxX()
59 return x() <= other.x() && maxX() >= other.maxX()
67 int right = std::min(maxX(), other.maxX());
96 int right = std::max(maxX(), other.maxX());
117 int right = std::max(maxX(), other.maxX());
    [all...]
LayoutRect.cpp 51 && x() < other.maxX() && other.x() < maxX()
57 return x() <= other.x() && maxX() >= other.maxX()
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());
69 && x() < other.maxX() && other.x() < maxX()
75 return x() <= other.x() && maxX() >= other.maxX()
83 return x() < point.x() && maxX() > point.x() && y() < point.y() && maxY() > point.y();
90 float right = std::min(maxX(), other.maxX());
121 float maxX = std::max(this->maxX(), other.maxX())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflow.h 82 LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX());
87 m_layoutOverflow.setWidth(maxX - minX);
89 m_layoutOverflow.setX(maxX - m_layoutOverflow.width());
95 LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX());
99 m_visualOverflow.setWidth(maxX - m_visualOverflow.x());
RenderRegion.cpp 89 LayoutUnit maxX = max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX());
90 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
93 LayoutUnit maxX = isLastPortion ? max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) : flowThreadPortionRect.maxX();
96 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
197 return flowThread()->isHorizontalWritingMode() ? rect.maxY() : rect.maxX();
    [all...]
ScrollAlignment.cpp 86 if ((exposeRect.maxX() > visibleRect.maxX() && exposeRect.width() < visibleRect.width())
87 || (exposeRect.maxX() < visibleRect.maxX() && exposeRect.width() > visibleRect.width())) {
97 x = exposeRect.maxX() - visibleRect.width();
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 22 const unsigned maxX = s.fBitmap->width() - 1;
34 if (0 == maxX) {
42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
49 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
50 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
56 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
57 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
92 int maxX = s.fBitmap->width() - 1;
97 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 22 const unsigned maxX = s.fBitmap->width() - 1;
34 if (0 == maxX) {
42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
49 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
50 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
56 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
57 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
92 int maxX = s.fBitmap->width() - 1;
97 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
    [all...]
  /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 38 offset.setWidth(viewportRect.maxX() - m_viewportRectAtLastLayout.maxX());
53 float rightLimit = viewportRect.maxX() - m_rightOffset;
54 float rightDelta = std::min<float>(0, rightLimit - m_absoluteStickyBoxRect.maxX());
65 float availableSpace = std::max<float>(0, m_absoluteContainingBlockRect.maxX() - m_absoluteStickyBoxRect.maxX());
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicLineSegments.cpp 33 double maxX = SkTMax(hodo2[1].x, hodo2[1].x);
35 double dist = sqrt(maxX * maxX + maxY * maxY);
TestUtilities.cpp 22 int index, minX, maxX, minY, maxY;
23 minX = maxX = minY = maxY = 0;
31 if (cubic[maxX].x < cubic[index].x) {
32 maxX = index;
38 return approximately_equal(cubic[maxX].x, cubic[minX].x)
LineUtilities.cpp 82 static void setMinMax(double x, int flags, double& minX, double& maxX) {
86 if (maxX < x && (flags & (kFindTopMax | kFindBottomMax))) {
87 maxX = x;
92 int flags, double& minX, double& maxX) {
103 // if p1.y > p2.y, maxX can be affected
109 setMinMax(x, topFlags, minX, maxX);
115 setMinMax(x, bottomFlags, minX, maxX);
  /external/skia/experimental/Intersection/
CubicLineSegments.cpp 33 double maxX = SkTMax(hodo2[1].x, hodo2[1].x);
35 double dist = sqrt(maxX * maxX + maxY * maxY);
TestUtilities.cpp 22 int index, minX, maxX, minY, maxY;
23 minX = maxX = minY = maxY = 0;
31 if (cubic[maxX].x < cubic[index].x) {
32 maxX = index;
38 return approximately_equal(cubic[maxX].x, cubic[minX].x)
LineUtilities.cpp 82 static void setMinMax(double x, int flags, double& minX, double& maxX) {
86 if (maxX < x && (flags & (kFindTopMax | kFindBottomMax))) {
87 maxX = x;
92 int flags, double& minX, double& maxX) {
103 // if p1.y > p2.y, maxX can be affected
109 setMinMax(x, topFlags, minX, maxX);
115 setMinMax(x, bottomFlags, minX, maxX);
  /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/
RectangleShape.cpp 69 float x2 = bounds.maxX();
79 x2 = bounds.maxX() - marginRadiusX + xi;
84 x2 = bounds.maxX() - marginRadiusX + xi;
  /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;
75 if (quad[maxX].fX < quad[index].fX) {
76 maxX = 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;
215 if (cubic[maxX].fX < cubic[index].fX)
    [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;
75 if (quad[maxX].fX < quad[index].fX) {
76 maxX = 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;
215 if (cubic[maxX].fX < cubic[index].fX)
    [all...]
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 93 int maxX = mShapeX + mShapeW;
96 maxX = Math.max(mShapeX + mShapeW, maxX);
97 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer1.java 67 int maxX = mShapeX + mShapeW;
70 maxX = Math.max(mShapeX + mShapeW, maxX);
71 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer2.java 68 int maxX = mShapeX + mShapeW;
71 maxX = Math.max(mShapeX + mShapeW, maxX);
72 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer3.java 68 int maxX = mShapeX + mShapeW;
71 maxX = Math.max(mShapeX + mShapeW, maxX);
72 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011