X-Git-Url: http://downloads.foxitsoftware.com/web/?p=pdfium.git;a=blobdiff_plain;f=core%2Fsrc%2Ffxge%2Fwin32%2Ffx_win32_device.cpp;h=881502999d13e6936b4c8fb04aafeb34224b69a3;hp=1c3c3d03dcd2153fe8514c4fa15c213b97f21993;hb=d9e1477c88692ac6eaf8bd20a573a2fdccb1ff41;hpb=677b8fffb0c76c009ad808ed91a27738e5420254 diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp index 1c3c3d0..8815029 100644 --- a/core/src/fxge/win32/fx_win32_device.cpp +++ b/core/src/fxge/win32/fx_win32_device.cpp @@ -1,7 +1,7 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../../include/fxge/fx_ge.h" @@ -569,7 +569,7 @@ FX_BOOL CGdiDeviceDriver::GDI_StretchBitMask(const CFX_DIBitmap* pBitmap1, int d HBRUSH hPattern = CreateSolidBrush(bitmap_color & 0xffffff); HBRUSH hOld = (HBRUSH)SelectObject(m_hDC, hPattern); - + // In PDF, when image mask is 1, use device bitmap; when mask is 0, use brush bitmap. // A complete list of the boolen operations is as follows: