Lines Matching defs:mRadius
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);
687 float mRadius;
1218 mX(x), mY(y), mRadius(radius) {}
1221 return renderer.drawCircle(mX, mY, mRadius, getPaint(renderer));
1225 OP_LOG("Draw Circle x %f, y %f, r %f", mX, mY, mRadius);
1233 float mRadius;