Lines Matching refs:mpPaletteFrame
60 mpPaletteFrame = NULL; in BEGIN_MESSAGE_MAP()
82 if (mpPaletteFrame) in ~PaletteLayoutDlg()
84 delete mpPaletteFrame; in ~PaletteLayoutDlg()
111 mpPaletteFrame = new palette_frame(&mpProject->mDisplays[mDisplay].themes[mTheme]); in OnInitDialog()
112 …mpPaletteFrame->Create(target_class_name, _T("PaletteFrame"), WS_CHILD | WS_VISIBLE | WS_CLIPCHILD… in OnInitDialog()
338 mpPaletteFrame->SetRowData(); in OnEnChangeUserPaletteEntries()
395 mpPaletteFrame->SetRowData(); in OnBnClickedImportPalette()
462 mpPaletteFrame->SetRowData(); in OnBnClickedDefaultPalette()
521 mpPaletteFrame->SetRowData(); in OnGenGradient()
527 int top_index = mpPaletteFrame->GetTopIndex(); in Scroll()
545 if (top_index != mpPaletteFrame->GetTopIndex()) in Scroll()
547 mpPaletteFrame->SetTopIndex(top_index); in Scroll()
549 mpPaletteFrame->SetRowData(); in Scroll()
558 int top_index = mpPaletteFrame->GetTopIndex(); in OnVScroll()