ReactOS 0.4.15-dev-5865-g640e228
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 151 of file drawing.cpp.
Referenced by AirBrushTool::draw(), and CToolSettingsWindow::drawAirBrush().
Definition at line 95 of file drawing.cpp.
Referenced by BezierTool::draw(), and GDI_Bezier().
Definition at line 162 of file drawing.cpp.
BOOL ColorKeyedMaskBlt | ( | HDC | hdcDest, |
int | nXDest, | ||
int | nYDest, | ||
int | nWidth, | ||
int | nHeight, | ||
HDC | hdcSrc, | ||
int | nXSrc, | ||
int | nYSrc, | ||
HBITMAP | hbmMask, | ||
int | xMask, | ||
int | yMask, | ||
DWORD | dwRop, | ||
COLORREF | keyColor | ||
) |
Definition at line 292 of file drawing.cpp.
Referenced by SelectionModel::DrawSelection().
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::draw().
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 16 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::CalculateBoundingBoxAndContents(), ShapeTool::draw(), SelectionModel::DrawBackgroundPoly(), and SelectionModel::DrawFramePoly().
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 236 of file drawing.cpp.
Referenced by RectSelTool::OnMouseMove(), and TextTool::UpdatePoint().
Definition at line 136 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::draw().
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 257 of file drawing.cpp.