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

Unified Diff: third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh

Issue 396393005: Roll HarfBuzz to 0.9.32 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for include order presubmit issue Created 6 years, 5 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
Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh
diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh
index dace0508650752c38dc36b11a53cea2b5fb93c42..86b7ae7d5ca31e20142d192adab4b6d0c4bd7f9f 100644
--- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh
+++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea-machine.hh
@@ -1,5 +1,5 @@
-#line 1 "hb-ot-shape-complex-sea-machine.rl"
+#line 1 "../../src/hb-ot-shape-complex-sea-machine.rl"
/*
* Copyright © 2011,2012,2013 Google, Inc.
*
@@ -89,11 +89,11 @@ static const int sea_syllable_machine_error = -1;
static const int sea_syllable_machine_en_main = 2;
-#line 36 "hb-ot-shape-complex-sea-machine.rl"
+#line 36 "../../src/hb-ot-shape-complex-sea-machine.rl"
-#line 67 "hb-ot-shape-complex-sea-machine.rl"
+#line 67 "../../src/hb-ot-shape-complex-sea-machine.rl"
#define found_syllable(syllable_type) \
@@ -121,7 +121,7 @@ find_syllables (hb_buffer_t *buffer)
act = 0;
}
-#line 88 "hb-ot-shape-complex-sea-machine.rl"
+#line 88 "../../src/hb-ot-shape-complex-sea-machine.rl"
p = 0;
@@ -167,27 +167,27 @@ _eof_trans:
{te = p+1;}
break;
case 6:
-#line 63 "hb-ot-shape-complex-sea-machine.rl"
+#line 63 "../../src/hb-ot-shape-complex-sea-machine.rl"
{te = p+1;{ found_syllable (non_sea_cluster); }}
break;
case 7:
-#line 61 "hb-ot-shape-complex-sea-machine.rl"
+#line 61 "../../src/hb-ot-shape-complex-sea-machine.rl"
{te = p;p--;{ found_syllable (consonant_syllable); }}
break;
case 8:
-#line 62 "hb-ot-shape-complex-sea-machine.rl"
+#line 62 "../../src/hb-ot-shape-complex-sea-machine.rl"
{te = p;p--;{ found_syllable (broken_cluster); }}
break;
case 9:
-#line 63 "hb-ot-shape-complex-sea-machine.rl"
+#line 63 "../../src/hb-ot-shape-complex-sea-machine.rl"
{te = p;p--;{ found_syllable (non_sea_cluster); }}
break;
case 1:
-#line 61 "hb-ot-shape-complex-sea-machine.rl"
+#line 61 "../../src/hb-ot-shape-complex-sea-machine.rl"
{{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
break;
case 3:
-#line 62 "hb-ot-shape-complex-sea-machine.rl"
+#line 62 "../../src/hb-ot-shape-complex-sea-machine.rl"
{{p = ((te))-1;}{ found_syllable (broken_cluster); }}
break;
#line 194 "hb-ot-shape-complex-sea-machine.hh.tmp"
@@ -215,7 +215,7 @@ _again:
}
-#line 97 "hb-ot-shape-complex-sea-machine.rl"
+#line 97 "../../src/hb-ot-shape-complex-sea-machine.rl"
}
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698