ReactOS 0.4.15-dev-5893-g1bb4167
|
Go to the source code of this file.
Macros | |
#define | M_PI 3.14159265 |
Functions | |
float | PpmFromDpi (float dpi) |
HBITMAP | CreateDIBWithProperties (int width, int height) |
HBITMAP | CreateColorDIB (int width, int height, COLORREF rgb) |
int | GetDIBWidth (HBITMAP hBitmap) |
int | GetDIBHeight (HBITMAP hBitmap) |
BOOL | SaveDIBToFile (HBITMAP hBitmap, LPTSTR FileName, HDC hDC) |
void | ShowFileLoadError (LPCTSTR name) |
HBITMAP | SetBitmapAndInfo (HBITMAP hBitmap, LPCTSTR name, DWORD dwFileSize, BOOL isFile) |
HBITMAP | DoLoadImageFile (HWND hwnd, LPCTSTR name, BOOL fIsMainFile) |
HBITMAP | Rotate90DegreeBlt (HDC hDC1, INT cx, INT cy, BOOL bRight) |
HBITMAP | SkewDIB (HDC hDC1, HBITMAP hbm, INT nDegree, BOOL bVertical) |
Variables | |
INT | fileSize = 0 |
float | g_xDpi = 96 |
float | g_yDpi = 96 |
SYSTEMTIME | fileTime |
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().
INT fileSize = 0 |
Definition at line 12 of file dib.cpp.
Referenced by ImageGetDigestStream(), IMAGEHLP_ReportCodeSections(), IMAGEHLP_ReportImportSection(), IMAGEHLP_ReportSection(), IMAGEHLP_ReportSectionFromOffset(), CAttributesDialog::OnInitDialog(), SaveDIBToFile(), SetBitmapAndInfo(), and SOFTPUB_GetFileSubject().
SYSTEMTIME fileTime |
Definition at line 15 of file dib.cpp.
Referenced by add_date_string_to_control(), CertVerifyCRLTimeValidity(), CertVerifyTimeValidity(), DoLoadImageFile(), format_long_date(), getChain(), CAttributesDialog::OnInitDialog(), SaveDIBToFile(), SetBitmapAndInfo(), SHFormatDateTimeA(), SHFormatDateTimeW(), test_CERT_CHAIN_PARA_cbSize(), test_verifyTimeValidity(), and testGetCertChain().
float g_xDpi = 96 |
Definition at line 13 of file dib.cpp.
Referenced by DoLoadImageFile(), CAttributesDialog::OnEdit1(), CAttributesDialog::OnInitDialog(), CAttributesDialog::OnRadioButton1(), CAttributesDialog::OnRadioButton2(), SaveDIBToFile(), and SetBitmapAndInfo().
float g_yDpi = 96 |
Definition at line 14 of file dib.cpp.
Referenced by DoLoadImageFile(), CAttributesDialog::OnEdit2(), CAttributesDialog::OnInitDialog(), CAttributesDialog::OnRadioButton1(), CAttributesDialog::OnRadioButton2(), SaveDIBToFile(), and SetBitmapAndInfo().