| Index: core/include/reflow/reflowengine.h
|
| diff --git a/core/include/reflow/reflowengine.h b/core/include/reflow/reflowengine.h
|
| index af3c943e97615c419f1b9961bfc1ce034aeb35b1..30c71740533ffa5e00bc139037b30778d173643c 100644
|
| --- a/core/include/reflow/reflowengine.h
|
| +++ b/core/include/reflow/reflowengine.h
|
| @@ -22,11 +22,11 @@ public:
|
| virtual CFX_PrivateData* GetPrivateDataCtrl() = 0;
|
|
|
|
|
| - virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
|
| + virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, int32_t xPos, int32_t yPos, int32_t xSize, int32_t ySize, int32_t iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
|
| virtual FX_FLOAT GetPageHeight() = 0;
|
| virtual FX_FLOAT GetPageWidth() = 0;
|
| - virtual void FocusGetData(const CFX_AffineMatrix matrix, FX_INT32 x, FX_INT32 y, CFX_ByteString& str) = 0;
|
| - virtual FX_BOOL FocusGetPosition(const CFX_AffineMatrix matrix, CFX_ByteString str, FX_INT32& x, FX_INT32& y) = 0;
|
| + virtual void FocusGetData(const CFX_AffineMatrix matrix, int32_t x, int32_t y, CFX_ByteString& str) = 0;
|
| + virtual FX_BOOL FocusGetPosition(const CFX_AffineMatrix matrix, CFX_ByteString str, int32_t& x, int32_t& y) = 0;
|
| };
|
| typedef struct _RF_ParseStyle {
|
| _RF_ParseStyle()
|
|
|