Searched refs:CreateCompatibleBitmap (Results 1 – 14 of 14) sorted by relevance
| /external/pdfium/core/src/fxge/ge/ |
| D | fx_ge_device.cpp | 67 FX_BOOL CFX_RenderDevice::CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const in CreateCompatibleBitmap() function in CFX_RenderDevice 237 …if (!CreateCompatibleBitmap(&bitmap, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height(… in DrawPath() 282 if (!CreateCompatibleBitmap(&bitmap, pRect->Width(), pRect->Height())) { in FillRect()
|
| D | fx_ge_text.cpp | 308 if (!CreateCompatibleBitmap(&bitmap, pixel_width, pixel_height)) { in DrawNormalText()
|
| /external/deqp/framework/platform/win32/ |
| D | tcuWin32EGLNativeDisplayFactory.cpp | 310 tmpBitmap = CreateCompatibleBitmap(screenDC, width, height); in readScreenPixels()
|
| /external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
| D | rand_win.c | 765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n); in readscreen()
|
| /external/openssl/crypto/rand/ |
| D | rand_win.c | 765 hBitmap = CreateCompatibleBitmap(hScrDC, w, n); in readscreen()
|
| /external/mesa3d/src/mesa/drivers/windows/gdi/ |
| D | wgl.c | 420 bitObject = CreateCompatibleBitmap(bitDevice, in wglUseFontBitmaps_FX()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
| D | wgl.c | 420 bitObject = CreateCompatibleBitmap(bitDevice, in wglUseFontBitmaps_FX()
|
| /external/pdfium/core/src/fpdfapi/fpdf_render/ |
| D | fpdf_render.cpp | 838 if (!m_pDevice->CreateCompatibleBitmap(oriDevice, width, height)) { in ProcessTransparency() 922 m_pDevice->CreateCompatibleBitmap(pBackdrop, width, height); in GetBackdrop() 1392 m_pDevice->CreateCompatibleBitmap(&buffer, m_pBitmap->GetWidth(), m_pBitmap->GetHeight()); in OutputToDevice()
|
| /external/pdfium/core/include/fxge/ |
| D | fx_ge.h | 374 FX_BOOL CreateCompatibleBitmap(CFX_DIBitmap* pDIB, int width, int height) const;
|
| /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
| D | main_wnd.cc | 244 HBITMAP bmp_mem = ::CreateCompatibleBitmap(ps.hdc, rc.right, rc.bottom); in OnPaint()
|
| /external/chromium_org/ui/base/clipboard/ |
| D | clipboard_win.cc | 331 HBITMAP hbitmap = ::CreateCompatibleBitmap(dc, size.width(), size.height()); in WriteBitmapFromHandle()
|
| /external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
| D | SDL_dibvideo.c | 488 hbm = CreateCompatibleBitmap( hdc, 1, 1 ); in DIB_SussScreenDepth()
|
| /external/pdfium/core/src/fxge/win32/ |
| D | fx_win32_device.cpp | 936 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits()
|
| /external/chromium_org/ui/native_theme/ |
| D | native_theme_win.cc | 885 base::win::ScopedBitmap mem_bitmap(CreateCompatibleBitmap(hdc, r.width(), in PaintMenuArrow()
|