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

  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 56 HBITMAP hbmp = CreateDIBSection(dc, &bmpInfo, DIB_RGB_COLORS, &bits, 0, 0); local
62 return hbmp;
71 DeleteObject(hbmp);
88 return hbmp;
117 HBITMAP hbmp = 0; local
125 hbmp = allocImage(dstDC, dstSize, &targetContext);
126 if (!hbmp)
147 if (!hbmp)
148 hbmp = image;
152 return hbmp;
157 HBITMAP hbmp = 0; local
    [all...]
DragImageCGWin.cpp 51 HBITMAP hbmp = CreateDIBSection(dc, &bmpInfo, DIB_RGB_COLORS, &bits, 0, 0); local
54 return hbmp;
62 DeleteObject(hbmp);
67 return hbmp;
95 HBITMAP hbmp = 0; local
101 hbmp = allocImage(dstDC, dstSize, &targetContext);
102 if (!hbmp)
119 if (!hbmp)
120 hbmp = image;
124 return hbmp;
129 HBITMAP hbmp = 0; local
    [all...]
  /external/webkit/WebCore/page/win/
FrameCGWin.cpp 64 HBITMAP hbmp = CreateDIBSection(0, &bmp, DIB_RGB_COLORS, static_cast<void**>(&bits), 0, 0); local
65 HBITMAP hbmpOld = static_cast<HBITMAP>(SelectObject(hdc, hbmp));
82 return hbmp;
  /external/webkit/WebKit/win/
WebNodeHighlight.cpp 153 OwnPtr<HBITMAP> hbmp(::CreateDIBSection(hdc, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0));
155 ::SelectObject(hdc, hbmp.get());
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp     [all...]

Completed in 38 milliseconds