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

Side by Side Diff: core/fxge/win32/win32_int.h

Issue 2113563003: Implement CGdiPrinterDriver::DrawDeviceText(). (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 5 months 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/win32/fx_win32_print.cpp ('k') | fpdfsdk/fpdfview.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 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 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_WIN32_WIN32_INT_H_ 7 #ifndef CORE_FXGE_WIN32_WIN32_INT_H_
8 #define CORE_FXGE_WIN32_WIN32_INT_H_ 8 #define CORE_FXGE_WIN32_WIN32_INT_H_
9 9
10 #include "core/fxge/include/ifx_renderdevicedriver.h" 10 #include "core/fxge/include/ifx_renderdevicedriver.h"
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 const FX_RECT* pClipRect, 232 const FX_RECT* pClipRect,
233 uint32_t flags, 233 uint32_t flags,
234 int blend_type) override; 234 int blend_type) override;
235 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, 235 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap,
236 int bitmap_alpha, 236 int bitmap_alpha,
237 uint32_t color, 237 uint32_t color,
238 const CFX_Matrix* pMatrix, 238 const CFX_Matrix* pMatrix,
239 uint32_t render_flags, 239 uint32_t render_flags,
240 void*& handle, 240 void*& handle,
241 int blend_type) override; 241 int blend_type) override;
242 FX_BOOL DrawDeviceText(int nChars,
243 const FXTEXT_CHARPOS* pCharPos,
244 CFX_Font* pFont,
245 CFX_FontCache* pCache,
246 const CFX_Matrix* pObject2Device,
247 FX_FLOAT font_size,
248 uint32_t color) override;
242 249
243 const int m_HorzSize; 250 const int m_HorzSize;
244 const int m_VertSize; 251 const int m_VertSize;
245 }; 252 };
246 253
247 #endif // CORE_FXGE_WIN32_WIN32_INT_H_ 254 #endif // CORE_FXGE_WIN32_WIN32_INT_H_
OLDNEW
« no previous file with comments | « core/fxge/win32/fx_win32_print.cpp ('k') | fpdfsdk/fpdfview.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698