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

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

Issue 16053004: Update harfbuzz-ng to 0.9.17 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright © 2010 Google, Inc. 2 * Copyright © 2010 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 12 matching lines...) Expand all
23 * 23 *
24 * Google Author(s): Behdad Esfahbod 24 * Google Author(s): Behdad Esfahbod
25 */ 25 */
26 26
27 #ifndef HB_OT_SHAPE_PRIVATE_HH 27 #ifndef HB_OT_SHAPE_PRIVATE_HH
28 #define HB_OT_SHAPE_PRIVATE_HH 28 #define HB_OT_SHAPE_PRIVATE_HH
29 29
30 #include "hb-private.hh" 30 #include "hb-private.hh"
31 31
32 #include "hb-ot-map-private.hh" 32 #include "hb-ot-map-private.hh"
33 33 #include "hb-ot-layout-private.hh"
34
35 34
36 35
37 36
38 struct hb_ot_shape_plan_t 37 struct hb_ot_shape_plan_t
39 { 38 {
40 hb_segment_properties_t props; 39 hb_segment_properties_t props;
41 const struct hb_ot_complex_shaper_t *shaper; 40 const struct hb_ot_complex_shaper_t *shaper;
42 hb_ot_map_t map; 41 hb_ot_map_t map;
43 const void *data; 42 const void *data;
44 43
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 plan.shaper = shaper; 78 plan.shaper = shaper;
80 map.compile (plan.map); 79 map.compile (plan.map);
81 } 80 }
82 81
83 private: 82 private:
84 NO_COPY (hb_ot_shape_planner_t); 83 NO_COPY (hb_ot_shape_planner_t);
85 }; 84 };
86 85
87 86
88 #endif /* HB_OT_SHAPE_PRIVATE_HH */ 87 #endif /* HB_OT_SHAPE_PRIVATE_HH */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh ('k') | third_party/harfbuzz-ng/src/hb-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698