Home | History | Annotate | Download | only in webkit

Lines Matching refs:mTranslate

7769         Point mTranslate;
7805 if (mTranslate == null) {
7810 mTranslate = new Point(from.x - to.x, from.y - to.y);
7816 float tx = mTranslate.x * mProgress;
7817 float ty = mTranslate.y * mProgress;
7828 tx = mTranslate.x - tx;
7829 ty = mTranslate.y - ty;