Home
last modified time | relevance | path

Searched refs:IsBlackAndWhite (Results 1 – 4 of 4) sorted by relevance

/reactos/base/applications/mspaint/
H A Dhistory.h52 BOOL IsBlackAndWhite();
H A Dhistory.cpp328 BOOL ImageModel::IsBlackAndWhite() in IsBlackAndWhite() function in ImageModel
H A Ddialogs.cpp104 if (imageModel.IsBlackAndWhite()) in OnInitDialog()
H A Dmain.cpp1194 if (attributesDialog.m_bBlackAndWhite && !imageModel.IsBlackAndWhite()) in OnCommand()