Home
last modified time | relevance | path

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

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx124 HRGN rgnLast(NULL); in DrawDragRect() local
129 rgnLast = CreateRectRgn(0, 0, 0, 0); in DrawDragRect()
140 CombineRgn(rgnLast,rgnOutside,rgnInside, RGN_XOR); in DrawDragRect()
146 CombineRgn(rgnUpdate,rgnLast,rgnNew, RGN_XOR); in DrawDragRect()
152 SelectClipRgn(hDC,rgnLast); in DrawDragRect()

Completed in 10 milliseconds