ReactOS 0.4.15-dev-5893-g1bb4167
|
Go to the source code of this file.
Functions | |
HBITMAP | CreateDIBWithProperties (int width, int height) |
HBITMAP | CreateColorDIB (int width, int height, COLORREF rgb) |
static HBITMAP | CopyDIBImage (HBITMAP hbm, INT cx=0, INT cy=0) |
int | GetDIBWidth (HBITMAP hbm) |
int | GetDIBHeight (HBITMAP hbm) |
BOOL | SaveDIBToFile (HBITMAP hBitmap, LPTSTR FileName, HDC hDC) |
HBITMAP | DoLoadImageFile (HWND hwnd, LPCTSTR name, BOOL fIsMainFile) |
void | ShowFileLoadError (LPCTSTR name) |
HBITMAP | SetBitmapAndInfo (HBITMAP hBitmap, LPCTSTR name, DWORD dwFileSize, BOOL isFile) |
HBITMAP | Rotate90DegreeBlt (HDC hDC1, INT cx, INT cy, BOOL bRight) |
HBITMAP | SkewDIB (HDC hDC1, HBITMAP hbm, INT nDegree, BOOL bVertical) |
float | PpmFromDpi (float dpi) |
Definition at line 14 of file dib.h.
Referenced by ImageModel::CopyPrevious(), SelectionModel::InsertFromHBITMAP(), CMainWindow::OnCommand(), ImageModel::ResetToPrevious(), SkewDIB(), ImageModel::StretchSkew(), and SelectionModel::StretchSkew().
Definition at line 40 of file dib.cpp.
Referenced by SetBitmapAndInfo(), and SkewDIB().
Definition at line 26 of file dib.cpp.
Referenced by SelectionModel::CalculateBoundingBoxAndContents(), SelectionModel::CalculateContents(), CreateColorDIB(), ImageModel::Crop(), ImageModel::ImageModel(), Rotate90DegreeBlt(), and SelectionModel::ScaleContentsToFit().
Definition at line 164 of file dib.cpp.
Referenced by _tWinMain(), CMainWindow::OnCommand(), and CMainWindow::OnDropFiles().
Definition at line 71 of file dib.cpp.
Referenced by SelectionModel::DrawSelectionStretched(), ImageModel::GetHeight(), SelectionModel::InsertFromHBITMAP(), CMainWindow::InsertSelectionFromHBITMAP(), and SelectionModel::ScaleContentsToFit().
Definition at line 63 of file dib.cpp.
Referenced by SelectionModel::DrawSelectionStretched(), ImageModel::GetWidth(), SelectionModel::InsertFromHBITMAP(), CMainWindow::InsertSelectionFromHBITMAP(), and SelectionModel::ScaleContentsToFit().
Definition at line 20 of file dib.cpp.
Referenced by CAttributesDialog::OnEdit1(), CAttributesDialog::OnEdit2(), CAttributesDialog::OnInitDialog(), and CAttributesDialog::OnRadioButton2().
Definition at line 223 of file dib.cpp.
Referenced by ImageModel::RotateNTimes90Degrees(), and SelectionModel::RotateNTimes90Degrees().
Definition at line 78 of file dib.cpp.
Referenced by CMainWindow::OnCommand(), and ImageModel::SaveImage().
Definition at line 118 of file dib.cpp.
Referenced by DoLoadImageFile(), and CMainWindow::OnCommand().
Definition at line 109 of file dib.cpp.
Referenced by SaveDIBToFile().
Definition at line 262 of file dib.cpp.
Referenced by ImageModel::StretchSkew(), and SelectionModel::StretchSkew().