Searched refs:rgnInside (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/embedserv/source/embed/ |
H A D | tracker.cxx | 109 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 9 milliseconds