Lines Matching refs:mTransform
473 mTransform = transform; in initialize()
498 mTransform = other->mTransform; in copyFrom()
535 switch (mTransform.getOrientation()) { in getSurfaceRotation()
550 vec2 vals = mTransform.transform(getRawXCursorPosition(), getRawYCursorPosition()); in getXCursorPosition()
555 vec2 vals = mTransform.transform(getRawXCursorPosition(), getRawYCursorPosition()); in getYCursorPosition()
560 ui::Transform inverse = mTransform.inverse(); in setCursorPosition()
610 return calculateTransformedAxisValue(axis, mSource, mTransform, coords); in getHistoricalAxisValue()
624 float currXOffset = mTransform.tx(); in offsetLocation()
625 float currYOffset = mTransform.ty(); in offsetLocation()
626 mTransform.set(currXOffset + xOffset, currYOffset + yOffset); in offsetLocation()
630 mTransform.set(mTransform.tx() * globalScaleFactor, mTransform.ty() * globalScaleFactor); in scale()
647 mTransform = newTransform * mTransform; in transform()
716 result = android::readFromParcel(mTransform, *parcel); in readFromParcel()
780 status_t result = android::writeToParcel(mTransform, *parcel); in writeToParcel()