Home
last modified time | relevance | path

Searched refs:bMonoDevice (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp345 static void OutputImageMask(GpGraphics* pGraphics, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, i… in OutputImageMask() argument
372 if (!bMonoDevice && abs(dest_width) < src_width && abs(dest_height) < src_height) { in OutputImageMask()
687 FX_BOOL CGdiplusExt::StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int des… in StretchBitMask() argument
700 …OutputImageMask(pGraphics, bMonoDevice, pBitmap, dest_left, dest_top, dest_width, dest_height, arg… in StretchBitMask()
Dwin32_int.h20 …FX_BOOL StretchBitMask(HDC hDC, BOOL bMonoDevice, const CFX_DIBitmap* pBitmap, int dest_left, in…