/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 47 return StretchDIBits(pSource, color, left - pSrcRect->left, in SetDIBits() 64 FX_BOOL CGdiPrinterDriver::StretchDIBits(const CFX_DIBSource* pSource, in StretchDIBits() function in CGdiPrinterDriver 243 return StretchDIBits(pSource, color, in StartDIBits() 256 FX_BOOL ret = StretchDIBits( in StartDIBits() 271 FX_BOOL ret = StretchDIBits( in StartDIBits() 425 FX_BOOL CPSPrinterDriver::StretchDIBits(const CFX_DIBSource* pBitmap, in StretchDIBits() function in CPSPrinterDriver 439 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top, in StretchDIBits()
|
D | win32_int.h | 29 FX_BOOL StretchDIBits(HDC hDC, 201 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, 249 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, 326 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap,
|
D | fx_win32_device.cpp | 546 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width, in GDI_SetDIBits() 603 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchDIBits() 667 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchBitMask() 1121 return StretchDIBits(pSource, color, left - pSrcRect->left, in SetDIBits() 1177 FX_BOOL CGdiDisplayDriver::StretchDIBits(const CFX_DIBSource* pSource, in StretchDIBits() function in CGdiDisplayDriver 1237 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
|
D | fx_win32_gdipext.cpp | 938 FX_BOOL CGdiplusExt::StretchDIBits(HDC hDC, in StretchDIBits() function in CGdiplusExt
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 338 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, 564 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap, 665 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 411 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap, in StretchDIBits() function in CFX_RenderDevice 425 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width, in StretchDIBits() 452 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width, in StretchBitMask()
|
D | fx_ge_ps.cpp | 336 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource, in StretchDIBits() function in CFX_PSRenderer
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.h | 92 virtual FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap,
|
D | fx_skia_device.cpp | 552 FX_BOOL CFX_SkiaDeviceDriver::StretchDIBits(const CFX_DIBSource* pSource, in StretchDIBits() function in CFX_SkiaDeviceDriver 562 return m_pAggDriver->StretchDIBits(pSource, argb, dest_left, dest_top, in StretchDIBits()
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 93 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap,
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
D | gdi_sw_winsys.c | 201 StretchDIBits(hDC, in gdi_sw_display()
|
/external/opencv/otherlibs/highgui/ |
D | image.cpp | 238 ::StretchDIBits( in DrawToHDC()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Signature.cpp | 35 pDevice->StretchDIBits(m_pImage, (int32_t)x, (int32_t)y, in DrawThisAppearance()
|
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 209 StretchDIBits(hdc, in OnPaint()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 139 FX_BOOL StretchDIBits(const CFX_DIBSource* pBitmap,
|
D | fx_quartz_device.cpp | 632 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap, in StretchDIBits() function in CFX_QuartzDeviceDriver
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 265 StretchDIBits(dc_mem, x, y, width, height, in OnPaint() 273 StretchDIBits(dc_mem, in OnPaint()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height, in rpng_win_wndproc()
|
D | rpng2-win.c | 1231 rc = StretchDIBits(hdc, 0, 0, rpng2_info.width, rpng2_info.height, in rpng2_win_wndproc()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1309 m_pDevice->StretchDIBits(m_pBitmap.get(), m_Rect.left, m_Rect.top, in OutputToDevice() 1319 m_pDevice->StretchDIBits(&buffer, m_Rect.left, m_Rect.top, m_Rect.Width(), in OutputToDevice() 1388 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
|
D | fpdf_render_image.cpp | 738 if (m_pRenderStatus->m_pDevice->StretchDIBits( in StartDIBSource()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 568 WinDC.StretchDIBits(pDst, 0, 0, size_x, size_y); in FPDF_RenderPage()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1690 FX_BOOL CFX_AggDeviceDriver::StretchDIBits(const CFX_DIBSource* pSource, in StretchDIBits() function in CFX_AggDeviceDriver
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 1237 …StretchDIBits( hdc, 0, 0, rect.right, rect.bottom, 0, 0, image->width, image->height, dst_ptr, &te…
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 598 if (m_pDevice->StretchDIBits(m_pDIBSource, dest_left, dest_top, dest_width, in StartDIBSource()
|