Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp160 SHDRAGIMAGE sdi; in startDrag() local
161 sdi.sizeDragImage.cx = b.bmWidth; in startDrag()
162 sdi.sizeDragImage.cy = b.bmHeight; in startDrag()
163 sdi.crColorKey = 0xffffffff; in startDrag()
164 sdi.hbmpDragImage = image; in startDrag()
165 sdi.ptOffset.x = dragPoint.x() - imageOrigin.x(); in startDrag()
166 sdi.ptOffset.y = dragPoint.y() - imageOrigin.y(); in startDrag()
168 sdi.ptOffset.y = b.bmHeight - sdi.ptOffset.y; in startDrag()
170 helper->InitializeFromBitmap(&sdi, dataObject.get()); in startDrag()