Searched refs:mRed (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | color_edit_dialog.cpp | 522 mRed = mGreen = mBlue = 0; in BEGIN_MESSAGE_MAP() 589 mRed = (color >> 16) & 0xff;; in color_edit_dialog() 816 DDX_Text(pDX, IDC_EDIT_RED, mRed); in DoDataExchange() 821 DDX_Slider(pDX, IDC_RED_SLIDER, mRed); in DoDataExchange() 975 GX_COLOR color = (mAlpha << 24) | (mRed << 16) | (mGreen << 8) | mBlue; in GetColor() 995 mRed = val; in OnEnChangeEditRed() 996 mRedSlider.SetPos(mRed); in OnEnChangeEditRed() 1003 SetDlgItemInt(IDC_EDIT_RED, mRed); in OnEnChangeEditRed() 1143 mRed = nPos; in OnHScroll() 1144 SetDlgItemInt(IDC_EDIT_RED, mRed); in OnHScroll() [all …]
|
| D | PaletteLayoutDlg.cpp | 735 mRed = (unsigned char) (color >> 16); in SetData() 736 SetDlgItemInt(ID_REDFIELD, mRed); in SetData() 790 boxbrush.CreateSolidBrush(RGB(mRed, mGreen, mBlue)); in OnPaint() 843 SetDlgItemInt(ID_REDFIELD, mRed); in ColorChanged() 847 mRed = val; in ColorChanged() 874 mColor = (mAlpha << 24) | (mRed << 16) | (mGreen << 8) | mBlue; in ColorChanged()
|
| D | PaletteLayoutDlg.h | 37 unsigned char mRed; variable
|
| D | color_edit_dialog.h | 99 int mRed; variable
|