|
ReactOS 0.4.17-dev-470-gf9e3448
|

Go to the source code of this file.
Definition at line 369 of file drawing.cpp.
Referenced by CToolSettingsWindow::drawAirBrush(), and AirBrushTool::OnDraw().
Definition at line 382 of file drawing.cpp.
Definition at line 249 of file drawing.cpp.
Referenced by GDI_Bezier(), and BezierTool::OnDrawOverlayOnImage().
Definition at line 263 of file drawing.cpp.
| void Brush | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| COLORREF | color, | ||
| LONG | style, | ||
| INT | thickness | ||
| ) |
Definition at line 457 of file drawing.cpp.
| void Brush | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| HBRUSH | hBrush, | ||
| LONG | style, | ||
| INT | thickness | ||
| ) |
Definition at line 465 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 564 of file drawing.cpp.
Referenced by SelectionModel::DrawSelection().
Definition at line 650 of file drawing.cpp.
Referenced by ToolsModel::CreateBrush().
Definition at line 639 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 98 of file drawing.cpp.
Referenced by EllipseTool::OnDrawOverlayOnImage().
| void Ellp | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| HBRUSH | hFgBrush, | ||
| HBRUSH | hBgBrush, | ||
| INT | thickness, | ||
| INT | style | ||
| ) |
Definition at line 113 of file drawing.cpp.
Definition at line 302 of file drawing.cpp.
Referenced by CStyledCursor::CreateStyledCursor(), Erase(), GetUpdateRect(), IntBeginPaint(), and RubberTool::OnDraw().
Definition at line 310 of file drawing.cpp.
Definition at line 286 of file drawing.cpp.
Referenced by CheckStringBuffer(), CheckStringBufferA(), CheckStringBufferW(), DIB_24BPP_HLine(), Fill(), ntGetThreadName(), FillTool::OnButtonDown(), RtlFillMemory(), RtlFillMemoryUlong(), TuiDrawBox(), and UiDrawBox().
Definition at line 294 of file drawing.cpp.
Definition at line 25 of file drawing.cpp.
Definition at line 35 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 184 of file drawing.cpp.
Referenced by ShapeTool::OnDrawOverlayOnImage(), and FreeSelTool::OnDrawOverlayOnImage().
| void Poly | ( | HDC | hdc, |
| POINT * | lpPoints, | ||
| INT | nCount, | ||
| HBRUSH | hFgBrush, | ||
| HBRUSH | hBgBrush, | ||
| INT | thickness, | ||
| INT | style, | ||
| BOOL | closed, | ||
| BOOL | inverted | ||
| ) |
Definition at line 209 of file drawing.cpp.
| void Rect | ( | 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.
| void Rect | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| HBRUSH | hFgBrush, | ||
| HBRUSH | hBgBrush, | ||
| INT | thickness, | ||
| INT | style | ||
| ) |
Definition at line 70 of file drawing.cpp.
Definition at line 481 of file drawing.cpp.
Referenced by RectSelTool::OnDrawOverlayOnImage(), and TextTool::OnDrawOverlayOnImage().
Definition at line 324 of file drawing.cpp.
Referenced by COMDLG32_FR_CheckPartial(), COMDLG32_FR_HandleWMCommand(), RubberTool::OnDraw(), UDFHardLink(), UDFHardLinkFile__(), UDFRename(), and UDFRenameMoveFile__().
| void Replace | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| COLORREF | fg, | ||
| HBRUSH | hBgBrush, | ||
| LONG | radius | ||
| ) |
Definition at line 345 of file drawing.cpp.
| void RRect | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| COLORREF | fg, | ||
| COLORREF | bg, | ||
| int | thickness, | ||
| int | style | ||
| ) |
Definition at line 141 of file drawing.cpp.
Referenced by RRectTool::OnDrawOverlayOnImage().
| void RRect | ( | HDC | hdc, |
| LONG | x1, | ||
| LONG | y1, | ||
| LONG | x2, | ||
| LONG | y2, | ||
| HBRUSH | hFgBrush, | ||
| HBRUSH | hBgBrush, | ||
| INT | thickness, | ||
| INT | style | ||
| ) |
Definition at line 156 of file drawing.cpp.
| 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 502 of file drawing.cpp.