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

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

Issue 10915172: harfbuzz-ng roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 © 2012 Google, Inc. 2 * Copyright © 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 18 matching lines...) Expand all
29 #endif 29 #endif
30 30
31 #ifndef HB_SET_H 31 #ifndef HB_SET_H
32 #define HB_SET_H 32 #define HB_SET_H
33 33
34 #include "hb-common.h" 34 #include "hb-common.h"
35 35
36 HB_BEGIN_DECLS 36 HB_BEGIN_DECLS
37 37
38 38
39 typedef struct _hb_set_t hb_set_t; 39 typedef struct hb_set_t hb_set_t;
40 40
41 41
42 hb_set_t * 42 hb_set_t *
43 hb_set_create (void); 43 hb_set_create (void);
44 44
45 hb_set_t * 45 hb_set_t *
46 hb_set_get_empty (void); 46 hb_set_get_empty (void);
47 47
48 hb_set_t * 48 hb_set_t *
49 hb_set_reference (hb_set_t *set); 49 hb_set_reference (hb_set_t *set);
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 hb_bool_t 123 hb_bool_t
124 hb_set_next (hb_set_t *set, 124 hb_set_next (hb_set_t *set,
125 hb_codepoint_t *codepoint); 125 hb_codepoint_t *codepoint);
126 126
127 /* TODO: Add faster iteration API? */ 127 /* TODO: Add faster iteration API? */
128 128
129 129
130 HB_END_DECLS 130 HB_END_DECLS
131 131
132 #endif /* HB_SET_H */ 132 #endif /* HB_SET_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-private.hh ('k') | third_party/harfbuzz-ng/src/hb-set-private.hh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698