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

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp131 SHDRAGIMAGE sdi; local
132 sdi.sizeDragImage.cx = b.bmWidth;
133 sdi.sizeDragImage.cy = b.bmHeight;
134 sdi.crColorKey = 0xffffffff;
135 sdi.hbmpDragImage = image;
136 sdi.ptOffset.x = dragPoint.x() - imageOrigin.x();
137 sdi.ptOffset.y = dragPoint.y() - imageOrigin.y();
139 sdi.ptOffset.y = b.bmHeight - sdi.ptOffset.y;
141 helper->InitializeFromBitmap(&sdi, dataObjec
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp778 SHDRAGIMAGE sdi; local
779 sdi.sizeDragImage.cx = bitmapInfo.bmiHeader.biWidth;
780 sdi.sizeDragImage.cy = bitmapInfo.bmiHeader.biHeight;
781 sdi.crColorKey = 0xffffffff;
782 sdi.hbmpDragImage = hbmp.leakPtr();
783 sdi.ptOffset.x = dragPoint.x() - imageOrigin.x();
784 sdi.ptOffset.y = dragPoint.y() - imageOrigin.y();
786 sdi.ptOffset.y = bitmapInfo.bmiHeader.biHeight - sdi.ptOffset.y;
788 helper->InitializeFromBitmap(&sdi, dataObjec
[all...]

Completed in 57 milliseconds