Home
last modified time | relevance | path

Searched refs:mWaveRect (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Deasing_function_select_dlg.cpp74 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 …]
Deasing_function_select_dlg.h70 CRect mWaveRect; variable