ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Definition at line 153 of file drawing.cpp.
Referenced by CToolSettingsWindow::drawAirBrush(), and AirBrushTool::OnDraw().
Definition at line 93 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 166 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 287 of file drawing.cpp.
Referenced by SelectionModel::DrawSelection().
Definition at line 362 of file drawing.cpp.
Referenced by CCanvasWindow::DoDraw(), and ZoomTool::OnDrawOverlayOnCanvas().
void Ellp | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style | ||
) |
Definition at line 38 of file drawing.cpp.
Referenced by EllipseTool::OnDrawOverlayOnImage().
Definition at line 115 of file drawing.cpp.
Referenced by GetUpdateRect(), IntBeginPaint(), and RubberTool::OnDraw().
Definition at line 107 of file drawing.cpp.
Referenced by CheckStringBuffer(), CheckStringBufferA(), CheckStringBufferW(), DIB_24BPP_HLine(), FillTool::OnButtonDown(), RtlFillMemory(), RtlFillMemoryUlong(), TuiDrawBox(), and UiDrawBox().
Definition at line 13 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 68 of file drawing.cpp.
Referenced by ShapeTool::OnDrawOverlayOnImage(), and FreeSelTool::OnDrawOverlayOnImage().
void Rect | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
int | thickness, | ||
int | style | ||
) |
Definition at line 23 of file drawing.cpp.
Definition at line 233 of file drawing.cpp.
Referenced by RectSelTool::OnDrawOverlayOnImage(), and TextTool::OnDrawOverlayOnImage().
Definition at line 132 of file drawing.cpp.
Referenced by COMDLG32_FR_CheckPartial(), COMDLG32_FR_HandleWMCommand(), RubberTool::OnDraw(), 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 53 of file drawing.cpp.
Referenced by RRectTool::OnDrawOverlayOnImage().
void Text | ( | HDC | hdc, |
LONG | x1, | ||
LONG | y1, | ||
LONG | x2, | ||
LONG | y2, | ||
COLORREF | fg, | ||
COLORREF | bg, | ||
LPCWSTR | lpchText, | ||
HFONT | font, | ||
LONG | style | ||
) |
Definition at line 254 of file drawing.cpp.