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

Unified Diff: third_party/harfbuzz-ng/src/hb-ot-shape-fallback-private.hh

Issue 10915172: harfbuzz-ng roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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-fallback-private.hh
diff --git a/third_party/harfbuzz-ng/src/hb-uniscribe-private.hh b/third_party/harfbuzz-ng/src/hb-ot-shape-fallback-private.hh
similarity index 71%
rename from third_party/harfbuzz-ng/src/hb-uniscribe-private.hh
rename to third_party/harfbuzz-ng/src/hb-ot-shape-fallback-private.hh
index 239ab0cf77d6c83a5dbb2d89cdf3da1ba56f6277..5e9cb061780e534fb9415fffe1b16ff271291ca0 100644
--- a/third_party/harfbuzz-ng/src/hb-uniscribe-private.hh
+++ b/third_party/harfbuzz-ng/src/hb-ot-shape-fallback-private.hh
@@ -24,19 +24,21 @@
* Google Author(s): Behdad Esfahbod
*/
-#ifndef HB_UNISCRIBE_PRIVATE_HH
-#define HB_UNISCRIBE_PRIVATE_HH
+#ifndef HB_OT_SHAPE_FALLBACK_PRIVATE_HH
+#define HB_OT_SHAPE_FALLBACK_PRIVATE_HH
#include "hb-private.hh"
-#include "hb-uniscribe.h"
+#include "hb-ot-shape-private.hh"
-HB_INTERNAL hb_bool_t
-_hb_uniscribe_shape (hb_font_t *font,
- hb_buffer_t *buffer,
- const hb_feature_t *features,
- unsigned int num_features);
+HB_INTERNAL void _hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *plan,
+ hb_font_t *font,
+ hb_buffer_t *buffer);
+HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *plan,
+ hb_font_t *font,
+ hb_buffer_t *buffer);
-#endif /* HB_UNISCRIBE_PRIVATE_HH */
+
+#endif /* HB_OT_SHAPE_FALLBACK_PRIVATE_HH */
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698