ReactOS 0.4.15-dev-6656-gbbb33a6
|
Go to the source code of this file.
Macros | |
#define | ROUND(x) (INT)((x) + 0.5) |
Definition at line 472 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
HBITMAP BitmapFromHEMF | ( | HENHMETAFILE | hEMF | ) |
Definition at line 519 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 409 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 116 of file dib.cpp.
Referenced by CCanvasWindow::DoDraw(), CMiniatureWindow::OnPaint(), and CPaletteWindow::OnPaint().
Definition at line 593 of file dib.cpp.
Referenced by ImageModel::PushBlackAndWhite().
Definition at line 19 of file dib.h.
Referenced by ImageModel::CopyBitmap(), SelectionModel::CopyBitmap(), ImageModel::PushImageForUndo(), ImageModel::ResetToPrevious(), SkewDIB(), SelectionModel::StretchSkew(), and ImageModel::StretchSkew().
Definition at line 88 of file dib.cpp.
Referenced by SelectionModel::StretchSkew().
Definition at line 66 of file dib.cpp.
Referenced by BitmapFromHEMF(), ColorKeyedMaskBlt(), SelectionModel::GetSelectionContents(), ImageModel::ImageModel(), InitializeImage(), and SkewDIB().
Definition at line 33 of file dib.cpp.
Referenced by CachedBufferDIB(), ConvertToBlackAndWhite(), CreateColorDIB(), ImageModel::Crop(), and Rotate90DegreeBlt().
Definition at line 46 of file dib.cpp.
Referenced by SkewDIB(), and SelectionModel::StretchSkew().
Definition at line 253 of file dib.cpp.
Referenced by _tWinMain(), CMainWindow::OnCommand(), and CMainWindow::OnDropFiles().
Definition at line 145 of file dib.cpp.
Referenced by ImageModel::GetHeight(), SelectionModel::InsertFromHBITMAP(), and CMainWindow::InsertSelectionFromHBITMAP().
Definition at line 137 of file dib.cpp.
Referenced by ImageModel::GetWidth(), SelectionModel::InsertFromHBITMAP(), and CMainWindow::InsertSelectionFromHBITMAP().
HBITMAP InitializeImage | ( | LPCWSTR | name, |
LPWIN32_FIND_DATAW | pFound, | ||
BOOL | isFile | ||
) |
Definition at line 227 of file dib.cpp.
Referenced by _tWinMain(), DoLoadImageFile(), and CMainWindow::OnCommand().
Definition at line 542 of file dib.cpp.
Referenced by ImageModel::IsBlackAndWhite().
Definition at line 26 of file dib.cpp.
Referenced by CAttributesDialog::OnEdit1(), CAttributesDialog::OnEdit2(), CAttributesDialog::OnInitDialog(), and CAttributesDialog::OnRadioButton2().
Definition at line 303 of file dib.cpp.
Referenced by ImageModel::RotateNTimes90Degrees(), and SelectionModel::RotateNTimes90Degrees().
BOOL SaveDIBToFile | ( | HBITMAP | hBitmap, |
LPCWSTR | FileName, | ||
BOOL | fIsMainFile, | ||
REFGUID | guidFileType = GUID_NULL |
||
) |
Definition at line 152 of file dib.cpp.
Referenced by CMainWindow::OnCommand(), OpenMailer(), and ImageModel::SaveImage().
HBITMAP SetBitmapAndInfo | ( | HBITMAP | hBitmap, |
LPCWSTR | name, | ||
LPWIN32_FIND_DATAW | pFound, | ||
BOOL | isFile | ||
) |
Definition at line 242 of file dib.cpp.
Referenced by DoLoadImageFile(), and InitializeImage().
void SetFileInfo | ( | LPCWSTR | name, |
LPWIN32_FIND_DATAW | pFound, | ||
BOOL | isAFile | ||
) |
Definition at line 184 of file dib.cpp.
Referenced by SaveDIBToFile(), and SetBitmapAndInfo().
Definition at line 346 of file dib.cpp.
Referenced by SelectionModel::StretchSkew(), and ImageModel::StretchSkew().