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

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

Issue 1476763003: Roll HarfBuzz to 1.1.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows line height rebaseline Created 5 years 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright © 2012 Google, Inc. 2 * Copyright © 2012 Google, Inc.
3 * 3 *
4 * This is part of HarfBuzz, a text shaping library. 4 * This is part of HarfBuzz, a text shaping library.
5 * 5 *
6 * Permission is hereby granted, without written agreement and without 6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this 7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the 8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in 9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software. 10 * all copies of this software.
(...skipping 27 matching lines...) Expand all
38 38
39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_ shape_plan_t *plan, 39 HB_INTERNAL void _hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_ shape_plan_t *plan,
40 hb_font_t *f ont, 40 hb_font_t *f ont,
41 hb_buffer_t *buffer); 41 hb_buffer_t *buffer);
42 42
43 43
44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, 44 HB_INTERNAL void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan,
45 hb_font_t *font, 45 hb_font_t *font,
46 hb_buffer_t *buffer); 46 hb_buffer_t *buffer);
47 47
48 HB_INTERNAL void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan,
49 hb_font_t *font,
50 hb_buffer_t *buffer);
51
48 52
49 #endif /* HB_OT_SHAPE_FALLBACK_PRIVATE_HH */ 53 #endif /* HB_OT_SHAPE_FALLBACK_PRIVATE_HH */
OLDNEW
« 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