ReactOS
0.4.15-dev-2100-g9e32854
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
void | placeSelWin () |
void | regularize (LONG x0, LONG y0, LONG &x1, LONG &y1) |
void | roundTo8Directions (LONG x0, LONG y0, LONG &x1, LONG &y1) |
void | startPaintingL (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
void | whilePaintingL (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
void | endPaintingL (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
void | startPaintingR (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
void | whilePaintingR (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
void | endPaintingR (HDC hdc, LONG x, LONG y, COLORREF fg, COLORREF bg) |
Variables | |
POINT | pointStack [256] |
short | pointSP |
Definition at line 218 of file mouse.cpp.
Referenced by CImgAreaWindow::cancelDrawing(), CMainWindow::OnCommand(), and CImgAreaWindow::OnLButtonUp().
Definition at line 464 of file mouse.cpp.
Referenced by CImgAreaWindow::cancelDrawing(), and CImgAreaWindow::OnRButtonUp().
Definition at line 16 of file mouse.cpp.
Referenced by endPaintingL(), CMainWindow::InsertSelectionFromHBITMAP(), CSelectionWindow::OnCaptureChanged(), and CSelectionWindow::OnLButtonUp().
Definition at line 25 of file mouse.cpp.
Referenced by endPaintingL(), endPaintingR(), whilePaintingL(), and whilePaintingR().
Definition at line 34 of file mouse.cpp.
Referenced by endPaintingL(), endPaintingR(), whilePaintingL(), and whilePaintingR().
Definition at line 56 of file mouse.cpp.
Referenced by CMainWindow::OnCommand(), and CImgAreaWindow::OnLButtonDown().
Definition at line 329 of file mouse.cpp.
Referenced by CImgAreaWindow::OnRButtonDown().
Definition at line 125 of file mouse.cpp.
Referenced by CMainWindow::OnCommand(), and CImgAreaWindow::OnMouseMove().
Definition at line 389 of file mouse.cpp.
Referenced by CImgAreaWindow::OnMouseMove().
short pointSP |
Definition at line 53 of file mouse.cpp.
Referenced by CImgAreaWindow::cancelDrawing(), endPaintingL(), endPaintingR(), CScrollboxWindow::OnLButtonDown(), CToolBox::OnToolsModelToolChanged(), startPaintingL(), startPaintingR(), whilePaintingL(), and whilePaintingR().
POINT pointStack[256] |
Definition at line 52 of file mouse.cpp.
Referenced by endPaintingL(), endPaintingR(), startPaintingL(), startPaintingR(), whilePaintingL(), and whilePaintingR().