From 1679d3ae2e0e64c7aba811476341a153dcef8b04 Mon Sep 17 00:00:00 2001 From: thestig Date: Mon, 15 Aug 2016 10:49:24 -0700 Subject: Get rid of FX_SMALL_RECT. Review-Url: https://codereview.chromium.org/2248463002 --- core/fpdfapi/fpdf_font/cpdf_cidfont.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/fpdfapi/fpdf_font/cpdf_cidfont.h') diff --git a/core/fpdfapi/fpdf_font/cpdf_cidfont.h b/core/fpdfapi/fpdf_font/cpdf_cidfont.h index 567598bc4e..1a5ce07cf0 100644 --- a/core/fpdfapi/fpdf_font/cpdf_cidfont.h +++ b/core/fpdfapi/fpdf_font/cpdf_cidfont.h @@ -74,17 +74,17 @@ class CPDF_CIDFont : public CPDF_Font { std::unique_ptr m_pAllocatedCMap; CPDF_CID2UnicodeMap* m_pCID2UnicodeMap; CIDSet m_Charset; - FX_BOOL m_bType1; - FX_BOOL m_bCIDIsGID; + bool m_bType1; + bool m_bCIDIsGID; uint16_t m_DefaultWidth; std::unique_ptr m_pStreamAcc; bool m_bAnsiWidthsFixed; - FX_SMALL_RECT m_CharBBox[256]; + FX_RECT m_CharBBox[256]; CFX_ArrayTemplate m_WidthList; short m_DefaultVY; short m_DefaultW1; CFX_ArrayTemplate m_VertMetrics; - FX_BOOL m_bAdobeCourierStd; + bool m_bAdobeCourierStd; std::unique_ptr m_pTTGSUBTable; }; -- cgit v1.2.3