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

Side by Side Diff: third_party/harfbuzz-ng/src/hb-common.h

Issue 1408003004: Roll harfbuzz-ng to 1.0.5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: Created 5 years, 2 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 © 2011,2012 Google, Inc. 3 * Copyright © 2011,2012 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 /*6.0*/ HB_SCRIPT_MANDAIC = HB_TAG ('M','a','n','d'), 265 /*6.0*/ HB_SCRIPT_MANDAIC = HB_TAG ('M','a','n','d'),
266 266
267 /*6.1*/ HB_SCRIPT_CHAKMA = HB_TAG ('C','a','k','m'), 267 /*6.1*/ HB_SCRIPT_CHAKMA = HB_TAG ('C','a','k','m'),
268 /*6.1*/ HB_SCRIPT_MEROITIC_CURSIVE = HB_TAG ('M','e','r','c'), 268 /*6.1*/ HB_SCRIPT_MEROITIC_CURSIVE = HB_TAG ('M','e','r','c'),
269 /*6.1*/ HB_SCRIPT_MEROITIC_HIEROGLYPHS = HB_TAG ('M','e','r','o'), 269 /*6.1*/ HB_SCRIPT_MEROITIC_HIEROGLYPHS = HB_TAG ('M','e','r','o'),
270 /*6.1*/ HB_SCRIPT_MIAO = HB_TAG ('P','l','r','d'), 270 /*6.1*/ HB_SCRIPT_MIAO = HB_TAG ('P','l','r','d'),
271 /*6.1*/ HB_SCRIPT_SHARADA = HB_TAG ('S','h','r','d'), 271 /*6.1*/ HB_SCRIPT_SHARADA = HB_TAG ('S','h','r','d'),
272 /*6.1*/ HB_SCRIPT_SORA_SOMPENG = HB_TAG ('S','o','r','a'), 272 /*6.1*/ HB_SCRIPT_SORA_SOMPENG = HB_TAG ('S','o','r','a'),
273 /*6.1*/ HB_SCRIPT_TAKRI = HB_TAG ('T','a','k','r'), 273 /*6.1*/ HB_SCRIPT_TAKRI = HB_TAG ('T','a','k','r'),
274 274
275 /*
276 * Since: 0.9.30
277 */
275 /*7.0*/ HB_SCRIPT_BASSA_VAH = HB_TAG ('B','a','s','s'), 278 /*7.0*/ HB_SCRIPT_BASSA_VAH = HB_TAG ('B','a','s','s'),
276 /*7.0*/ HB_SCRIPT_CAUCASIAN_ALBANIAN = HB_TAG ('A','g','h','b'), 279 /*7.0*/ HB_SCRIPT_CAUCASIAN_ALBANIAN = HB_TAG ('A','g','h','b'),
277 /*7.0*/ HB_SCRIPT_DUPLOYAN = HB_TAG ('D','u','p','l'), 280 /*7.0*/ HB_SCRIPT_DUPLOYAN = HB_TAG ('D','u','p','l'),
278 /*7.0*/ HB_SCRIPT_ELBASAN = HB_TAG ('E','l','b','a'), 281 /*7.0*/ HB_SCRIPT_ELBASAN = HB_TAG ('E','l','b','a'),
279 /*7.0*/ HB_SCRIPT_GRANTHA = HB_TAG ('G','r','a','n'), 282 /*7.0*/ HB_SCRIPT_GRANTHA = HB_TAG ('G','r','a','n'),
280 /*7.0*/ HB_SCRIPT_KHOJKI = HB_TAG ('K','h','o','j'), 283 /*7.0*/ HB_SCRIPT_KHOJKI = HB_TAG ('K','h','o','j'),
281 /*7.0*/ HB_SCRIPT_KHUDAWADI = HB_TAG ('S','i','n','d'), 284 /*7.0*/ HB_SCRIPT_KHUDAWADI = HB_TAG ('S','i','n','d'),
282 /*7.0*/ HB_SCRIPT_LINEAR_A = HB_TAG ('L','i','n','a'), 285 /*7.0*/ HB_SCRIPT_LINEAR_A = HB_TAG ('L','i','n','a'),
283 /*7.0*/ HB_SCRIPT_MAHAJANI = HB_TAG ('M','a','h','j'), 286 /*7.0*/ HB_SCRIPT_MAHAJANI = HB_TAG ('M','a','h','j'),
284 /*7.0*/ HB_SCRIPT_MANICHAEAN = HB_TAG ('M','a','n','i'), 287 /*7.0*/ HB_SCRIPT_MANICHAEAN = HB_TAG ('M','a','n','i'),
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 /*< private >*/ 345 /*< private >*/
343 char unused; 346 char unused;
344 } hb_user_data_key_t; 347 } hb_user_data_key_t;
345 348
346 typedef void (*hb_destroy_func_t) (void *user_data); 349 typedef void (*hb_destroy_func_t) (void *user_data);
347 350
348 351
349 HB_END_DECLS 352 HB_END_DECLS
350 353
351 #endif /* HB_COMMON_H */ 354 #endif /* HB_COMMON_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-buffer-serialize.cc ('k') | third_party/harfbuzz-ng/src/hb-common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698