Searched refs:StretchDIBits (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/ui/gfx/
H A Dgdi_util.h48 GFX_EXPORT void StretchDIBits(HDC hdc,
H A Dgdi_util.cc122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h, function in namespace:gfx
126 // bitmap, StretchDIBits looks at it top-down! For more details, see
127 // http://wiki.allegro.cc/index.php?title=StretchDIBits.
132 rv = ::StretchDIBits(hdc,
137 rv = ::StretchDIBits(hdc,
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp38 return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth(), pSource->GetHeight(),
53 FX_BOOL CGdiPrinterDriver::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top, function in class:CGdiPrinterDriver
212 return StretchDIBits(pSource, color, bFlipX ? full_rect.right : full_rect.left, bFlipY ? full_rect.bottom : full_rect.top,
221 FX_BOOL ret = StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), full_rect.Height(), NULL, 0,
235 FX_BOOL ret = StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, full_rect.Width(), full_rect.Height(), NULL, 0,
398 FX_BOOL CPSPrinterDriver::StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top, function in class:CPSPrinterDriver
405 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top, dest_width, dest_height, flags, alpha_flag, pIccTransform);
H A Dwin32_int.h20 FX_BOOL StretchDIBits(HDC hDC, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top,
137 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
158 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
218 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
H A Dfx_win32_device.cpp498 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height,
544 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height,
578 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height,
991 return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, width, height,
1034 FX_BOOL CGdiDisplayDriver::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top, function in class:CGdiDisplayDriver
1076 return pPlatform->m_GdiplusExt.StretchDIBits(m_hDC, pBitmap, dest_left, dest_top, dest_width, dest_height, pClipRect, flags);
/external/chromium_org/ui/gl/
H A Dgl_surface_win.cc173 // StretchDIBits succeeds or not. It will fail if the window has been
179 StretchDIBits(device_context_,
214 // StretchDIBits succeeds or not. It will fail if the window has been
220 StretchDIBits(device_context_,
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c201 StretchDIBits(hDC,
/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c201 StretchDIBits(hDC,
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h82 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
/external/pdfium/core/include/fxge/
H A Dfx_ge.h420 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height,
603 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
689 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp365 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, function in class:CFX_RenderDevice
375 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width, dest_height, &clip_box, flags, 0, pIccTransform, blend_mode);
390 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width, dest_height, &clip_box, flags, alpha_flag, pIccTransform);
H A Dfx_ge_ps.cpp316 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top, function in class:CFX_PSRenderer
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dgdivideorenderer.cc200 StretchDIBits(hdc,
/external/opencv/otherlibs/highgui/
H A Dimage.cpp238 ::StretchDIBits(
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h139 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color, int dest_left, int dest_top,
H A Dfx_quartz_device.cpp688 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap, function in class:CFX_QuartzDeviceDriver
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Signature.cpp45 pDevice->StretchDIBits(m_pImage, (FX_INT32)x, (FX_INT32)y,
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc281 StretchDIBits(dc_mem, x, y, width, height,
289 StretchDIBits(dc_mem,
/external/libpng/contrib/gregbook/
H A Drpng-win.c702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
H A Drpng2-win.c1229 rc = StretchDIBits(hdc, 0, 0, rpng2_info.width, rpng2_info.height,
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1387 m_pDevice->StretchDIBits(m_pBitmap, m_Rect.left, m_Rect.top, m_Rect.Width(), m_Rect.Height());
1395 m_pDevice->StretchDIBits(&buffer, m_Rect.left, m_Rect.top, m_Rect.Width(), m_Rect.Height());
1471 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, m_Rect.top, m_Rect.Width(), m_Rect.Height());
/external/chromium_org/printing/
H A Demf_win.cc330 // Another tweak we make is for JPEGs/PNGs in calls to StretchDIBits.
381 res = (0 != StretchDIBits(hdc, sdib_record->xDest, sdib_record->yDest,
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp519 m_pFXDevice->StretchDIBits(pDispSource, (int)(rect.left + 0.5), (int)(rect.bottom + 0.5), (int)(rect.Width() + 0.5), (int)(rect.Height() + 0.5));
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc972 int nCopied = StretchDIBits(dc,
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp488 WinDC.StretchDIBits(pDst,0,0,size_x*2,size_y*2);

Completed in 5353 milliseconds

12