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

  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.cpp 61 m_pDevice->StretchDIBits(m_pBitmap, m_Rect.left, m_Rect.top,
72 m_pDevice->StretchDIBits(pBuffer, m_Rect.left, m_Rect.top, m_Rect.Width(),
cpdf_scaledrenderbuffer.cpp 76 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left,
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 73 virtual bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
cfx_renderdevice.h 160 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
cfx_renderdevice.cpp 794 return clip_box.IsEmpty() || m_pDeviceDriver->StretchDIBits(
829 return m_pDeviceDriver->StretchDIBits(pBitmap, argb, left, top, dest_width,
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 59 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
win32_int.h 49 bool StretchDIBits(HDC hDC,
204 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
243 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
302 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
365 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
fx_win32_print.cpp 81 return StretchDIBits(pSource, color, left - pSrcRect->left,
99 bool CGdiPrinterDriver::StretchDIBits(const RetainPtr<CFX_DIBSource>& pSource,
179 return StretchDIBits(pSource, color,
194 return StretchDIBits(pTransformed, color, full_rect.left, full_rect.top,
453 bool CPSPrinterDriver::StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
464 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top,
570 bool CTextOnlyPrinterDriver::StretchDIBits(
fx_win32_device.cpp 799 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width,
850 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0,
909 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0,
    [all...]
cfx_psrenderer.cpp 355 bool CFX_PSRenderer::StretchDIBits(const RetainPtr<CFX_DIBSource>& pSource,
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 76 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
fx_agg_driver.cpp     [all...]
  /external/skia/tools/sk_app/win/
RasterWindowContext_win.cpp 80 StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, bmpInfo->bmiColors, bmpInfo,
  /external/skqp/tools/sk_app/win/
RasterWindowContext_win.cpp 80 StretchDIBits(dc, 0, 0, fWidth, fHeight, 0, 0, fWidth, fHeight, bmpInfo->bmiColors, bmpInfo,
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 202 StretchDIBits(hDC,
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 105 bool StretchDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
fx_skia_device.cpp     [all...]
  /external/opencv/otherlibs/highgui/
image.cpp 238 ::StretchDIBits(
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 209 StretchDIBits(hdc,
  /external/libpng/contrib/gregbook/
rpng-win.c 709 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
rpng2-win.c     [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 265 StretchDIBits(dc_mem, x, y, width, height,
273 StretchDIBits(dc_mem,
  /external/pdfium/fpdfsdk/
fpdfview.cpp 864 device->StretchDIBits(pDst, mask_area.left, mask_area.top, size_x_bm,
968 WinDC.StretchDIBits(pDst, 0, 0, size_x, size_y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]

Completed in 1628 milliseconds