ReactOS
0.4.15-dev-2144-g2282205
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 149 of file drawing.cpp.
Referenced by CToolSettingsWindow::OnPaint(), startPaintingL(), startPaintingR(), whilePaintingL(), and whilePaintingR().
Definition at line 95 of file drawing.cpp.
Referenced by GDI_Bezier(), whilePaintingL(), and whilePaintingR().
Definition at line 160 of file drawing.cpp.
Referenced by clear_frontbuffer(), DeleteFrameBrushes(), DrvBitBlt(), MultiWndProc(), CToolSettingsWindow::OnPaint(), PaintCells(), startPaintingL(), startPaintingR(), ui_patblt(), whilePaintingL(), and whilePaintingR().
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 endPaintingL(), endPaintingR(), whilePaintingL(), and whilePaintingR().
Definition at line 117 of file drawing.cpp.
Referenced by endPaintingL(), GetUpdateRect(), IntBeginPaint(), startPaintingL(), and whilePaintingL().
Definition at line 109 of file drawing.cpp.
Referenced by CheckStringBuffer(), CheckStringBufferA(), CheckStringBufferW(), DIB_24BPP_HLine(), RtlFillMemory(), RtlFillMemoryUlong(), startPaintingL(), startPaintingR(), 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(), SelectionModel::DrawBackgroundPoly(), SelectionModel::DrawFramePoly(), endPaintingL(), endPaintingR(), startPaintingL(), startPaintingR(), whilePaintingL(), and whilePaintingR().
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.
Referenced by Text().
Definition at line 228 of file drawing.cpp.
Referenced by whilePaintingL().
Definition at line 134 of file drawing.cpp.
Referenced by COMDLG32_FR_CheckPartial(), COMDLG32_FR_HandleWMCommand(), endPaintingR(), startPaintingR(), UDFHardLink(), UDFHardLinkFile__(), UDFRename(), UDFRenameMoveFile__(), and whilePaintingR().
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 endPaintingL(), endPaintingR(), whilePaintingL(), and whilePaintingR().
Definition at line 249 of file drawing.cpp.
Referenced by CSelectionWindow::OnPaint().
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 277 of file drawing.cpp.