Home | History | Annotate | Download | only in hwui

Lines Matching refs:mDx

381             : mDx(dx), mDy(dy) {}
384 renderer.translate(mDx, mDy);
388 OP_LOG("Translate by %f %f", mDx, mDy);
394 float mDx;
674 : mRadius(radius), mDx(dx), mDy(dy), mColor(color) {}
677 renderer.setupShadow(mRadius, mDx, mDy, mColor);
681 OP_LOG("SetupShadow, radius %f, %f, %f, color %#x", mRadius, mDx, mDy, mColor);
688 float mDx;