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

1 2 3 4

  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 61 final float maxX = getMaxX();
62 value = flip.parentWidth - maxX;
AABoxCollisionVolume.java 104 final float maxX;
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
121 final float horizontalDelta = maxX - minX;
GameObjectCollisionSystem.java 117 final float maxX = record.boundingVolume.getMaxXPosition(sFlip) + position.x;
126 if (otherPosition.x + other.boundingVolume.getMinXPosition(sOtherFlip) > maxX) {
SphereCollisionVolume.java 130 final float maxX;
137 maxX = Math.max(getMaxX(), other.getMaxX());
142 maxX = other.getMaxX();
147 final float horizontalDelta = maxX - minX;
  /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/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);
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix.h 38 const unsigned maxX = s.fBitmap->width() - 1;
50 if (0 == maxX) {
60 if ((unsigned)(fx >> 16) <= maxX &&
61 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
69 a = TILEX_PROCF(fx, maxX); fx += dx;
70 b = TILEX_PROCF(fx, maxX); fx += dx;
76 a = TILEX_PROCF(fx, maxX); fx += dx;
77 b = TILEX_PROCF(fx, maxX); fx += dx;
86 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
112 int maxX = s.fBitmap->width() - 1
    [all...]
SkBitmapProcState_shaderproc.h 22 const unsigned maxX = s.fBitmap->width() - 1;
54 unsigned subX = TILEX_LOW_BITS(fx, maxX);
55 unsigned x0 = TILEX_PROCF(fx, maxX);
56 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
SkBitmapSampler.cpp 98 int maxX = fMaxX;
103 int tmpx = procX(ix, maxX);
107 int tmpx1 = procX(ix + 1, maxX);
146 int maxX = fMaxX;
151 int tmpx = procX(ix, maxX);
155 int tmpx1 = procX(ix + 1, maxX);
201 int maxX = fMaxX;
206 int tmpx = procX(ix, maxX);
210 int tmpx1 = procX(ix + 1, maxX);
260 int maxX = fMaxX
    [all...]
SkBitmapProcState_matrix_repeat.h 68 const unsigned maxX = s.fBitmap->width() - 1;
80 if (0 == maxX) {
90 if ((unsigned)(fx >> 16) <= maxX &&
91 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
137 lout = vmulq_s32(lout, vdupq_n_s32(maxX+1));
138 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1));
161 a = TILEX_PROCF(fx, maxX); fx += dx;
162 b = TILEX_PROCF(fx, maxX); fx += dx;
168 a = TILEX_PROCF(fx, maxX); fx += dx;
169 b = TILEX_PROCF(fx, maxX); fx += dx
    [all...]
  /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);
SkBitmapSampler.cpp 98 int maxX = fMaxX;
103 int tmpx = procX(ix, maxX);
107 int tmpx1 = procX(ix + 1, maxX);
146 int maxX = fMaxX;
151 int tmpx = procX(ix, maxX);
155 int tmpx1 = procX(ix + 1, maxX);
201 int maxX = fMaxX;
206 int tmpx = procX(ix, maxX);
210 int tmpx1 = procX(ix + 1, maxX);
261 int maxX = fMaxX
    [all...]
SkBitmapProcState.cpp 324 const int maxX = s.fBitmap->width() - 1;
355 if (ix <= maxX) {
356 int n = SkMin32(maxX - ix + 1, count);
366 sk_memset32(colors, row[maxX], count);
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 93 float maxX() const { return x() + width(); }
120 { return px >= x() && px <= maxX() && py >= y() && py <= maxY(); }
IntRect.h 94 int maxX() const { return x() + width(); }
121 int delta = edge - maxX();
147 { return px >= x() && px < maxX() && py >= y() && py < maxY(); }
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 109 int maxX = windowBounds.x + windowBounds.width - initialSize.x;
111 if (x > maxX) {
112 x = maxX;
  /external/skia/src/effects/
SkDashPathEffect.cpp 128 SkScalar maxX = pts[1].fX;
130 if (maxX < bounds.fLeft || minX > bounds.fRight) {
135 SkTSwap(minX, maxX);
146 if (maxX > bounds.fRight) {
147 maxX = bounds.fRight + SkScalarMod(maxX - bounds.fRight,
151 SkASSERT(maxX >= minX);
153 SkTSwap(minX, maxX);
156 pts[1].fX = maxX;
  /external/webkit/Source/WebKit2/Platform/
Region.cpp 76 appendSegment(rect.maxX());
190 int maxX = std::numeric_limits<int>::min();
202 if (*lastSegment > maxX)
203 maxX = *lastSegment;
209 ASSERT(minX <= maxX);
212 return IntRect(minX, minY, maxX - minX, maxY - minY);
  /frameworks/base/services/input/
PointerController.cpp 167 float minX, minY, maxX, maxY;
168 if (getBoundsLocked(&minX, &minY, &maxX, &maxY)) {
171 } else if (x >= maxX) {
172 mLocked.pointerX = maxX;
325 float minX, minY, maxX, maxY;
326 if (getBoundsLocked(&minX, &minY, &maxX, &maxY)) {
327 mLocked.pointerX = (minX + maxX) * 0.5f;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 81 int maxX = mHScale.translate(0) + mHScale.getScaledImgSize();
104 if (x > maxX || y > maxY) {
  /external/opencv/cvaux/src/
cvcorrimages.cpp 633 float maxX,maxY;
636 maxX = maxY = FLT_MIN;
650 if( x > maxX )
651 maxX = x;
671 if( x > maxX )
672 maxX = x;
686 subdiv = cvCreateSubdivDelaunay2D( cvRect( cvRound(minX)-5, cvRound(minY)-5, cvRound(maxX-minX)+10, cvRound(maxY-minY)+10 ), storage );
    [all...]

Completed in 343 milliseconds

1 2 3 4