Home
last modified time | relevance | path

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

/trunk/main/embedserv/source/embed/
H A Dtracker.cxx109 HRGN rgnOutside,rgnInside; in DrawDragRect() local
114 rgnInside = CreateRectRgnIndirect(&rect); in DrawDragRect()
116 CombineRgn(rgnNew,rgnOutside,rgnInside,RGN_XOR); in DrawDragRect()
139 SetRectRgn(rgnInside,rect.left,rect.top,rect.right,rect.bottom); in DrawDragRect()
140 CombineRgn(rgnLast,rgnOutside,rgnInside, RGN_XOR); in DrawDragRect()

Completed in 17 milliseconds