Searched refs:StretchBitMask (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 18 …FX_BOOL StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, in…
|
D | fx_win32_gdipext.cpp | 685 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int des… in StretchBitMask() function in CGdiplusExt
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 426 …FX_BOOL StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest…
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 383 FX_BOOL CFX_RenderDevice::StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, in StretchBitMask() function in CFX_RenderDevice
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 517 …m_pFXDevice->StretchBitMask(pDispSource, (int)(rect.left + 0.5), (int)(rect.bottom + 0.5), (int)(r… in Display()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 777 …if (m_pRenderStatus->m_pDevice->StretchBitMask(m_pDIBSource, dest_left, dest_top, dest_width, dest… in StartDIBSource() 826 … m_pRenderStatus->m_pDevice->StretchBitMask(pAlphaMask, left, top, dest_width, dest_height, in StartBitmapAlpha()
|