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

Side by Side Diff: third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc

Issue 2622553002: Roll HarfBuzz to 1.4.1 (Closed)
Patch Set: Linux rebaselines Created 3 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright © 2010,2012 Google, Inc. 2 * Copyright © 2010,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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 collect_features_tibetan, 50 collect_features_tibetan,
51 NULL, /* override_features */ 51 NULL, /* override_features */
52 NULL, /* data_create */ 52 NULL, /* data_create */
53 NULL, /* data_destroy */ 53 NULL, /* data_destroy */
54 NULL, /* preprocess_text */ 54 NULL, /* preprocess_text */
55 NULL, /* postprocess_glyphs */ 55 NULL, /* postprocess_glyphs */
56 HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT, 56 HB_OT_SHAPE_NORMALIZATION_MODE_DEFAULT,
57 NULL, /* decompose */ 57 NULL, /* decompose */
58 NULL, /* compose */ 58 NULL, /* compose */
59 NULL, /* setup_masks */ 59 NULL, /* setup_masks */
60 NULL, /* disable_otl */
60 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE, 61 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
61 true, /* fallback_position */ 62 true, /* fallback_position */
62 }; 63 };
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698