/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 38 bool StretchDIBits(HDC hDC, 154 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, 194 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, 257 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, 321 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap,
|
D | fx_win32_print.cpp | 83 return StretchDIBits(pSource, color, left - src_rect.left, in SetDIBits() 102 bool CGdiPrinterDriver::StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource, in StretchDIBits() function in CGdiPrinterDriver 182 return StretchDIBits(pSource, color, in StartDIBits() 197 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top, in StartDIBits() 474 bool CPSPrinterDriver::StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, in StretchDIBits() function in CPSPrinterDriver 485 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top, in StretchDIBits() 595 bool CTextOnlyPrinterDriver::StretchDIBits( in StretchDIBits() function in CTextOnlyPrinterDriver
|
D | cfx_psrenderer.h | 82 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap,
|
D | fx_win32_device.cpp | 787 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width, in GDI_SetDIBits() 839 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchDIBits() 897 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, in GDI_StretchBitMask() 1225 return StretchDIBits(pSource, color, left - src_rect.left, in SetDIBits() 1277 bool CGdiDisplayDriver::StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource, in StretchDIBits() function in CGdiDisplayDriver 1331 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
|
D | cfx_psrenderer.cpp | 288 bool CFX_PSRenderer::StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource, in StretchDIBits() function in CFX_PSRenderer
|
D | fx_win32_gdipext.cpp | 776 bool CGdiplusExt::StretchDIBits(HDC hDC, in StretchDIBits() function in CGdiplusExt
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_devicebuffer.cpp | 78 m_pDevice->StretchDIBits(m_pBitmap, m_Rect.left, m_Rect.top, in OutputToDevice() 89 m_pDevice->StretchDIBits(pBuffer, m_Rect.left, m_Rect.top, m_Rect.Width(), in OutputToDevice()
|
D | cpdf_scaledrenderbuffer.cpp | 74 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, in OutputToDevice()
|
/external/skqp/tools/sk_app/win/ |
D | RasterWindowContext_win.cpp | 80 StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, bmpInfo->bmiColors, bmpInfo, in swapBuffers()
|
/external/skia/tools/sk_app/win/ |
D | RasterWindowContext_win.cpp | 80 StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, bmpInfo->bmiColors, bmpInfo, in swapBuffers()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 78 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource,
|
D | fx_agg_driver.cpp | 1533 bool CFX_AggDeviceDriver::StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource, in StretchDIBits() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.h | 81 virtual bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap,
|
D | cfx_renderdevice.h | 107 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap, in StretchDIBits() function
|
D | cfx_renderdevice.cpp | 779 return clip_box.IsEmpty() || m_pDeviceDriver->StretchDIBits( in StretchDIBitsWithFlagsAndBlend() 814 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width, in StretchBitMaskWithFlags()
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
D | gdi_sw_winsys.c | 202 StretchDIBits(hDC, in gdi_sw_display()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 107 bool StretchDIBits(const RetainPtr<CFX_DIBBase>& pBitmap,
|
D | fx_skia_device.cpp | 2420 bool CFX_SkiaDeviceDriver::StretchDIBits(const RetainPtr<CFX_DIBBase>& pSource, in StretchDIBits() function in CFX_SkiaDeviceDriver
|
/external/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 278 StretchDIBits(dc_mem, x, y, width, height, 0, 0, width, height, image, in OnPaint() 286 StretchDIBits(dc_mem, logical_area.x - thumb_width - 10, in OnPaint()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 709 rc = StretchDIBits(hdc, 0, 0, image_width, image_height, in rpng_win_wndproc()
|
D | rpng2-win.c | 1237 rc = StretchDIBits(hdc, 0, 0, rpng2_info.width, rpng2_info.height,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view.cpp | 458 device->StretchDIBits(pDst, mask_area.left, mask_area.top, size_x_bm, in RenderBitmap() 529 WinDC.StretchDIBits(pDst, 0, 0, size_x, size_y); in FPDF_RenderPage()
|