Searched defs:StretchDIBits (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/
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/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/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 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);
H A Dfx_win32_gdipext.cpp702 FX_BOOL CGdiplusExt::StretchDIBits(HDC hDC, const CFX_DIBitmap* pBitmap, int dest_left, int dest_top, function in class:CGdiplusExt
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp688 FX_BOOL CFX_QuartzDeviceDriver::StretchDIBits(const CFX_DIBSource* pBitmap, function in class:CFX_QuartzDeviceDriver

Completed in 143 milliseconds