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

Unified Diff: core/fxge/include/cfx_renderdevice.h

Issue 2257313002: Reordering FXTEXT_CHARPOS (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fxge/skia/fx_skia_device_unittest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/include/cfx_renderdevice.h
diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h
index 390d39b69d0d4e3e8c93b60ce0963fbf96a73978..9dd5f55ee9a4b2b5f6f87c08a8f946c31ec808e2 100644
--- a/core/fxge/include/cfx_renderdevice.h
+++ b/core/fxge/include/cfx_renderdevice.h
@@ -68,15 +68,15 @@ class IFX_RenderDeviceDriver;
#define FXTEXT_NOSMOOTH 0x20
struct FXTEXT_CHARPOS {
- uint32_t m_GlyphIndex;
+ FX_FLOAT m_AdjustMatrix[4];
FX_FLOAT m_OriginX;
FX_FLOAT m_OriginY;
- int m_FontCharWidth;
- FX_BOOL m_bGlyphAdjust;
- FX_FLOAT m_AdjustMatrix[4];
+ uint32_t m_GlyphIndex;
+ int32_t m_FontCharWidth;
#if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_
uint32_t m_ExtGID;
#endif
+ bool m_bGlyphAdjust;
bool m_bFontStyle;
};
« no previous file with comments | « no previous file | core/fxge/skia/fx_skia_device_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698