Home
last modified time | relevance | path

Searched refs:lpRectLast (Results 1 – 1 of 1) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx104 LPRECT lpRectLast,SIZE sizeLast, in DrawDragRect() argument
126 if (lpRectLast != NULL) in DrawDragRect()
132 lpRectLast->left, in DrawDragRect()
133 lpRectLast->top, in DrawDragRect()
134 lpRectLast->right, in DrawDragRect()
135 lpRectLast->bottom); in DrawDragRect()
136 rect = *lpRectLast; in DrawDragRect()
138 IntersectRect(&rect,&rect, lpRectLast); in DrawDragRect()
149 if (hBrush != hBrushLast && lpRectLast != NULL) in DrawDragRect()

Completed in 15 milliseconds