Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Side by Side Diff: core/fxge/ifx_renderdevicedriver.h

Issue 2546803003: re-enable skia caching (Closed)
Patch Set: remove nullptr Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/fxge/ge/cfx_renderdevice.cpp ('k') | core/fxge/ifx_renderdevicedriver.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 PDFium Authors. All rights reserved. 1 // Copyright 2016 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_ 7 #ifndef CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
8 #define CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_ 8 #define CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
9 9
10 #include "core/fxcrt/fx_system.h" 10 #include "core/fxcrt/fx_system.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 const CFX_Matrix* pMatrix, 96 const CFX_Matrix* pMatrix,
97 const FX_RECT& clip_rect, 97 const FX_RECT& clip_rect,
98 int alpha, 98 int alpha,
99 bool bAlphaMode); 99 bool bAlphaMode);
100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap, 100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
101 const CFX_DIBSource* pMask, 101 const CFX_DIBSource* pMask,
102 int left, 102 int left,
103 int top, 103 int top,
104 int bitmap_alpha, 104 int bitmap_alpha,
105 int blend_type); 105 int blend_type);
106 #if defined _SKIA_SUPPORT_ || defined _SKIA_SUPPORT_PATHS_
107 virtual void Flush();
108 #endif
106 }; 109 };
107 110
108 #endif // CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_ 111 #endif // CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
OLDNEW
« no previous file with comments | « core/fxge/ge/cfx_renderdevice.cpp ('k') | core/fxge/ifx_renderdevicedriver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698