Home
last modified time | relevance | path

Searched refs:GetSelectionContents (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mspaint/
H A Dselectionmodel.h40 HBITMAP GetSelectionContents();
H A Dselectionmodel.cpp91 HBITMAP SelectionModel::GetSelectionContents() in GetSelectionContents() function in SelectionModel
127 m_hbmColor = GetSelectionContents(); in TakeOff()
H A Dmain.cpp957 HBITMAP hbmCopy = selectionModel.GetSelectionContents(); in OnCommand()
1042 HBITMAP hbmSelection = selectionModel.GetSelectionContents(); in OnCommand()
1092 HBITMAP hbmSelection = selectionModel.GetSelectionContents(); in OnCommand()
1236 HBITMAP hbmCopy = selectionModel.GetSelectionContents(); in OnCommand()