|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | BITMAPINFOEX |
| struct | BITMAPINFODX |
Macros | |
| #define | WIDTHBYTES(i) (((i) + 31) / 32 * 4) |
Variables | |
| INT | g_fileSize = 0 |
| float | g_xDpi = 96 |
| float | g_yDpi = 96 |
| SYSTEMTIME | g_fileTime |
Definition at line 538 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
| HBITMAP BitmapFromHEMF | ( | HENHMETAFILE | hEMF | ) |
Definition at line 585 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 475 of file dib.cpp.
Referenced by CMainWindow::OnCommand().
Definition at line 142 of file dib.cpp.
Referenced by CMiniatureWindow::OnPaint(), and CPaletteWindow::OnPaint().
Definition at line 659 of file dib.cpp.
Referenced by ImageModel::PushBlackAndWhite().
Definition at line 113 of file dib.cpp.
Referenced by ImageModel::CopyBitmap(), CStyledCursor::CreateStyledCursor(), SkewDIB(), SelectionModel::StretchSkew(), and ImageModel::StretchSkew().
Definition at line 87 of file dib.cpp.
Referenced by CStyledCursor::CreateStyledCursor(), and SelectionModel::StretchSkew().
Definition at line 65 of file dib.cpp.
Referenced by BitmapFromHEMF(), ColorKeyedMaskBlt(), ImageModel::Crop(), SelectionModel::GetSelectionContents(), ImageModel::ImageModel(), InitializeImage(), and SkewDIB().
Definition at line 32 of file dib.cpp.
Referenced by CachedBufferDIB(), ConvertToBlackAndWhite(), CopyDIBImage(), CreateColorDIB(), CCanvasWindow::DoDraw(), getSubImage(), and Rotate90DegreeBlt().
Definition at line 45 of file dib.cpp.
Referenced by SkewDIB(), and SelectionModel::StretchSkew().
Definition at line 284 of file dib.cpp.
Referenced by CMainWindow::OnCommand(), CMainWindow::OnDropFiles(), and wWinMain().
Definition at line 171 of file dib.cpp.
Referenced by ImageModel::GetHeight(), SelectionModel::InsertFromHBITMAP(), and CMainWindow::InsertSelectionFromHBITMAP().
Definition at line 163 of file dib.cpp.
Referenced by ImageModel::GetWidth(), SelectionModel::InsertFromHBITMAP(), and CMainWindow::InsertSelectionFromHBITMAP().
Definition at line 437 of file dib.cpp.
Referenced by SelectionModel::GetSelectionContents(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().
| HBITMAP InitializeImage | ( | LPCWSTR | name, |
| LPWIN32_FIND_DATAW | pFound, | ||
| BOOL | isFile | ||
| ) |
Definition at line 253 of file dib.cpp.
Referenced by DoLoadImageFile(), CMainWindow::OnCommand(), and wWinMain().
Definition at line 608 of file dib.cpp.
Referenced by ImageModel::IsBlackAndWhite().
Definition at line 25 of file dib.cpp.
Referenced by CAttributesDialog::OnEdit1(), CAttributesDialog::OnEdit2(), CAttributesDialog::OnInitDialog(), and CAttributesDialog::OnRadioButton2().
Definition at line 456 of file dib.cpp.
Referenced by ImageModel::Crop(), and ImageModel::SwapPart().
Definition at line 340 of file dib.cpp.
Referenced by ImageModel::RotateNTimes90Degrees(), and SelectionModel::RotateNTimes90Degrees().
Definition at line 178 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 272 of file dib.cpp.
Referenced by DoLoadImageFile(), and InitializeImage().
| void SetFileInfo | ( | LPCWSTR | name, |
| LPWIN32_FIND_DATAW | pFound, | ||
| BOOL | isAFile | ||
| ) |
Definition at line 210 of file dib.cpp.
Referenced by SaveDIBToFile(), and SetBitmapAndInfo().
Definition at line 379 of file dib.cpp.
Referenced by SelectionModel::StretchSkew(), and ImageModel::StretchSkew().
| INT g_fileSize = 0 |
Definition at line 10 of file dib.cpp.
Referenced by CAttributesDialog::OnInitDialog(), and SetFileInfo().
| SYSTEMTIME g_fileTime |
Definition at line 13 of file dib.cpp.
Referenced by CAttributesDialog::OnInitDialog(), and SetFileInfo().
| float g_xDpi = 96 |
Definition at line 11 of file dib.cpp.
Referenced by DoLoadImageFile(), InitializeImage(), CAttributesDialog::OnEdit1(), CAttributesDialog::OnInitDialog(), CAttributesDialog::OnRadioButton1(), CAttributesDialog::OnRadioButton2(), and SaveDIBToFile().
| float g_yDpi = 96 |
Definition at line 12 of file dib.cpp.
Referenced by DoLoadImageFile(), InitializeImage(), CAttributesDialog::OnEdit2(), CAttributesDialog::OnInitDialog(), CAttributesDialog::OnRadioButton1(), CAttributesDialog::OnRadioButton2(), and SaveDIBToFile().