diff options
author | Martin Hosken <martin_hosken@sil.org> | 2015-09-10 10:14:18 +0700 |
---|---|---|
committer | Martin Hosken <martin_hosken@sil.org> | 2015-09-14 01:16:40 +0000 |
commit | 41007842ed9bb5d6165792a197769f72dae55a2c (patch) | |
tree | 3db9834122c1a6b43bd2428129629a6f66669978 /external/graphite/graphite2.issue1115.patch.1 | |
parent | 35fd0cf311d0ab6e647ef8a244f350d8a690e734 (diff) |
Refactor graphite integration and update graphite
Change-Id: I09db7262c2a6180a078620ba086dd7a4c132bd82
Reviewed-on: https://gerrit.libreoffice.org/18459
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Reviewed-by: Martin Hosken <martin_hosken@sil.org>
Diffstat (limited to 'external/graphite/graphite2.issue1115.patch.1')
-rw-r--r-- | external/graphite/graphite2.issue1115.patch.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/graphite/graphite2.issue1115.patch.1 b/external/graphite/graphite2.issue1115.patch.1 index f19c8a3749f4..454114bb32c9 100644 --- a/external/graphite/graphite2.issue1115.patch.1 +++ b/external/graphite/graphite2.issue1115.patch.1 @@ -1,6 +1,6 @@ --- graphite/src/Code.cpp +++ graphite/src/Code.cpp -@@ -169,8 +169,8 @@ Machine::Code::Code(bool is_constraint, +@@ -175,8 +175,8 @@ Machine::Code::Code(bool is_constraint, bytecode_end, pre_context, rule_length, @@ -11,7 +11,7 @@ face.numFeatures(), {1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,255, -@@ -178,7 +178,7 @@ Machine::Code::Code(bool is_constraint, +@@ -184,7 +184,7 @@ Machine::Code::Code(bool is_constraint, 1,1,1,1,1,1,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, @@ -19,4 +19,4 @@ + 0,0,0,0,0,0,0, static_cast<byte>(silf.numUser())} }; - decoder dec(lims, *this); + decoder dec(lims, *this, pt); |