/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 | 50 && x() < other.maxX() && other.x() < maxX() 56 return x() <= other.x() && maxX() >= other.maxX() 63 LayoutPoint newMaxPoint(std::min(maxX(), other.maxX()), std::min(maxY(), other.maxY())); 86 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY())); 103 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...] |
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Vector2D.h | 27 void limit(float maxX, float maxY);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderOverflow.h | 92 LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX()); 97 m_layoutOverflow.setWidth(maxX - minX); 99 m_layoutOverflow.setX(maxX - m_layoutOverflow.width()); 105 LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX()); 109 m_visualOverflow.setWidth(maxX - m_visualOverflow.x());
|
ScrollBehavior.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();
|
RenderRegionSet.cpp | 59 LayoutUnit logicalHeightWithOverflow = (isHorizontal ? layoutRect.maxY() : layoutRect.maxX()) - logicalTopOffset;
|
/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/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
RagdollPreset.java | 65 private float maxX, minX, maxY, minY, maxZ, minZ; 70 public JointPreset(float maxX, float minX, float maxY, float minY, float maxZ, float minZ) { 71 this.maxX = maxX; 80 joint.getRotationalLimitMotor(0).setHiLimit(maxX);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ScrollerCompat.java | 44 int minX, int maxX, int minY, int maxY); 46 int minX, int maxX, int minY, int maxY, int overX, int overY); 100 int minX, int maxX, int minY, int maxY) { 101 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); 106 int minX, int maxX, int minY, int maxY, int overX, int overY) { 107 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); 187 int minX, int maxX, int minY, int maxY) { 189 minX, maxX, minY, maxY); 194 int minX, int maxX, int minY, int maxY, int overX, int overY) { 196 minX, maxX, minY, maxY, overX, overY) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_matrix.h | 54 const unsigned maxX = s.fBitmap->width() - 1; 66 if (0 == maxX) { 75 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { 84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 91 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 92 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 101 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 127 int maxX = s.fBitmap->width() - 1; 132 TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); [all...] |
SkBitmapProcState_shaderproc.h | 27 const unsigned maxX = s.fBitmap->width() - 1; 59 unsigned subX = TILEX_LOW_BITS(fx, maxX); 60 unsigned x0 = TILEX_PROCF(fx, maxX); 61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
|
/external/skia/src/core/ |
SkBitmapProcState_matrix.h | 54 const unsigned maxX = s.fBitmap->width() - 1; 66 if (0 == maxX) { 75 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) { 84 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 85 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 91 a = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 92 b = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 101 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); fx += dx; 127 int maxX = s.fBitmap->width() - 1; 132 TILEX_PROCF(SkFractionalIntToFixed(fx), maxX); [all...] |
SkBitmapProcState_shaderproc.h | 27 const unsigned maxX = s.fBitmap->width() - 1; 59 unsigned subX = TILEX_LOW_BITS(fx, maxX); 60 unsigned x0 = TILEX_PROCF(fx, maxX); 61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
|
/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);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ClientRect.h | 46 float right() const { return m_rect.maxX(); }
|
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 104 final float maxX; 111 maxX = Math.max(getMaxX(), other.getMaxX()); 116 maxX = other.getMaxX(); 121 final float horizontalDelta = maxX - minX;
|
/frameworks/support/v4/gingerbread/android/support/v4/widget/ |
ScrollerCompatGingerbread.java | 56 int minX, int maxX, int minY, int maxY) { 57 ((OverScroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY); 61 int minX, int maxX, int minY, int maxY, int overX, int overY) { 63 minX, maxX, minY, maxY, overX, overY);
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 64 const unsigned maxX = s.fBitmap->width() - 1; 76 if (0 == maxX) { 86 if ((unsigned)(fx >> 16) <= maxX && 87 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) { 131 lout = vmulq_s32(lout, vdupq_n_s32(maxX+1)); 132 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1)); 151 *xx++ = TILEX_PROCF(fx, maxX); fx += dx; 178 int maxX = s.fBitmap->width() - 1; 226 xout = vmulq_s32(xout, vdupq_n_s32(maxX+1)); 254 uint32_t val = (TILEY_PROCF(ofy, maxY) << 16) | TILEX_PROCF(ofx, maxX); [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_matrix_repeat_neon.h | 64 const unsigned maxX = s.fBitmap->width() - 1; 76 if (0 == maxX) { 86 if ((unsigned)(fx >> 16) <= maxX && 87 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) { 131 lout = vmulq_s32(lout, vdupq_n_s32(maxX+1)); 132 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1)); 151 *xx++ = TILEX_PROCF(fx, maxX); fx += dx; 178 int maxX = s.fBitmap->width() - 1; 226 xout = vmulq_s32(xout, vdupq_n_s32(maxX+1)); 254 uint32_t val = (TILEY_PROCF(ofy, maxY) << 16) | TILEX_PROCF(ofx, maxX); [all...] |