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

  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 19 HBITMAP CreateHBitmap(int width, int height, bool is_opaque,
41 HBITMAP hbitmap = CreateDIBSection(NULL, reinterpret_cast<BITMAPINFO*>(&hdr), local
47 if (!hbitmap)
51 return hbitmap;
62 old_hbitmap_ = static_cast<HBITMAP>(SelectObject(hdc_, hbitmap_));
102 DeleteObject(static_cast<HBITMAP>(context));
106 bool is_opaque, void* data, HBITMAP hbitmap) {
112 DeleteHBitmapCallback, hbitmap);
126 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, shared_section, local
304 HBITMAP hbitmap = CreateHBitmap(width, height, is_opaque, 0, &data); local
    [all...]
bitmap_platform_device_win.h 76 BitmapPlatformDevice(HBITMAP hbitmap, const SkBitmap& bitmap);
81 HBITMAP hbitmap_;
85 HBITMAP old_hbitmap_;
vector_platform_device_emf_win.cc 81 // VectorPlatformDeviceEmf has no way to detect this, so the HBITMAP
926 HBITMAP hbitmap = ::CreateDIBSection( local
943 SkASSERT(hbitmap);
944 HGDIOBJ old_bitmap = ::SelectObject(bitmap_dc, hbitmap);
968 ::SelectObject(bitmap_dc, static_cast<HBITMAP>(old_bitmap));
969 DeleteObject(hbitmap);
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 24 static void SetDragImageOnDataObject(HBITMAP hbitmap,
35 sdi.hbmpDragImage = hbitmap;
41 // Blit the contents of the canvas to a new HBITMAP. It is the caller's
43 static HBITMAP CreateHBITMAPFromSkBitmap(const SkBitmap& sk_bitmap) {
48 HBITMAP bitmap =
66 // SetDragImageOnDataObject(HBITMAP) takes ownership of the bitmap.
67 HBITMAP bitmap = CreateHBITMAPFromSkBitmap(
  /external/chromium_org/ui/base/clipboard/
clipboard_win.cc 300 HBITMAP source_hbitmap =
310 // Now we have an HBITMAP, we can write it to the clipboard
319 void Clipboard::WriteBitmapFromHandle(HBITMAP source_hbitmap,
330 // This is the HBITMAP we will eventually write to the clipboard
331 HBITMAP hbitmap = ::CreateCompatibleBitmap(dc, size.width(), size.height()); local
332 if (!hbitmap) {
340 HBITMAP old_hbitmap = (HBITMAP)SelectObject(compatible_dc, hbitmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
olectl.h 99 HBITMAP hbitmap; member in struct:tagPICTDESC::__anon30225::__anon30226

Completed in 204 milliseconds