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

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

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,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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "arabic", 345 "arabic",
346 collect_features_arabic, 346 collect_features_arabic,
347 NULL, /* override_features */ 347 NULL, /* override_features */
348 data_create_arabic, 348 data_create_arabic,
349 data_destroy_arabic, 349 data_destroy_arabic,
350 NULL, /* preprocess_text_arabic */ 350 NULL, /* preprocess_text_arabic */
351 NULL, /* normalization_preference */ 351 NULL, /* normalization_preference */
352 NULL, /* decompose */ 352 NULL, /* decompose */
353 NULL, /* compose */ 353 NULL, /* compose */
354 setup_masks_arabic, 354 setup_masks_arabic,
355 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_UNICODE, 355 HB_OT_SHAPE_ZERO_WIDTH_MARKS_BY_GDEF_LATE,
356 true, /* fallback_position */ 356 true, /* fallback_position */
357 }; 357 };
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-ot-shape.cc ('k') | third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698