ReactOS 0.4.15-dev-6703-g6528ab8
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 155 of file drawing.cpp.
Referenced by AirBrushTool::draw(), and CToolSettingsWindow::drawAirBrush().
Definition at line 95 of file drawing.cpp.
Referenced by GDI_Bezier(), and BezierTool::OnDrawOverlayOnImage().
void Brush | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | color, | ||
LONG | style, | ||
INT | thickness | ||
) |
Definition at line 168 of file drawing.cpp.
BOOL ColorKeyedMaskBlt | ( | HDC | hdcDest, |
int | nXDest, | ||
int | nYDest, | ||
int | nWidth, | ||
int | nHeight, | ||
HDC | hdcSrc, | ||
int | nXSrc, | ||
int | nYSrc, | ||
int | nSrcWidth, | ||
int | nSrcHeight, | ||
HBITMAP | hbmMask, | ||
COLORREF | keyColor | ||
) |
Definition at line 291 of file drawing.cpp.
Referenced by SelectionModel::DrawSelection().
Definition at line 366 of file drawing.cpp.
Referenced by CCanvasWindow::DoDraw(), and CCanvasWindow::drawZoomFrame().
void Ellp | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style | ||
) |
Definition at line 40 of file drawing.cpp.
Referenced by EllipseTool::OnDrawOverlayOnImage().
Definition at line 117 of file drawing.cpp.
Referenced by RubberTool::draw(), GetUpdateRect(), and IntBeginPaint().
Definition at line 109 of file drawing.cpp.
Referenced by CheckStringBuffer(), CheckStringBufferA(), CheckStringBufferW(), DIB_24BPP_HLine(), FillTool::OnButtonDown(), RtlFillMemory(), RtlFillMemoryUlong(), TuiDrawBox(), and UiDrawBox().
Definition at line 15 of file drawing.cpp.
void Poly | ( | HDC | hdc, |
POINT * | lpPoints, | ||
int | nCount, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style, | ||
BOOL | closed, | ||
BOOL | inverted | ||
) |
Definition at line 70 of file drawing.cpp.
Referenced by SelectionModel::DrawFramePoly(), and ShapeTool::OnDrawOverlayOnImage().
void Rect | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style | ||
) |
Definition at line 25 of file drawing.cpp.
Definition at line 235 of file drawing.cpp.
Referenced by RectSelTool::OnDrawOverlayOnImage(), and TextTool::OnDrawOverlayOnImage().
Definition at line 134 of file drawing.cpp.
Referenced by COMDLG32_FR_CheckPartial(), COMDLG32_FR_HandleWMCommand(), RubberTool::draw(), UDFHardLink(), UDFHardLinkFile__(), UDFRename(), and UDFRenameMoveFile__().
void RRect | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style | ||
) |
Definition at line 55 of file drawing.cpp.
Referenced by RRectTool::OnDrawOverlayOnImage().
void Text | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
LPCTSTR | lpchText, | ||
HFONT | font, | ||
LONG | style | ||
) |
Definition at line 256 of file drawing.cpp.