HomeSort by relevance Sort by last modified time
    Searched refs:resultBitmap (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 218 HBITMAP resultBitmap = sourceBmp->clipBitmap(rect, true, bmpInfo, pixels);
219 if (!resultBitmap)
223 ::SetClipboardData(CF_BITMAP, resultBitmap);
226 DeleteObject(resultBitmap);
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 217 HBITMAP resultBitmap = CreateCompatibleBitmap(dc, image->width(), image->height());
218 HBITMAP oldBitmap = (HBITMAP)SelectObject(compatibleDC, resultBitmap);
241 ::SetClipboardData(CF_BITMAP, resultBitmap);

Completed in 641 milliseconds