Searched refs:mWaveRect (Results 1 – 2 of 2) sorted by relevance
74 mWaveRect.left = 0; in IMPLEMENT_DYNAMIC()75 mWaveRect.right = 0; in IMPLEMENT_DYNAMIC()76 mWaveRect.top = 0; in IMPLEMENT_DYNAMIC()77 mWaveRect.bottom = 0; in IMPLEMENT_DYNAMIC()163 mWaveRect.top = rect.bottom + (mAnimationBoxSize.cy << 2); in OnPaint()167 mWaveRect.bottom = rect.top - (mAnimationBoxSize.cy << 2); in OnPaint()168 mWaveRect.left = rect.left; in OnPaint()169 mWaveRect.right = rect.right; in OnPaint()171 mAnimationRect = mWaveRect; in OnPaint()196 g.DrawLine(&pen, mWaveRect.left, mWaveRect.top, mWaveRect.left, mWaveRect.bottom); in OnPaint()[all …]
70 CRect mWaveRect; variable