summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxMathTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/thebes/gfxMathTable.cpp')
-rw-r--r--gfx/thebes/gfxMathTable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxMathTable.cpp b/gfx/thebes/gfxMathTable.cpp
index f7047c747..d9f4462ff 100644
--- a/gfx/thebes/gfxMathTable.cpp
+++ b/gfx/thebes/gfxMathTable.cpp
@@ -8,6 +8,7 @@
#include "harfbuzz/hb-ot.h"
#define FixedToFloat(f) ((f) * (1.0 / 65536.0))
+#define FloatToFixed(f) (65536 * (f))
using namespace mozilla;