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

  /external/chromium_org/ui/gfx/
gdi_util.cc 122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h,
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/ge/
fx_ge_device.cpp 365 FX_BOOL CFX_RenderDevice::StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top,
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);
fx_ge_ps.cpp 316 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 38 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,
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,
405 return m_PSRenderer.StretchDIBits(pBitmap, color, dest_left, dest_top, dest_width, dest_height, flags, alpha_flag, pIccTransform);
fx_win32_device.cpp 498 ::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,
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 688 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap,
    [all...]

Completed in 329 milliseconds