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

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

Issue 10510004: Roll harfbuzz-ng 3b8fd9c48f4bde368bf2d465c148b9743a9216ee (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 unified diff | Download patch
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-fallback-shape.cc ('k') | third_party/harfbuzz-ng/src/hb-font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright © 2011 Google, Inc. 2 * Copyright © 2011 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 18 matching lines...) Expand all
29 29
30 #include "hb-private.hh" 30 #include "hb-private.hh"
31 31
32 #include "hb-shape.h" 32 #include "hb-shape.h"
33 33
34 34
35 HB_BEGIN_DECLS 35 HB_BEGIN_DECLS
36 36
37 37
38 HB_INTERNAL hb_bool_t 38 HB_INTERNAL hb_bool_t
39 hb_fallback_shape (hb_font_t *font, 39 _hb_fallback_shape (hb_font_t *font,
40 » » hb_buffer_t *buffer, 40 » » hb_buffer_t *buffer,
41 » » const hb_feature_t *features, 41 » » const hb_feature_t *features,
42 » » unsigned int num_features, 42 » » unsigned int num_features);
43 » » const char * const *shaper_options);
44 43
45 44
46 HB_END_DECLS 45 HB_END_DECLS
47 46
48 #endif /* HB_FALLBACK_SHAPE_PRIVATE_HH */ 47 #endif /* HB_FALLBACK_SHAPE_PRIVATE_HH */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-fallback-shape.cc ('k') | third_party/harfbuzz-ng/src/hb-font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698