Home | History | Annotate | Download | only in tests

Lines Matching defs:mMaxX

50     float mMinX, mMinY, mMaxX, mMaxY;
59 mHaveBounds(false), mMinX(0), mMinY(0), mMaxX(0), mMaxY(0), mX(0), mY(0),
67 mMaxX = maxX;
93 *outMaxX = mMaxX;
101 if (mX > mMaxX) mX = mMaxX;