Home | History | Annotate | Download | only in hwui

Lines Matching refs:mDx

392             : mDx(dx), mDy(dy) {}
395 renderer.translate(mDx, mDy);
399 OP_LOG("Translate by %f %f", mDx, mDy);
405 float mDx;