Home
last modified time | relevance | path

Searched refs:StretchBitMask (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dwin32_int.h20 …FX_BOOL StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, in…
Dfx_win32_gdipext.cpp687 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int des… in StretchBitMask() function in CGdiplusExt
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp383 FX_BOOL CFX_RenderDevice::StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, in StretchBitMask() function in CFX_RenderDevice
/external/pdfium/core/include/fxge/
Dfx_ge.h422 …FX_BOOL StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest…
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp702 …if (m_pRenderStatus->m_pDevice->StretchBitMask(m_pDIBSource, dest_left, dest_top, dest_width, dest… in StartDIBSource()
749 … m_pRenderStatus->m_pDevice->StretchBitMask(pAlphaMask, left, top, dest_width, dest_height, in StartBitmapAlpha()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp514 …m_pFXDevice->StretchBitMask(pDispSource, (int)(rect.left + 0.5), (int)(rect.bottom + 0.5), (int)(r… in Display()