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

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

Issue 2858683002: Roll HarfBuzz to 1.4.6 (Closed)
Patch Set: Rebase Created 3 years, 7 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 © 2007,2008,2009 Red Hat, Inc. 2 * Copyright © 2007,2008,2009 Red Hat, Inc.
3 * Copyright © 2012,2013 Google, Inc. 3 * Copyright © 2012,2013 Google, Inc.
4 * 4 *
5 * This is part of HarfBuzz, a text shaping library. 5 * This is part of HarfBuzz, a text shaping library.
6 * 6 *
7 * Permission is hereby granted, without written agreement and without 7 * Permission is hereby granted, without written agreement and without
8 * license or royalty fees, to use, copy, modify, and distribute this 8 * license or royalty fees, to use, copy, modify, and distribute this
9 * software and its documentation for any purpose, provided that the 9 * software and its documentation for any purpose, provided that the
10 * above copyright notice and the following two paragraphs appear in 10 * above copyright notice and the following two paragraphs appear in
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 HB_BUFFER_ASSERT_VAR (buffer, lig_props); 616 HB_BUFFER_ASSERT_VAR (buffer, lig_props);
617 HB_BUFFER_ASSERT_VAR (buffer, syllable); 617 HB_BUFFER_ASSERT_VAR (buffer, syllable);
618 } 618 }
619 619
620 /* Make sure no one directly touches our props... */ 620 /* Make sure no one directly touches our props... */
621 #undef unicode_props0 621 #undef unicode_props0
622 #undef unicode_props1 622 #undef unicode_props1
623 #undef lig_props 623 #undef lig_props
624 #undef glyph_props 624 #undef glyph_props
625 625
626
627 #endif /* HB_OT_LAYOUT_PRIVATE_HH */ 626 #endif /* HB_OT_LAYOUT_PRIVATE_HH */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh ('k') | third_party/harfbuzz-ng/src/hb-ot-map-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698