blob: 180e5f086ebc669d9a28dfc93be39c6a248b4ed8 [file] [log] [blame]
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001/*
Behdad Esfahbod2409d5f2011-04-21 17:14:28 -04002 * Copyright © 2007,2008,2009 Red Hat, Inc.
Behdad Esfahbod5b93e8d2012-04-23 22:26:13 -04003 * Copyright © 2010,2012 Google, Inc.
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04004 *
Behdad Esfahbodc755cb32010-04-22 00:11:43 -04005 * This is part of HarfBuzz, a text shaping library.
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04006 *
7 * Permission is hereby granted, without written agreement and without
8 * license or royalty fees, to use, copy, modify, and distribute this
9 * software and its documentation for any purpose, provided that the
10 * above copyright notice and the following two paragraphs appear in
11 * all copies of this software.
12 *
13 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
14 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
15 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
16 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
17 * DAMAGE.
18 *
19 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
20 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
21 * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
22 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
23 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
24 *
25 * Red Hat Author(s): Behdad Esfahbod
Behdad Esfahbod5bd1e952010-09-22 16:46:18 -040026 * Google Author(s): Behdad Esfahbod
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040027 */
28
Behdad Esfahbod5f5b24f2009-08-02 20:03:12 -040029#ifndef HB_OT_LAYOUT_COMMON_PRIVATE_HH
30#define HB_OT_LAYOUT_COMMON_PRIVATE_HH
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040031
Behdad Esfahbod22da7fd2010-05-12 18:23:21 -040032#include "hb-ot-layout-private.hh"
Behdad Esfahbod7edb4302009-08-04 22:06:57 -040033#include "hb-open-type-private.hh"
Behdad Esfahbod0b08adb2012-04-23 22:41:09 -040034#include "hb-set-private.hh"
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040035
36
Behdad Esfahbod5ba45042015-11-02 15:43:08 -080037#ifndef HB_MAX_NESTING_LEVEL
38#define HB_MAX_NESTING_LEVEL 6
39#endif
40#ifndef HB_MAX_CONTEXT_LENGTH
41#define HB_MAX_CONTEXT_LENGTH 64
42#endif
43
44
Behdad Esfahbod7c8e8442012-08-28 17:57:49 -040045namespace OT {
46
47
Behdad Esfahbod40c58922015-02-18 13:18:46 +030048#define TRACE_DISPATCH(this, format) \
49 hb_auto_trace_t<context_t::max_debug_depth, typename context_t::return_t> trace \
50 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
51 "format %d", (int) format);
52
53
Behdad Esfahboddadede02012-07-28 18:03:20 -040054#define NOT_COVERED ((unsigned int) -1)
Behdad Esfahbodcd33cb92009-08-14 18:42:42 -040055
Behdad Esfahbodacdba3f2010-07-23 15:11:18 -040056
Behdad Esfahbodcd33cb92009-08-14 18:42:42 -040057
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040058/*
59 *
60 * OpenType Layout Common Table Formats
61 *
62 */
63
Behdad Esfahbod2e8fb6c2009-05-18 04:37:37 -040064
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040065/*
66 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
67 */
68
69template <typename Type>
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -040070struct Record
71{
Behdad Esfahbod4e573712010-09-28 16:23:58 -040072 inline int cmp (hb_tag_t a) const {
Behdad Esfahbod36b38622010-09-29 12:10:24 -040073 return tag.cmp (a);
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -040074 }
75
Behdad Esfahbod87e43b72012-12-14 17:48:23 -050076 struct sanitize_closure_t {
77 hb_tag_t tag;
Behdad Esfahbodde2118e2015-02-17 17:27:44 +030078 const void *list_base;
Behdad Esfahbod87e43b72012-12-14 17:48:23 -050079 };
Behdad Esfahbodde2118e2015-02-17 17:27:44 +030080 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
81 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -050082 TRACE_SANITIZE (this);
Behdad Esfahbod87e43b72012-12-14 17:48:23 -050083 const sanitize_closure_t closure = {tag, base};
Behdad Esfahbodb4715902015-09-29 14:57:02 +010084 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure));
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -040085 }
86
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040087 Tag tag; /* 4-byte Tag identifier */
88 OffsetTo<Type>
89 offset; /* Offset from beginning of object holding
90 * the Record */
Behdad Esfahbod569da922010-05-10 16:38:32 -040091 public:
92 DEFINE_SIZE_STATIC (6);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -040093};
94
95template <typename Type>
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -040096struct RecordArrayOf : SortedArrayOf<Record<Type> > {
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -040097 inline const Tag& get_tag (unsigned int i) const
98 {
Behdad Esfahbod4e22c7e2010-11-03 15:47:12 -040099 /* We cheat slightly and don't define separate Null objects
100 * for Record types. Instead, we return the correct Null(Tag)
101 * here. */
Behdad Esfahbod64d3fc82010-05-03 22:51:19 -0400102 if (unlikely (i >= this->len)) return Null(Tag);
Behdad Esfahbodd3480ba2009-11-03 10:47:29 -0500103 return (*this)[i].tag;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400104 }
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500105 inline unsigned int get_tags (unsigned int start_offset,
106 unsigned int *record_count /* IN/OUT */,
107 hb_tag_t *record_tags /* OUT */) const
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400108 {
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500109 if (record_count) {
Behdad Esfahbod31f18ab2011-06-15 09:49:58 -0400110 const Record<Type> *arr = this->sub_array (start_offset, record_count);
Behdad Esfahbod48de3732009-11-04 16:59:50 -0500111 unsigned int count = *record_count;
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500112 for (unsigned int i = 0; i < count; i++)
Behdad Esfahbod31f18ab2011-06-15 09:49:58 -0400113 record_tags[i] = arr[i].tag;
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500114 }
115 return this->len;
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400116 }
117 inline bool find_index (hb_tag_t tag, unsigned int *index) const
118 {
Behdad Esfahboddf554af2014-06-19 15:39:18 -0400119 /* If we want to allow non-sorted data, we can lsearch(). */
120 int i = this->/*lsearch*/bsearch (tag);
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400121 if (i != -1) {
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400122 if (index) *index = i;
123 return true;
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400124 } else {
125 if (index) *index = Index::NOT_FOUND_INDEX;
126 return false;
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400127 }
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400128 }
129};
130
131template <typename Type>
132struct RecordListOf : RecordArrayOf<Type>
133{
134 inline const Type& operator [] (unsigned int i) const
Behdad Esfahbod6bec81a2009-11-02 19:17:36 -0500135 { return this+RecordArrayOf<Type>::operator [](i).offset; }
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400136
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300137 inline bool sanitize (hb_sanitize_context_t *c) const
138 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500139 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100140 return_trace (RecordArrayOf<Type>::sanitize (c, this));
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400141 }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400142};
143
144
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400145struct RangeRecord
146{
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400147 inline int cmp (hb_codepoint_t g) const {
Behdad Esfahbod797d76d2013-04-18 19:04:12 -0400148 return g < start ? -1 : g <= end ? 0 : +1 ;
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400149 }
150
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300151 inline bool sanitize (hb_sanitize_context_t *c) const
152 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500153 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100154 return_trace (c->check_struct (this));
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400155 }
156
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -0400157 inline bool intersects (const hb_set_t *glyphs) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400158 return glyphs->intersects (start, end);
159 }
160
Behdad Esfahbodc8accf12012-08-01 21:05:57 -0400161 template <typename set_t>
162 inline void add_coverage (set_t *glyphs) const {
Behdad Esfahbod67bb9e82012-06-09 02:02:46 -0400163 glyphs->add_range (start, end);
164 }
165
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400166 GlyphID start; /* First GlyphID in the range */
167 GlyphID end; /* Last GlyphID in the range */
168 USHORT value; /* Value */
169 public:
170 DEFINE_SIZE_STATIC (6);
171};
172DEFINE_NULL_DATA (RangeRecord, "\000\001");
173
174
Behdad Esfahbodb5db4f12010-05-10 22:22:22 -0400175struct IndexArray : ArrayOf<Index>
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400176{
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500177 inline unsigned int get_indexes (unsigned int start_offset,
178 unsigned int *_count /* IN/OUT */,
179 unsigned int *_indexes /* OUT */) const
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400180 {
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500181 if (_count) {
Behdad Esfahbod31f18ab2011-06-15 09:49:58 -0400182 const USHORT *arr = this->sub_array (start_offset, _count);
Behdad Esfahbod48de3732009-11-04 16:59:50 -0500183 unsigned int count = *_count;
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500184 for (unsigned int i = 0; i < count; i++)
Behdad Esfahbod31f18ab2011-06-15 09:49:58 -0400185 _indexes[i] = arr[i];
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500186 }
187 return this->len;
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400188 }
189};
190
191
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400192struct Script;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400193struct LangSys;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400194struct Feature;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400195
196
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400197struct LangSys
198{
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400199 inline unsigned int get_feature_count (void) const
200 { return featureIndex.len; }
201 inline hb_tag_t get_feature_index (unsigned int i) const
202 { return featureIndex[i]; }
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500203 inline unsigned int get_feature_indexes (unsigned int start_offset,
204 unsigned int *feature_count /* IN/OUT */,
205 unsigned int *feature_indexes /* OUT */) const
206 { return featureIndex.get_indexes (start_offset, feature_count, feature_indexes); }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400207
Behdad Esfahbod76271002014-07-11 14:54:42 -0400208 inline bool has_required_feature (void) const { return reqFeatureIndex != 0xFFFFu; }
Behdad Esfahbod3d44fb62010-05-10 22:22:54 -0400209 inline unsigned int get_required_feature_index (void) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400210 {
Behdad Esfahbod76271002014-07-11 14:54:42 -0400211 if (reqFeatureIndex == 0xFFFFu)
Behdad Esfahbodb5db4f12010-05-10 22:22:22 -0400212 return Index::NOT_FOUND_INDEX;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400213 return reqFeatureIndex;;
214 }
215
Behdad Esfahbod87e43b72012-12-14 17:48:23 -0500216 inline bool sanitize (hb_sanitize_context_t *c,
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300217 const Record<LangSys>::sanitize_closure_t * = NULL) const
218 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500219 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100220 return_trace (c->check_struct (this) && featureIndex.sanitize (c));
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400221 }
222
Behdad Esfahbod7d4ada62014-06-27 17:30:59 -0400223 Offset<> lookupOrderZ; /* = Null (reserved for an offset to a
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400224 * reordering table) */
225 USHORT reqFeatureIndex;/* Index of a feature required for this
226 * language system--if no required features
Behdad Esfahbod76271002014-07-11 14:54:42 -0400227 * = 0xFFFFu */
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400228 IndexArray featureIndex; /* Array of indices into the FeatureList */
Behdad Esfahbod569da922010-05-10 16:38:32 -0400229 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -0400230 DEFINE_SIZE_ARRAY (6, featureIndex);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400231};
Behdad Esfahbod65f46b02010-05-06 19:35:19 -0400232DEFINE_NULL_DATA (LangSys, "\0\0\xFF\xFF");
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400233
234
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400235struct Script
236{
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400237 inline unsigned int get_lang_sys_count (void) const
238 { return langSys.len; }
239 inline const Tag& get_lang_sys_tag (unsigned int i) const
240 { return langSys.get_tag (i); }
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500241 inline unsigned int get_lang_sys_tags (unsigned int start_offset,
242 unsigned int *lang_sys_count /* IN/OUT */,
243 hb_tag_t *lang_sys_tags /* OUT */) const
244 { return langSys.get_tags (start_offset, lang_sys_count, lang_sys_tags); }
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400245 inline const LangSys& get_lang_sys (unsigned int i) const
246 {
Behdad Esfahbodb5db4f12010-05-10 22:22:22 -0400247 if (i == Index::NOT_FOUND_INDEX) return get_default_lang_sys ();
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400248 return this+langSys[i].offset;
249 }
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400250 inline bool find_lang_sys_index (hb_tag_t tag, unsigned int *index) const
251 { return langSys.find_index (tag, index); }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400252
Behdad Esfahbodcc6c6442009-05-25 03:10:06 -0400253 inline bool has_default_lang_sys (void) const { return defaultLangSys != 0; }
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400254 inline const LangSys& get_default_lang_sys (void) const { return this+defaultLangSys; }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400255
Behdad Esfahbod87e43b72012-12-14 17:48:23 -0500256 inline bool sanitize (hb_sanitize_context_t *c,
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300257 const Record<Script>::sanitize_closure_t * = NULL) const
258 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500259 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100260 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this));
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400261 }
262
Behdad Esfahbodec8d2492012-07-24 15:40:37 -0400263 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400264 OffsetTo<LangSys>
265 defaultLangSys; /* Offset to DefaultLangSys table--from
266 * beginning of Script table--may be Null */
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400267 RecordArrayOf<LangSys>
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400268 langSys; /* Array of LangSysRecords--listed
269 * alphabetically by LangSysTag */
Behdad Esfahbodb3651232010-05-10 16:57:29 -0400270 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -0400271 DEFINE_SIZE_ARRAY (4, langSys);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400272};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400273
274typedef RecordListOf<Script> ScriptList;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400275
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500276
277/* http://www.microsoft.com/typography/otspec/features_pt.htm#size */
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200278struct FeatureParamsSize
279{
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300280 inline bool sanitize (hb_sanitize_context_t *c) const
281 {
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200282 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100283 if (unlikely (!c->check_struct (this))) return_trace (false);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500284
285 /* This subtable has some "history", if you will. Some earlier versions of
286 * Adobe tools calculated the offset of the FeatureParams sutable from the
287 * beginning of the FeatureList table! Now, that is dealt with in the
288 * Feature implementation. But we still need to be able to tell junk from
289 * real data. Note: We don't check that the nameID actually exists.
290 *
291 * Read Roberts wrote on 9/15/06 on opentype-list@indx.co.uk :
292 *
293 * Yes, it is correct that a new version of the AFDKO (version 2.0) will be
294 * coming out soon, and that the makeotf program will build a font with a
295 * 'size' feature that is correct by the specification.
296 *
297 * The specification for this feature tag is in the "OpenType Layout Tag
298 * Registry". You can see a copy of this at:
299 * http://partners.adobe.com/public/developer/opentype/index_tag8.html#size
300 *
301 * Here is one set of rules to determine if the 'size' feature is built
302 * correctly, or as by the older versions of MakeOTF. You may be able to do
303 * better.
304 *
305 * Assume that the offset to the size feature is according to specification,
306 * and make the following value checks. If it fails, assume the the size
307 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it.
308 * If this fails, reject the 'size' feature. The older makeOTF's calculated the
309 * offset from the beginning of the FeatureList table, rather than from the
310 * beginning of the 'size' Feature table.
311 *
312 * If "design size" == 0:
313 * fails check
314 *
315 * Else if ("subfamily identifier" == 0 and
316 * "range start" == 0 and
317 * "range end" == 0 and
318 * "range start" == 0 and
319 * "menu name ID" == 0)
320 * passes check: this is the format used when there is a design size
321 * specified, but there is no recommended size range.
322 *
323 * Else if ("design size" < "range start" or
324 * "design size" > "range end" or
325 * "range end" <= "range start" or
326 * "menu name ID" < 256 or
327 * "menu name ID" > 32767 or
328 * menu name ID is not a name ID which is actually in the name table)
329 * fails test
330 * Else
331 * passes test.
332 */
333
334 if (!designSize)
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100335 return_trace (false);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500336 else if (subfamilyID == 0 &&
337 subfamilyNameID == 0 &&
338 rangeStart == 0 &&
339 rangeEnd == 0)
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100340 return_trace (true);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500341 else if (designSize < rangeStart ||
342 designSize > rangeEnd ||
343 subfamilyNameID < 256 ||
344 subfamilyNameID > 32767)
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100345 return_trace (false);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500346 else
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100347 return_trace (true);
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200348 }
349
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500350 USHORT designSize; /* Represents the design size in 720/inch
351 * units (decipoints). The design size entry
352 * must be non-zero. When there is a design
353 * size but no recommended size range, the
354 * rest of the array will consist of zeros. */
355 USHORT subfamilyID; /* Has no independent meaning, but serves
356 * as an identifier that associates fonts
357 * in a subfamily. All fonts which share a
358 * Preferred or Font Family name and which
359 * differ only by size range shall have the
360 * same subfamily value, and no fonts which
361 * differ in weight or style shall have the
362 * same subfamily value. If this value is
363 * zero, the remaining fields in the array
364 * will be ignored. */
365 USHORT subfamilyNameID;/* If the preceding value is non-zero, this
366 * value must be set in the range 256 - 32767
367 * (inclusive). It records the value of a
368 * field in the name table, which must
369 * contain English-language strings encoded
370 * in Windows Unicode and Macintosh Roman,
371 * and may contain additional strings
372 * localized to other scripts and languages.
373 * Each of these strings is the name an
374 * application should use, in combination
375 * with the family name, to represent the
376 * subfamily in a menu. Applications will
377 * choose the appropriate version based on
378 * their selection criteria. */
379 USHORT rangeStart; /* Large end of the recommended usage range
380 * (inclusive), stored in 720/inch units
381 * (decipoints). */
382 USHORT rangeEnd; /* Small end of the recommended usage range
383 (exclusive), stored in 720/inch units
384 * (decipoints). */
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200385 public:
386 DEFINE_SIZE_STATIC (10);
387};
388
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500389/* http://www.microsoft.com/typography/otspec/features_pt.htm#ssxx */
390struct FeatureParamsStylisticSet
391{
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300392 inline bool sanitize (hb_sanitize_context_t *c) const
393 {
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500394 TRACE_SANITIZE (this);
395 /* Right now minorVersion is at zero. Which means, any table supports
396 * the uiNameID field. */
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100397 return_trace (c->check_struct (this));
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500398 }
399
Behdad Esfahbode1ebf012013-11-26 18:00:35 -0500400 USHORT version; /* (set to 0): This corresponds to a “minor”
Behdad Esfahbod875a5cb2012-12-11 14:17:01 -0500401 * version number. Additional data may be
402 * added to the end of this Feature Parameters
403 * table in the future. */
404
405 USHORT uiNameID; /* The 'name' table name ID that specifies a
406 * string (or strings, for multiple languages)
407 * for a user-interface label for this
408 * feature. The values of uiLabelNameId and
409 * sampleTextNameId are expected to be in the
410 * font-specific name ID range (256-32767),
411 * though that is not a requirement in this
412 * Feature Parameters specification. The
413 * user-interface label for the feature can
414 * be provided in multiple languages. An
415 * English string should be included as a
416 * fallback. The string should be kept to a
417 * minimal length to fit comfortably with
418 * different application interfaces. */
419 public:
420 DEFINE_SIZE_STATIC (4);
421};
422
Behdad Esfahboda182dbc2013-11-26 17:53:41 -0500423/* http://www.microsoft.com/typography/otspec/features_ae.htm#cv01-cv99 */
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500424struct FeatureParamsCharacterVariants
425{
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300426 inline bool sanitize (hb_sanitize_context_t *c) const
427 {
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500428 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100429 return_trace (c->check_struct (this) &&
430 characters.sanitize (c));
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500431 }
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500432
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500433 USHORT format; /* Format number is set to 0. */
434 USHORT featUILableNameID; /* The ‘name’ table name ID that
435 * specifies a string (or strings,
436 * for multiple languages) for a
437 * user-interface label for this
438 * feature. (May be NULL.) */
439 USHORT featUITooltipTextNameID;/* The ‘name’ table name ID that
440 * specifies a string (or strings,
441 * for multiple languages) that an
442 * application can use for tooltip
443 * text for this feature. (May be
444 * NULL.) */
445 USHORT sampleTextNameID; /* The ‘name’ table name ID that
446 * specifies sample text that
447 * illustrates the effect of this
448 * feature. (May be NULL.) */
449 USHORT numNamedParameters; /* Number of named parameters. (May
450 * be zero.) */
451 USHORT firstParamUILabelNameID;/* The first ‘name’ table name ID
452 * used to specify strings for
453 * user-interface labels for the
454 * feature parameters. (Must be zero
455 * if numParameters is zero.) */
456 ArrayOf<UINT24>
457 characters; /* Array of the Unicode Scalar Value
458 * of the characters for which this
459 * feature provides glyph variants.
460 * (May be zero.) */
461 public:
462 DEFINE_SIZE_ARRAY (14, characters);
463};
464
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200465struct FeatureParams
466{
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300467 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) const
468 {
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200469 TRACE_SANITIZE (this);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500470 if (tag == HB_TAG ('s','i','z','e'))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100471 return_trace (u.size.sanitize (c));
Behdad Esfahbod76271002014-07-11 14:54:42 -0400472 if ((tag & 0xFFFF0000u) == HB_TAG ('s','s','\0','\0')) /* ssXX */
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100473 return_trace (u.stylisticSet.sanitize (c));
Behdad Esfahbod76271002014-07-11 14:54:42 -0400474 if ((tag & 0xFFFF0000u) == HB_TAG ('c','v','\0','\0')) /* cvXX */
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100475 return_trace (u.characterVariants.sanitize (c));
476 return_trace (true);
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200477 }
478
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500479 inline const FeatureParamsSize& get_size_params (hb_tag_t tag) const
480 {
481 if (tag == HB_TAG ('s','i','z','e'))
482 return u.size;
483 return Null(FeatureParamsSize);
484 }
485
486 private:
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200487 union {
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500488 FeatureParamsSize size;
489 FeatureParamsStylisticSet stylisticSet;
490 FeatureParamsCharacterVariants characterVariants;
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200491 } u;
Behdad Esfahbod0bae50a2012-12-11 16:01:31 -0500492 DEFINE_SIZE_STATIC (17);
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200493};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400494
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400495struct Feature
496{
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400497 inline unsigned int get_lookup_count (void) const
498 { return lookupIndex.len; }
499 inline hb_tag_t get_lookup_index (unsigned int i) const
500 { return lookupIndex[i]; }
Behdad Esfahbode21899b2009-11-04 16:36:14 -0500501 inline unsigned int get_lookup_indexes (unsigned int start_index,
502 unsigned int *lookup_count /* IN/OUT */,
503 unsigned int *lookup_tags /* OUT */) const
504 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400505
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200506 inline const FeatureParams &get_feature_params (void) const
507 { return this+featureParams; }
508
Behdad Esfahbod87e43b72012-12-14 17:48:23 -0500509 inline bool sanitize (hb_sanitize_context_t *c,
Behdad Esfahbod59055b52016-09-10 01:24:28 -0700510 const Record<Feature>::sanitize_closure_t *closure = NULL) const
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300511 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500512 TRACE_SANITIZE (this);
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500513 if (unlikely (!(c->check_struct (this) && lookupIndex.sanitize (c))))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100514 return_trace (false);
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500515
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500516 /* Some earlier versions of Adobe tools calculated the offset of the
517 * FeatureParams subtable from the beginning of the FeatureList table!
518 *
519 * If sanitizing "failed" for the FeatureParams subtable, try it with the
520 * alternative location. We would know sanitize "failed" if old value
521 * of the offset was non-zero, but it's zeroed now.
Behdad Esfahbod1ffd23c2012-12-17 23:29:15 -0500522 *
523 * Only do this for the 'size' feature, since at the time of the faulty
524 * Adobe tools, only the 'size' feature had FeatureParams defined.
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500525 */
526
Behdad Esfahbod586b6062014-06-27 15:39:47 -0400527 OffsetTo<FeatureParams> orig_offset = featureParams;
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500528 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100529 return_trace (false);
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500530
Behdad Esfahbod9da552d2014-06-27 15:09:42 -0400531 if (likely (orig_offset.is_null ()))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100532 return_trace (true);
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500533
Behdad Esfahbod1ffd23c2012-12-17 23:29:15 -0500534 if (featureParams == 0 && closure &&
535 closure->tag == HB_TAG ('s','i','z','e') &&
536 closure->list_base && closure->list_base < this)
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500537 {
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500538 unsigned int new_offset_int = (unsigned int) orig_offset -
Behdad Esfahboddac86022014-06-03 17:57:00 -0400539 (((char *) this) - ((char *) closure->list_base));
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500540
Behdad Esfahbod586b6062014-06-27 15:39:47 -0400541 OffsetTo<FeatureParams> new_offset;
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500542 /* Check that it did not overflow. */
543 new_offset.set (new_offset_int);
544 if (new_offset == new_offset_int &&
Behdad Esfahbod51f56352014-06-04 18:42:32 -0400545 c->try_set (&featureParams, new_offset) &&
Behdad Esfahbodefe252e2012-12-17 23:21:05 -0500546 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100547 return_trace (false);
Behdad Esfahbodda2fcfd2016-01-05 13:23:45 +0000548
549 if (c->edit_count > 1)
550 c->edit_count--; /* This was a "legitimate" edit; don't contribute to error count. */
Behdad Esfahbod9b545622012-12-17 13:55:36 -0500551 }
552
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100553 return_trace (true);
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400554 }
555
Behdad Esfahbodf54cce32012-11-26 14:02:31 +0200556 OffsetTo<FeatureParams>
557 featureParams; /* Offset to Feature Parameters table (if one
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400558 * has been defined for the feature), relative
559 * to the beginning of the Feature Table; = Null
560 * if not required */
Behdad Esfahbodbff3c0f2009-08-07 19:46:30 -0400561 IndexArray lookupIndex; /* Array of LookupList indices */
Behdad Esfahbodb3651232010-05-10 16:57:29 -0400562 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -0400563 DEFINE_SIZE_ARRAY (4, lookupIndex);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400564};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400565
566typedef RecordListOf<Feature> FeatureList;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400567
568
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400569struct LookupFlag : USHORT
570{
Behdad Esfahbodc6035cf2012-04-12 13:23:59 -0400571 enum Flags {
Behdad Esfahbod4fa77d32009-05-18 18:44:54 -0400572 RightToLeft = 0x0001u,
573 IgnoreBaseGlyphs = 0x0002u,
574 IgnoreLigatures = 0x0004u,
575 IgnoreMarks = 0x0008u,
Behdad Esfahbodaa87d952009-10-29 03:00:44 -0400576 IgnoreFlags = 0x000Eu,
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400577 UseMarkFilteringSet = 0x0010u,
578 Reserved = 0x00E0u,
Behdad Esfahbod8f034d52009-08-18 16:41:59 -0400579 MarkAttachmentType = 0xFF00u
Behdad Esfahbod4fa77d32009-05-18 18:44:54 -0400580 };
Behdad Esfahbodb3651232010-05-10 16:57:29 -0400581 public:
582 DEFINE_SIZE_STATIC (2);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400583};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400584
Behdad Esfahbodaa7044d2015-11-04 16:25:57 -0800585} /* namespace OT */
586/* This has to be outside the namespace. */
Chun-wei Fan167c3272015-11-09 17:17:56 +0800587HB_MARK_AS_FLAG_T (OT::LookupFlag::Flags);
Behdad Esfahbodaa7044d2015-11-04 16:25:57 -0800588namespace OT {
589
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400590struct Lookup
591{
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400592 inline unsigned int get_subtable_count (void) const { return subTable.len; }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400593
Behdad Esfahbod70366f52015-02-18 13:09:54 +0300594 template <typename SubTableType>
595 inline const SubTableType& get_subtable (unsigned int i) const
596 { return this+CastR<OffsetArrayOf<SubTableType> > (subTable)[i]; }
597
598 template <typename SubTableType>
599 inline const OffsetArrayOf<SubTableType>& get_subtables (void) const
600 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
601 template <typename SubTableType>
602 inline OffsetArrayOf<SubTableType>& get_subtables (void)
603 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
604
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400605 inline unsigned int get_type (void) const { return lookupType; }
Behdad Esfahbod8c69e652010-10-27 22:07:49 -0400606
607 /* lookup_props is a 32-bit integer where the lower 16-bit is LookupFlag and
608 * higher 16-bit is mark-filtering-set if the lookup uses one.
609 * Not to be confused with glyph_props which is very similar. */
610 inline uint32_t get_props (void) const
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400611 {
612 unsigned int flag = lookupFlag;
Behdad Esfahbod64d3fc82010-05-03 22:51:19 -0400613 if (unlikely (flag & LookupFlag::UseMarkFilteringSet))
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400614 {
Behdad Esfahbode961c862010-04-21 15:56:11 -0400615 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
Behdad Esfahbod09c292e2009-05-26 19:48:16 -0400616 flag += (markFilteringSet << 16);
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400617 }
618 return flag;
619 }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400620
Behdad Esfahbod40c58922015-02-18 13:18:46 +0300621 template <typename SubTableType, typename context_t>
622 inline typename context_t::return_t dispatch (context_t *c) const
623 {
624 unsigned int lookup_type = get_type ();
625 TRACE_DISPATCH (this, lookup_type);
626 unsigned int count = get_subtable_count ();
627 for (unsigned int i = 0; i < count; i++) {
628 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type);
629 if (c->stop_sublookup_iteration (r))
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100630 return_trace (r);
Behdad Esfahbod40c58922015-02-18 13:18:46 +0300631 }
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100632 return_trace (c->default_return_value ());
Behdad Esfahbod40c58922015-02-18 13:18:46 +0300633 }
634
Behdad Esfahbod652d1e02012-09-04 20:00:44 -0400635 inline bool serialize (hb_serialize_context_t *c,
636 unsigned int lookup_type,
637 uint32_t lookup_props,
638 unsigned int num_subtables)
639 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500640 TRACE_SERIALIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100641 if (unlikely (!c->extend_min (*this))) return_trace (false);
Behdad Esfahbod652d1e02012-09-04 20:00:44 -0400642 lookupType.set (lookup_type);
Behdad Esfahbod76271002014-07-11 14:54:42 -0400643 lookupFlag.set (lookup_props & 0xFFFFu);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100644 if (unlikely (!subTable.serialize (c, num_subtables))) return_trace (false);
Behdad Esfahbodb3b89b62012-09-04 21:13:17 -0400645 if (lookupFlag & LookupFlag::UseMarkFilteringSet)
Behdad Esfahbod652d1e02012-09-04 20:00:44 -0400646 {
647 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
648 markFilteringSet.set (lookup_props >> 16);
649 }
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100650 return_trace (true);
Behdad Esfahbod652d1e02012-09-04 20:00:44 -0400651 }
652
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300653 inline bool sanitize (hb_sanitize_context_t *c) const
654 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500655 TRACE_SANITIZE (this);
Behdad Esfahbod3b2c2df2010-04-22 16:51:42 -0400656 /* Real sanitize of the subtables is done by GSUB/GPOS/... */
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100657 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false);
Behdad Esfahbod652d1e02012-09-04 20:00:44 -0400658 if (lookupFlag & LookupFlag::UseMarkFilteringSet)
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400659 {
Behdad Esfahbod8dddc232016-09-09 13:17:33 -0700660 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100661 if (!markFilteringSet.sanitize (c)) return_trace (false);
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400662 }
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100663 return_trace (true);
Behdad Esfahbodcd3827e2009-08-04 02:09:34 -0400664 }
665
Behdad Esfahbod70366f52015-02-18 13:09:54 +0300666 private:
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400667 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
668 USHORT lookupFlag; /* Lookup qualifiers */
Behdad Esfahbod99d28172014-06-27 15:12:52 -0400669 ArrayOf<Offset<> >
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400670 subTable; /* Array of SubTables */
Behdad Esfahbodd3480ba2009-11-03 10:47:29 -0500671 USHORT markFilteringSetX[VAR]; /* Index (base 0) into GDEF mark glyph sets
Behdad Esfahbodd7df42d2009-05-26 13:04:59 -0400672 * structure. This field is only present if bit
673 * UseMarkFilteringSet of lookup flags is set. */
Behdad Esfahbod569da922010-05-10 16:38:32 -0400674 public:
Behdad Esfahbod8dddc232016-09-09 13:17:33 -0700675 DEFINE_SIZE_ARRAY2 (6, subTable, markFilteringSetX);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400676};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400677
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400678typedef OffsetListOf<Lookup> LookupList;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400679
680
681/*
682 * Coverage Table
683 */
684
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400685struct CoverageFormat1
686{
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400687 friend struct Coverage;
688
689 private:
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400690 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
691 {
Behdad Esfahboddf554af2014-06-19 15:39:18 -0400692 int i = glyphArray.bsearch (glyph_id);
Behdad Esfahboddadede02012-07-28 18:03:20 -0400693 ASSERT_STATIC (((unsigned int) -1) == NOT_COVERED);
694 return i;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400695 }
696
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400697 inline bool serialize (hb_serialize_context_t *c,
Behdad Esfahboda930c682012-09-04 18:17:57 -0400698 Supplier<GlyphID> &glyphs,
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400699 unsigned int num_glyphs)
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400700 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500701 TRACE_SERIALIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100702 if (unlikely (!c->extend_min (*this))) return_trace (false);
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400703 glyphArray.len.set (num_glyphs);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100704 if (unlikely (!c->extend (glyphArray))) return_trace (false);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400705 for (unsigned int i = 0; i < num_glyphs; i++)
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400706 glyphArray[i] = glyphs[i];
Behdad Esfahboda930c682012-09-04 18:17:57 -0400707 glyphs.advance (num_glyphs);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100708 return_trace (true);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400709 }
710
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300711 inline bool sanitize (hb_sanitize_context_t *c) const
712 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500713 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100714 return_trace (glyphArray.sanitize (c));
Behdad Esfahbod70de50c2009-08-04 00:58:28 -0400715 }
716
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -0400717 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400718 return glyphs->has (glyphArray[index]);
719 }
720
Behdad Esfahbodc8accf12012-08-01 21:05:57 -0400721 template <typename set_t>
722 inline void add_coverage (set_t *glyphs) const {
Behdad Esfahbod67bb9e82012-06-09 02:02:46 -0400723 unsigned int count = glyphArray.len;
724 for (unsigned int i = 0; i < count; i++)
725 glyphs->add (glyphArray[i]);
726 }
727
Behdad Esfahbod365f27a2012-11-12 11:16:57 -0800728 public:
729 /* Older compilers need this to be public. */
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400730 struct Iter {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400731 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; };
732 inline bool more (void) { return i < c->glyphArray.len; }
733 inline void next (void) { i++; }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600734 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; }
735 inline unsigned int get_coverage (void) { return i; }
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400736
737 private:
738 const struct CoverageFormat1 *c;
739 unsigned int i;
740 };
Behdad Esfahbod365f27a2012-11-12 11:16:57 -0800741 private:
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400742
Behdad Esfahbodec8d2492012-07-24 15:40:37 -0400743 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400744 USHORT coverageFormat; /* Format identifier--format = 1 */
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400745 SortedArrayOf<GlyphID>
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400746 glyphArray; /* Array of GlyphIDs--in numerical order */
Behdad Esfahbodb3651232010-05-10 16:57:29 -0400747 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -0400748 DEFINE_SIZE_ARRAY (4, glyphArray);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400749};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400750
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400751struct CoverageFormat2
752{
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400753 friend struct Coverage;
754
755 private:
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
757 {
Behdad Esfahboddf554af2014-06-19 15:39:18 -0400758 int i = rangeRecord.bsearch (glyph_id);
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400759 if (i != -1) {
760 const RangeRecord &range = rangeRecord[i];
761 return (unsigned int) range.value + (glyph_id - range.start);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400762 }
763 return NOT_COVERED;
764 }
765
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400766 inline bool serialize (hb_serialize_context_t *c,
Behdad Esfahboda930c682012-09-04 18:17:57 -0400767 Supplier<GlyphID> &glyphs,
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400768 unsigned int num_glyphs)
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400769 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500770 TRACE_SERIALIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100771 if (unlikely (!c->extend_min (*this))) return_trace (false);
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400772
Behdad Esfahbod851b0db2016-04-08 23:46:55 -0700773 if (unlikely (!num_glyphs))
774 {
775 rangeRecord.len.set (0);
776 return_trace (true);
777 }
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400778
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400779 unsigned int num_ranges = 1;
780 for (unsigned int i = 1; i < num_glyphs; i++)
781 if (glyphs[i - 1] + 1 != glyphs[i])
782 num_ranges++;
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400783 rangeRecord.len.set (num_ranges);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100784 if (unlikely (!c->extend (rangeRecord))) return_trace (false);
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400785
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400786 unsigned int range = 0;
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400787 rangeRecord[range].start = glyphs[0];
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400788 rangeRecord[range].value.set (0);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400789 for (unsigned int i = 1; i < num_glyphs; i++)
790 if (glyphs[i - 1] + 1 != glyphs[i]) {
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400791 range++;
Behdad Esfahbodfabd3112012-09-05 22:19:28 -0400792 rangeRecord[range].start = glyphs[i];
793 rangeRecord[range].value.set (i);
794 rangeRecord[range].end = glyphs[i];
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400795 } else {
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400796 rangeRecord[range].end = glyphs[i];
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400797 }
Behdad Esfahboda930c682012-09-04 18:17:57 -0400798 glyphs.advance (num_glyphs);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100799 return_trace (true);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400800 }
801
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300802 inline bool sanitize (hb_sanitize_context_t *c) const
803 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500804 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100805 return_trace (rangeRecord.sanitize (c));
Behdad Esfahbod70de50c2009-08-04 00:58:28 -0400806 }
807
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -0400808 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400809 unsigned int i;
810 unsigned int count = rangeRecord.len;
811 for (i = 0; i < count; i++) {
812 const RangeRecord &range = rangeRecord[i];
813 if (range.value <= index &&
Behdad Esfahbod3f182362012-05-13 16:20:10 +0200814 index < (unsigned int) range.value + (range.end - range.start) &&
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400815 range.intersects (glyphs))
816 return true;
817 else if (index < range.value)
818 return false;
819 }
820 return false;
821 }
822
Behdad Esfahbodc8accf12012-08-01 21:05:57 -0400823 template <typename set_t>
824 inline void add_coverage (set_t *glyphs) const {
Behdad Esfahbod67bb9e82012-06-09 02:02:46 -0400825 unsigned int count = rangeRecord.len;
826 for (unsigned int i = 0; i < count; i++)
827 rangeRecord[i].add_coverage (glyphs);
828 }
829
Behdad Esfahbod365f27a2012-11-12 11:16:57 -0800830 public:
831 /* Older compilers need this to be public. */
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600832 struct Iter
833 {
834 inline void init (const CoverageFormat2 &c_)
835 {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400836 c = &c_;
837 coverage = 0;
838 i = 0;
839 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0;
840 }
841 inline bool more (void) { return i < c->rangeRecord.len; }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600842 inline void next (void)
843 {
844 if (j >= c->rangeRecord[i].end)
845 {
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400846 i++;
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400847 if (more ())
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600848 {
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400849 j = c->rangeRecord[i].start;
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600850 coverage = c->rangeRecord[i].value;
851 }
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400852 return;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400853 }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600854 coverage++;
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400855 j++;
856 }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600857 inline hb_codepoint_t get_glyph (void) { return j; }
858 inline unsigned int get_coverage (void) { return coverage; }
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400859
860 private:
861 const struct CoverageFormat2 *c;
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400862 unsigned int i, j, coverage;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400863 };
Behdad Esfahbod365f27a2012-11-12 11:16:57 -0800864 private:
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400865
Behdad Esfahbodec8d2492012-07-24 15:40:37 -0400866 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400867 USHORT coverageFormat; /* Format identifier--format = 2 */
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -0400868 SortedArrayOf<RangeRecord>
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400869 rangeRecord; /* Array of glyph ranges--ordered by
870 * Start GlyphID. rangeCount entries
871 * long */
Behdad Esfahbodb3651232010-05-10 16:57:29 -0400872 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -0400873 DEFINE_SIZE_ARRAY (4, rangeRecord);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400874};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400875
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400876struct Coverage
877{
Behdad Esfahbod20b035d2009-08-10 19:00:36 -0400878 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -0400879 {
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400880 switch (u.format) {
Behdad Esfahboddacebca2010-05-10 19:45:41 -0400881 case 1: return u.format1.get_coverage(glyph_id);
882 case 2: return u.format2.get_coverage(glyph_id);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400883 default:return NOT_COVERED;
884 }
885 }
886
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400887 inline bool serialize (hb_serialize_context_t *c,
Behdad Esfahboda930c682012-09-04 18:17:57 -0400888 Supplier<GlyphID> &glyphs,
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400889 unsigned int num_glyphs)
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400890 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500891 TRACE_SERIALIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100892 if (unlikely (!c->extend_min (*this))) return_trace (false);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400893 unsigned int num_ranges = 1;
894 for (unsigned int i = 1; i < num_glyphs; i++)
895 if (glyphs[i - 1] + 1 != glyphs[i])
896 num_ranges++;
Behdad Esfahbodbc5be242012-09-01 20:48:22 -0400897 u.format.set (num_glyphs * 2 < num_ranges * 3 ? 1 : 2);
898 switch (u.format) {
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100899 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs));
900 case 2: return_trace (u.format2.serialize (c, glyphs, num_glyphs));
901 default:return_trace (false);
Behdad Esfahbod9f2348d2012-08-29 21:08:59 -0400902 }
903 }
904
Behdad Esfahbodde2118e2015-02-17 17:27:44 +0300905 inline bool sanitize (hb_sanitize_context_t *c) const
906 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -0500907 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100908 if (!u.format.sanitize (c)) return_trace (false);
Behdad Esfahbod70de50c2009-08-04 00:58:28 -0400909 switch (u.format) {
Behdad Esfahbodb4715902015-09-29 14:57:02 +0100910 case 1: return_trace (u.format1.sanitize (c));
911 case 2: return_trace (u.format2.sanitize (c));
912 default:return_trace (true);
Behdad Esfahbod70de50c2009-08-04 00:58:28 -0400913 }
914 }
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400915
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -0400916 inline bool intersects (const hb_set_t *glyphs) const {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400917 /* TODO speed this up */
918 Coverage::Iter iter;
919 for (iter.init (*this); iter.more (); iter.next ()) {
920 if (glyphs->has (iter.get_glyph ()))
921 return true;
922 }
923 return false;
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400924 }
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400925
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -0400926 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -0400927 switch (u.format) {
928 case 1: return u.format1.intersects_coverage (glyphs, index);
929 case 2: return u.format2.intersects_coverage (glyphs, index);
930 default:return false;
931 }
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400932 }
933
Behdad Esfahbodc8accf12012-08-01 21:05:57 -0400934 template <typename set_t>
935 inline void add_coverage (set_t *glyphs) const {
Behdad Esfahbod67bb9e82012-06-09 02:02:46 -0400936 switch (u.format) {
937 case 1: u.format1.add_coverage (glyphs); break;
938 case 2: u.format2.add_coverage (glyphs); break;
939 default: break;
940 }
941 }
942
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400943 struct Iter {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400944 Iter (void) : format (0) {};
945 inline void init (const Coverage &c_) {
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400946 format = c_.u.format;
947 switch (format) {
Behdad Esfahbod48382e22013-07-30 18:25:39 -0400948 case 1: u.format1.init (c_.u.format1); return;
949 case 2: u.format2.init (c_.u.format2); return;
950 default: return;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400951 }
952 }
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400953 inline bool more (void) {
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400954 switch (format) {
955 case 1: return u.format1.more ();
956 case 2: return u.format2.more ();
Behdad Esfahbod48382e22013-07-30 18:25:39 -0400957 default:return false;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400958 }
959 }
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400960 inline void next (void) {
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400961 switch (format) {
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400962 case 1: u.format1.next (); break;
963 case 2: u.format2.next (); break;
964 default: break;
965 }
966 }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600967 inline hb_codepoint_t get_glyph (void) {
Behdad Esfahbod0da132b2012-04-23 14:21:33 -0400968 switch (format) {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400969 case 1: return u.format1.get_glyph ();
970 case 2: return u.format2.get_glyph ();
Behdad Esfahbod48382e22013-07-30 18:25:39 -0400971 default:return 0;
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400972 }
973 }
Behdad Esfahbodeab418c2016-12-21 15:51:28 -0600974 inline unsigned int get_coverage (void) {
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400975 switch (format) {
976 case 1: return u.format1.get_coverage ();
977 case 2: return u.format2.get_coverage ();
Behdad Esfahbod48382e22013-07-30 18:25:39 -0400978 default:return -1;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400979 }
980 }
981
982 private:
Behdad Esfahbodc64ddab2012-04-23 15:28:35 -0400983 unsigned int format;
Behdad Esfahbod7d50d502012-04-23 13:02:14 -0400984 union {
985 CoverageFormat1::Iter format1;
986 CoverageFormat2::Iter format2;
987 } u;
988 };
989
Behdad Esfahbodec8d2492012-07-24 15:40:37 -0400990 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400991 union {
992 USHORT format; /* Format identifier */
Behdad Esfahboddacebca2010-05-10 19:45:41 -0400993 CoverageFormat1 format1;
994 CoverageFormat2 format2;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400995 } u;
Behdad Esfahboded074222010-05-10 18:08:46 -0400996 public:
Behdad Esfahbod596e4712010-05-10 18:47:48 -0400997 DEFINE_SIZE_UNION (2, format);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400998};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -0400999
1000
1001/*
1002 * Class Definition Table
1003 */
1004
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001005struct ClassDefFormat1
1006{
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001007 friend struct ClassDef;
1008
1009 private:
Behdad Esfahbod98370e82010-10-27 17:39:01 -04001010 inline unsigned int get_class (hb_codepoint_t glyph_id) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001011 {
Behdad Esfahbodef79bdf2015-02-21 16:49:15 +03001012 unsigned int i = (unsigned int) (glyph_id - startGlyph);
1013 if (unlikely (i < classValue.len))
1014 return classValue[i];
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001015 return 0;
1016 }
1017
Behdad Esfahbodde2118e2015-02-17 17:27:44 +03001018 inline bool sanitize (hb_sanitize_context_t *c) const
1019 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -05001020 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +01001021 return_trace (c->check_struct (this) && classValue.sanitize (c));
Behdad Esfahbod70de50c2009-08-04 00:58:28 -04001022 }
1023
Behdad Esfahbod89ca8ee2012-11-16 13:53:40 -08001024 template <typename set_t>
1025 inline void add_class (set_t *glyphs, unsigned int klass) const {
1026 unsigned int count = classValue.len;
1027 for (unsigned int i = 0; i < count; i++)
1028 if (classValue[i] == klass)
1029 glyphs->add (startGlyph + i);
1030 }
1031
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -04001032 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -04001033 unsigned int count = classValue.len;
Behdad Esfahbod62567842013-08-05 22:44:18 -04001034 if (klass == 0)
1035 {
1036 /* Match if there's any glyph that is not listed! */
1037 hb_codepoint_t g = -1;
1038 if (!hb_set_next (glyphs, &g))
1039 return false;
1040 if (g < startGlyph)
1041 return true;
1042 g = startGlyph + count - 1;
1043 if (hb_set_next (glyphs, &g))
1044 return true;
1045 /* Fall through. */
1046 }
Behdad Esfahbod31081f72012-04-23 16:54:58 -04001047 for (unsigned int i = 0; i < count; i++)
1048 if (classValue[i] == klass && glyphs->has (startGlyph + i))
1049 return true;
1050 return false;
1051 }
1052
Behdad Esfahbodec8d2492012-07-24 15:40:37 -04001053 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001054 USHORT classFormat; /* Format identifier--format = 1 */
1055 GlyphID startGlyph; /* First GlyphID of the classValueArray */
1056 ArrayOf<USHORT>
1057 classValue; /* Array of Class Values--one per GlyphID */
Behdad Esfahbodb3651232010-05-10 16:57:29 -04001058 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -04001059 DEFINE_SIZE_ARRAY (6, classValue);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001060};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001061
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001062struct ClassDefFormat2
1063{
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001064 friend struct ClassDef;
1065
1066 private:
Behdad Esfahbod98370e82010-10-27 17:39:01 -04001067 inline unsigned int get_class (hb_codepoint_t glyph_id) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001068 {
Behdad Esfahboddf554af2014-06-19 15:39:18 -04001069 int i = rangeRecord.bsearch (glyph_id);
Behdad Esfahbod8e3d4ba2015-02-21 12:31:59 +03001070 if (unlikely (i != -1))
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -04001071 return rangeRecord[i].value;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001072 return 0;
1073 }
1074
Behdad Esfahbodde2118e2015-02-17 17:27:44 +03001075 inline bool sanitize (hb_sanitize_context_t *c) const
1076 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -05001077 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +01001078 return_trace (rangeRecord.sanitize (c));
Behdad Esfahbod70de50c2009-08-04 00:58:28 -04001079 }
1080
Behdad Esfahbod89ca8ee2012-11-16 13:53:40 -08001081 template <typename set_t>
1082 inline void add_class (set_t *glyphs, unsigned int klass) const {
1083 unsigned int count = rangeRecord.len;
1084 for (unsigned int i = 0; i < count; i++)
1085 if (rangeRecord[i].value == klass)
1086 rangeRecord[i].add_coverage (glyphs);
1087 }
1088
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -04001089 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -04001090 unsigned int count = rangeRecord.len;
Behdad Esfahbod62567842013-08-05 22:44:18 -04001091 if (klass == 0)
1092 {
1093 /* Match if there's any glyph that is not listed! */
Behdad Esfahbod515a0ac2013-08-09 09:40:59 -04001094 hb_codepoint_t g = (hb_codepoint_t) -1;
Behdad Esfahbod62567842013-08-05 22:44:18 -04001095 for (unsigned int i = 0; i < count; i++)
1096 {
1097 if (!hb_set_next (glyphs, &g))
1098 break;
1099 if (g < rangeRecord[i].start)
1100 return true;
1101 g = rangeRecord[i].end;
1102 }
Behdad Esfahbod515a0ac2013-08-09 09:40:59 -04001103 if (g != (hb_codepoint_t) -1 && hb_set_next (glyphs, &g))
Behdad Esfahbod62567842013-08-05 22:44:18 -04001104 return true;
1105 /* Fall through. */
1106 }
Behdad Esfahbod31081f72012-04-23 16:54:58 -04001107 for (unsigned int i = 0; i < count; i++)
1108 if (rangeRecord[i].value == klass && rangeRecord[i].intersects (glyphs))
1109 return true;
1110 return false;
1111 }
1112
Behdad Esfahbodec8d2492012-07-24 15:40:37 -04001113 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001114 USHORT classFormat; /* Format identifier--format = 2 */
Behdad Esfahbodcc8a4ab2010-07-08 00:40:04 -04001115 SortedArrayOf<RangeRecord>
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001116 rangeRecord; /* Array of glyph ranges--ordered by
1117 * Start GlyphID */
Behdad Esfahbodb3651232010-05-10 16:57:29 -04001118 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -04001119 DEFINE_SIZE_ARRAY (4, rangeRecord);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001120};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001121
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001122struct ClassDef
1123{
Behdad Esfahbod98370e82010-10-27 17:39:01 -04001124 inline unsigned int get_class (hb_codepoint_t glyph_id) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001125 {
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001126 switch (u.format) {
Behdad Esfahboddacebca2010-05-10 19:45:41 -04001127 case 1: return u.format1.get_class(glyph_id);
1128 case 2: return u.format2.get_class(glyph_id);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001129 default:return 0;
1130 }
1131 }
1132
Behdad Esfahbodde2118e2015-02-17 17:27:44 +03001133 inline bool sanitize (hb_sanitize_context_t *c) const
1134 {
Behdad Esfahbodbe218c62012-11-23 15:32:14 -05001135 TRACE_SANITIZE (this);
Behdad Esfahbodb4715902015-09-29 14:57:02 +01001136 if (!u.format.sanitize (c)) return_trace (false);
Behdad Esfahbod70de50c2009-08-04 00:58:28 -04001137 switch (u.format) {
Behdad Esfahbodb4715902015-09-29 14:57:02 +01001138 case 1: return_trace (u.format1.sanitize (c));
1139 case 2: return_trace (u.format2.sanitize (c));
1140 default:return_trace (true);
Behdad Esfahbod70de50c2009-08-04 00:58:28 -04001141 }
1142 }
Behdad Esfahbodaa3d7ad2009-05-17 23:17:56 -04001143
Behdad Esfahbod89ca8ee2012-11-16 13:53:40 -08001144 inline void add_class (hb_set_t *glyphs, unsigned int klass) const {
1145 switch (u.format) {
1146 case 1: u.format1.add_class (glyphs, klass); return;
1147 case 2: u.format2.add_class (glyphs, klass); return;
1148 default:return;
1149 }
1150 }
1151
Behdad Esfahbod6a9be5b2012-04-23 22:23:17 -04001152 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
Behdad Esfahbod31081f72012-04-23 16:54:58 -04001153 switch (u.format) {
1154 case 1: return u.format1.intersects_class (glyphs, klass);
1155 case 2: return u.format2.intersects_class (glyphs, klass);
1156 default:return false;
1157 }
1158 }
1159
Behdad Esfahbodec8d2492012-07-24 15:40:37 -04001160 protected:
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001161 union {
1162 USHORT format; /* Format identifier */
Behdad Esfahboddacebca2010-05-10 19:45:41 -04001163 ClassDefFormat1 format1;
1164 ClassDefFormat2 format2;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001165 } u;
Behdad Esfahboded074222010-05-10 18:08:46 -04001166 public:
Behdad Esfahbod596e4712010-05-10 18:47:48 -04001167 DEFINE_SIZE_UNION (2, format);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001168};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001169
1170
1171/*
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001172 * Item Variation Store
1173 */
1174
1175struct VarRegionAxis
1176{
1177 inline float evaluate (int coord) const
1178 {
1179 int start = startCoord, peak = peakCoord, end = endCoord;
1180
1181 /* TODO Move these to sanitize(). */
1182 if (unlikely (start > peak || peak > end))
1183 return 1.;
1184 if (unlikely (start < 0 && end > 0 && peak != 0))
1185 return 1.;
1186
1187 if (peak == 0 || coord == peak)
1188 return 1.;
1189
1190 if (coord <= start || end <= coord)
1191 return 0.;
1192
1193 /* Interpolate */
1194 if (coord < peak)
1195 return float (coord - start) / (peak - start);
1196 else
1197 return float (end - coord) / (end - peak);
1198 }
1199
1200 inline bool sanitize (hb_sanitize_context_t *c) const
1201 {
1202 TRACE_SANITIZE (this);
1203 return_trace (c->check_struct (this));
1204 /* TODO Handle invalid start/peak/end configs, so we don't
1205 * have to do that at runtime. */
1206 }
1207
1208 public:
1209 F2DOT14 startCoord;
1210 F2DOT14 peakCoord;
1211 F2DOT14 endCoord;
1212 public:
1213 DEFINE_SIZE_STATIC (6);
1214};
1215
1216struct VarRegionList
1217{
1218 inline float evaluate (unsigned int region_index,
1219 int *coords, unsigned int coord_len) const
1220 {
1221 if (unlikely (region_index >= regionCount))
1222 return 0.;
1223
1224 const VarRegionAxis *axes = axesZ + (region_index * axisCount);
1225
1226 float v = 1.;
1227 unsigned int count = MIN (coord_len, (unsigned int) axisCount);
1228 for (unsigned int i = 0; i < count; i++)
1229 {
1230 float factor = axes[i].evaluate (coords[i]);
1231 if (factor == 0.)
1232 return 0.;
1233 v *= factor;
1234 }
1235 return v;
1236 }
1237
1238 inline bool sanitize (hb_sanitize_context_t *c) const
1239 {
1240 TRACE_SANITIZE (this);
1241 return_trace (c->check_struct (this) &&
1242 c->check_array (axesZ, axesZ[0].static_size,
1243 (unsigned int) axisCount * (unsigned int) regionCount));
1244 }
1245
1246 protected:
1247 USHORT axisCount;
1248 USHORT regionCount;
1249 VarRegionAxis axesZ[VAR];
1250 public:
1251 DEFINE_SIZE_ARRAY (4, axesZ);
1252};
1253
1254struct VarData
1255{
1256 inline unsigned int get_row_size (void) const
1257 { return shortCount + regionIndices.len; }
1258
1259 inline unsigned int get_size (void) const
1260 { return itemCount * get_row_size (); }
1261
1262 inline float get_delta (unsigned int inner,
1263 int *coords, unsigned int coord_count,
1264 const VarRegionList &regions) const
1265 {
1266 if (unlikely (inner >= itemCount))
1267 return 0.;
1268
1269 unsigned int count = regionIndices.len;
1270 unsigned int scount = shortCount;
1271
1272 const BYTE *bytes = &StructAfter<BYTE> (regionIndices);
1273 const BYTE *row = bytes + inner * (scount + count);
1274
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001275 float delta = 0.;
1276 unsigned int i = 0;
1277
1278 const SHORT *scursor = reinterpret_cast<const SHORT *> (row);
1279 for (; i < scount; i++)
1280 {
1281 float scalar = regions.evaluate (regionIndices.array[i], coords, coord_count);
1282 delta += scalar * *scursor++;
1283 }
1284 const INT8 *bcursor = reinterpret_cast<const INT8 *> (scursor);
1285 for (; i < count; i++)
1286 {
1287 float scalar = regions.evaluate (regionIndices.array[i], coords, coord_count);
1288 delta += scalar * *bcursor++;
1289 }
1290
1291 return delta;
1292 }
1293
1294 inline bool sanitize (hb_sanitize_context_t *c) const
1295 {
1296 TRACE_SANITIZE (this);
1297 return_trace (c->check_struct (this) &&
1298 regionIndices.sanitize(c) &&
1299 shortCount <= regionIndices.len &&
1300 c->check_array (&StructAfter<BYTE> (regionIndices),
1301 get_row_size (), itemCount));
1302 }
1303
1304 protected:
1305 USHORT itemCount;
1306 USHORT shortCount;
1307 ArrayOf<USHORT> regionIndices;
1308 BYTE bytesX[VAR];
1309 public:
1310 DEFINE_SIZE_ARRAY2 (6, regionIndices, bytesX);
1311};
1312
Behdad Esfahbodcf3de4d2016-09-10 00:22:24 -07001313struct VariationStore
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001314{
1315 inline float get_delta (unsigned int outer, unsigned int inner,
1316 int *coords, unsigned int coord_count) const
1317 {
1318 if (unlikely (outer >= dataSets.len))
1319 return 0.;
1320
1321 return (this+dataSets[outer]).get_delta (inner,
1322 coords, coord_count,
1323 this+regions);
1324 }
1325
Behdad Esfahboda4fca9f2017-01-23 11:56:08 -08001326 inline float get_delta (unsigned int index,
1327 int *coords, unsigned int coord_count) const
1328 {
1329 unsigned int outer = index >> 16;
1330 unsigned int inner = index & 0xFFFF;
1331 return get_delta (outer, inner, coords, coord_count);
1332 }
1333
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001334 inline bool sanitize (hb_sanitize_context_t *c) const
1335 {
1336 TRACE_SANITIZE (this);
1337 return_trace (c->check_struct (this) &&
1338 format == 1 &&
1339 regions.sanitize (c, this) &&
1340 dataSets.sanitize (c, this));
1341 }
1342
1343 protected:
1344 USHORT format;
Behdad Esfahbod5e156fa2017-01-22 20:28:56 -08001345 LOffsetTo<VarRegionList> regions;
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001346 OffsetArrayOf<VarData, ULONG> dataSets;
1347 public:
1348 DEFINE_SIZE_ARRAY (8, dataSets);
1349};
1350
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001351/*
1352 * Feature Variations
1353 */
1354
1355struct ConditionFormat1
1356{
1357 friend struct Condition;
1358
1359 private:
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001360 inline bool evaluate (const int *coords, unsigned int coord_len) const
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001361 {
1362 int coord = axisIndex < coord_len ? coords[axisIndex] : 0;
1363 return filterRangeMinValue <= coord && coord <= filterRangeMaxValue;
1364 }
1365
1366 inline bool sanitize (hb_sanitize_context_t *c) const
1367 {
1368 TRACE_SANITIZE (this);
1369 return_trace (c->check_struct (this));
1370 }
1371
1372 protected:
1373 USHORT format; /* Format identifier--format = 1 */
1374 USHORT axisIndex;
1375 F2DOT14 filterRangeMinValue;
1376 F2DOT14 filterRangeMaxValue;
1377 public:
1378 DEFINE_SIZE_STATIC (8);
1379};
1380
1381struct Condition
1382{
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001383 inline bool evaluate (const int *coords, unsigned int coord_len) const
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001384 {
1385 switch (u.format) {
1386 case 1: return u.format1.evaluate (coords, coord_len);
1387 default:return false;
1388 }
1389 }
1390
1391 inline bool sanitize (hb_sanitize_context_t *c) const
1392 {
1393 TRACE_SANITIZE (this);
1394 if (!u.format.sanitize (c)) return_trace (false);
1395 switch (u.format) {
1396 case 1: return_trace (u.format1.sanitize (c));
1397 default:return_trace (true);
1398 }
1399 }
1400
1401 protected:
1402 union {
1403 USHORT format; /* Format identifier */
1404 ConditionFormat1 format1;
1405 } u;
1406 public:
1407 DEFINE_SIZE_UNION (2, format);
1408};
1409
1410struct ConditionSet
1411{
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001412 inline bool evaluate (const int *coords, unsigned int coord_len) const
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001413 {
1414 unsigned int count = conditions.len;
1415 for (unsigned int i = 0; i < count; i++)
1416 if (!(this+conditions.array[i]).evaluate (coords, coord_len))
1417 return false;
1418 return true;
1419 }
1420
1421 inline bool sanitize (hb_sanitize_context_t *c) const
1422 {
1423 TRACE_SANITIZE (this);
1424 return_trace (conditions.sanitize (c, this));
1425 }
1426
1427 protected:
1428 OffsetArrayOf<Condition, ULONG> conditions;
1429 public:
1430 DEFINE_SIZE_ARRAY (2, conditions);
1431};
1432
1433struct FeatureTableSubstitutionRecord
1434{
Behdad Esfahbod4ebbeb72016-09-10 04:52:34 -07001435 friend struct FeatureTableSubstitution;
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001436
Behdad Esfahbod4ebbeb72016-09-10 04:52:34 -07001437 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001438 {
1439 TRACE_SANITIZE (this);
Behdad Esfahbod4ebbeb72016-09-10 04:52:34 -07001440 return_trace (c->check_struct (this) && feature.sanitize (c, base));
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001441 }
1442
1443 protected:
Behdad Esfahbod5e156fa2017-01-22 20:28:56 -08001444 USHORT featureIndex;
1445 LOffsetTo<Feature> feature;
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001446 public:
1447 DEFINE_SIZE_STATIC (6);
1448};
1449
1450struct FeatureTableSubstitution
1451{
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001452 inline const Feature *find_substitute (unsigned int feature_index) const
1453 {
1454 unsigned int count = substitutions.len;
1455 for (unsigned int i = 0; i < count; i++)
1456 {
Behdad Esfahbod4ebbeb72016-09-10 04:52:34 -07001457 const FeatureTableSubstitutionRecord &record = substitutions.array[i];
1458 if (record.featureIndex == feature_index)
1459 return &(this+record.feature);
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001460 }
1461 return NULL;
1462 }
1463
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001464 inline bool sanitize (hb_sanitize_context_t *c) const
1465 {
1466 TRACE_SANITIZE (this);
1467 return_trace (version.sanitize (c) &&
1468 likely (version.major == 1) &&
1469 substitutions.sanitize (c, this));
1470 }
1471
1472 protected:
1473 FixedVersion<> version; /* Version--0x00010000u */
Behdad Esfahbod4ebbeb72016-09-10 04:52:34 -07001474 ArrayOf<FeatureTableSubstitutionRecord>
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001475 substitutions;
1476 public:
1477 DEFINE_SIZE_ARRAY (6, substitutions);
1478};
1479
1480struct FeatureVariationRecord
1481{
1482 friend struct FeatureVariations;
1483
1484 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
1485 {
1486 TRACE_SANITIZE (this);
1487 return_trace (conditions.sanitize (c, base) &&
1488 substitutions.sanitize (c, base));
1489 }
1490
1491 protected:
Behdad Esfahbod5e156fa2017-01-22 20:28:56 -08001492 LOffsetTo<ConditionSet>
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001493 conditions;
Behdad Esfahbod5e156fa2017-01-22 20:28:56 -08001494 LOffsetTo<FeatureTableSubstitution>
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001495 substitutions;
1496 public:
1497 DEFINE_SIZE_STATIC (8);
1498};
1499
1500struct FeatureVariations
1501{
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001502 static const unsigned int NOT_FOUND_INDEX = 0xFFFFFFFFu;
1503
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001504 inline bool find_index (const int *coords, unsigned int coord_len,
1505 unsigned int *index) const
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001506 {
1507 unsigned int count = varRecords.len;
1508 for (unsigned int i = 0; i < count; i++)
1509 {
1510 const FeatureVariationRecord &record = varRecords.array[i];
1511 if ((this+record.conditions).evaluate (coords, coord_len))
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001512 {
1513 *index = i;
1514 return true;
1515 }
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001516 }
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001517 *index = NOT_FOUND_INDEX;
Behdad Esfahbod30c42b62016-09-10 03:32:39 -07001518 return false;
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001519 }
1520
Behdad Esfahbodec87ba92016-09-10 03:53:11 -07001521 inline const Feature *find_substitute (unsigned int variations_index,
1522 unsigned int feature_index) const
1523 {
1524 const FeatureVariationRecord &record = varRecords[variations_index];
1525 return (this+record.substitutions).find_substitute (feature_index);
1526 }
1527
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001528 inline bool sanitize (hb_sanitize_context_t *c) const
1529 {
1530 TRACE_SANITIZE (this);
1531 return_trace (version.sanitize (c) &&
1532 likely (version.major == 1) &&
1533 varRecords.sanitize (c, this));
1534 }
1535
1536 protected:
1537 FixedVersion<> version; /* Version--0x00010000u */
Behdad Esfahbodb732c532017-01-22 20:31:53 -08001538 LArrayOf<FeatureVariationRecord>
Behdad Esfahbod59055b52016-09-10 01:24:28 -07001539 varRecords;
1540 public:
1541 DEFINE_SIZE_ARRAY (8, varRecords);
1542};
1543
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001544
1545/*
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001546 * Device Tables
1547 */
1548
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001549struct HintingDevice
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001550{
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001551 friend struct Device;
1552
1553 private:
Behdad Esfahbodb634beb2010-05-20 17:44:52 +01001554
Behdad Esfahbodabcfe9b2011-05-11 00:02:02 -04001555 inline hb_position_t get_x_delta (hb_font_t *font) const
1556 { return get_delta (font->x_ppem, font->x_scale); }
Behdad Esfahbodb634beb2010-05-20 17:44:52 +01001557
Behdad Esfahbodabcfe9b2011-05-11 00:02:02 -04001558 inline hb_position_t get_y_delta (hb_font_t *font) const
1559 { return get_delta (font->y_ppem, font->y_scale); }
Behdad Esfahbodb634beb2010-05-20 17:44:52 +01001560
Behdad Esfahbodd163dc12016-01-12 13:05:01 +00001561 inline unsigned int get_size (void) const
1562 {
1563 unsigned int f = deltaFormat;
1564 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1565 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1566 }
1567
1568 inline bool sanitize (hb_sanitize_context_t *c) const
1569 {
1570 TRACE_SANITIZE (this);
1571 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ()));
1572 }
1573
1574 private:
1575
Behdad Esfahbodda975412011-04-21 15:08:01 -04001576 inline int get_delta (unsigned int ppem, int scale) const
Behdad Esfahbod5bd1e952010-09-22 16:46:18 -04001577 {
1578 if (!ppem) return 0;
1579
1580 int pixels = get_delta_pixels (ppem);
1581
1582 if (!pixels) return 0;
1583
Behdad Esfahbod83408cf2013-11-06 14:46:04 -05001584 return (int) (pixels * (int64_t) scale / ppem);
Behdad Esfahbod5bd1e952010-09-22 16:46:18 -04001585 }
Behdad Esfahbod5bd1e952010-09-22 16:46:18 -04001586 inline int get_delta_pixels (unsigned int ppem_size) const
Behdad Esfahbod60d77cf2009-05-19 23:58:54 -04001587 {
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001588 unsigned int f = deltaFormat;
Behdad Esfahbod64d3fc82010-05-03 22:51:19 -04001589 if (unlikely (f < 1 || f > 3))
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001590 return 0;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001591
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001592 if (ppem_size < startSize || ppem_size > endSize)
1593 return 0;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001594
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001595 unsigned int s = ppem_size - startSize;
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001596
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001597 unsigned int byte = deltaValue[s >> (4 - f)];
Behdad Esfahbod09c292e2009-05-26 19:48:16 -04001598 unsigned int bits = (byte >> (16 - (((s & ((1 << (4 - f)) - 1)) + 1) << f)));
Behdad Esfahbod76271002014-07-11 14:54:42 -04001599 unsigned int mask = (0xFFFFu >> (16 - (1 << f)));
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001600
1601 int delta = bits & mask;
1602
Behdad Esfahbod15164d92009-08-04 13:57:41 -04001603 if ((unsigned int) delta >= ((mask + 1) >> 1))
Behdad Esfahbod056c7ec2009-05-18 19:47:52 -04001604 delta -= mask + 1;
1605
1606 return delta;
1607 }
1608
Behdad Esfahbodec8d2492012-07-24 15:40:37 -04001609 protected:
Behdad Esfahbod0795b782010-04-22 00:23:14 -04001610 USHORT startSize; /* Smallest size to correct--in ppem */
1611 USHORT endSize; /* Largest size to correct--in ppem */
Behdad Esfahbodcaff7db2010-04-26 10:07:35 -04001612 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
1613 * 1 Signed 2-bit value, 8 values per uint16
1614 * 2 Signed 4-bit value, 4 values per uint16
1615 * 3 Signed 8-bit value, 2 values per uint16
1616 */
Behdad Esfahbodd3480ba2009-11-03 10:47:29 -05001617 USHORT deltaValue[VAR]; /* Array of compressed data */
Behdad Esfahbod569da922010-05-10 16:38:32 -04001618 public:
Behdad Esfahbod0eb9fc62010-05-10 19:01:17 -04001619 DEFINE_SIZE_ARRAY (6, deltaValue);
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001620};
Behdad Esfahbod6f20f722009-05-17 20:28:01 -04001621
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001622struct VariationDevice
1623{
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001624 friend struct Device;
1625
1626 private:
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001627
Behdad Esfahbodcf3de4d2016-09-10 00:22:24 -07001628 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const
Behdad Esfahbod26648ce2016-09-10 02:11:05 -07001629 { return font->em_scalef_x (get_delta (font, store)); }
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001630
Behdad Esfahbodcf3de4d2016-09-10 00:22:24 -07001631 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const
Behdad Esfahbod26648ce2016-09-10 02:11:05 -07001632 { return font->em_scalef_y (get_delta (font, store)); }
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001633
1634 inline bool sanitize (hb_sanitize_context_t *c) const
1635 {
1636 TRACE_SANITIZE (this);
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001637 return_trace (c->check_struct (this));
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001638 }
1639
1640 private:
1641
Behdad Esfahbod26648ce2016-09-10 02:11:05 -07001642 inline float get_delta (hb_font_t *font, const VariationStore &store) const
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001643 {
Behdad Esfahbod26648ce2016-09-10 02:11:05 -07001644 return store.get_delta (outerIndex, innerIndex, font->coords, font->num_coords);
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001645 }
1646
1647 protected:
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001648 USHORT outerIndex;
1649 USHORT innerIndex;
1650 USHORT deltaFormat; /* Format identifier for this table: 0x0x8000 */
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001651 public:
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001652 DEFINE_SIZE_STATIC (6);
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001653};
1654
Behdad Esfahbod1f6ed352016-09-10 00:01:10 -07001655struct DeviceHeader
1656{
1657 protected:
1658 USHORT reserved1;
1659 USHORT reserved2;
1660 public:
1661 USHORT format; /* Format identifier */
1662 public:
1663 DEFINE_SIZE_STATIC (6);
1664};
1665
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001666struct Device
1667{
Behdad Esfahbod219cb292016-09-28 17:16:06 +02001668 inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001669 {
1670 switch (u.b.format)
1671 {
1672 case 1: case 2: case 3:
1673 return u.hinting.get_x_delta (font);
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001674 case 0x8000:
Behdad Esfahbod151d93d2016-09-09 17:03:11 -07001675 return u.variation.get_x_delta (font, store);
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001676 default:
1677 return 0;
1678 }
1679 }
Behdad Esfahbod219cb292016-09-28 17:16:06 +02001680 inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001681 {
1682 switch (u.b.format)
1683 {
1684 case 1: case 2: case 3:
Behdad Esfahbod85ec4942016-09-10 00:25:16 -07001685 return u.hinting.get_y_delta (font);
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001686 case 0x8000:
Behdad Esfahbod151d93d2016-09-09 17:03:11 -07001687 return u.variation.get_y_delta (font, store);
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001688 default:
1689 return 0;
1690 }
1691 }
1692
1693 inline bool sanitize (hb_sanitize_context_t *c) const
1694 {
1695 TRACE_SANITIZE (this);
1696 if (!u.b.format.sanitize (c)) return_trace (false);
1697 switch (u.b.format) {
1698 case 1: case 2: case 3:
1699 return_trace (u.hinting.sanitize (c));
Behdad Esfahboddc9f2292016-09-09 15:40:15 -07001700 case 0x8000:
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001701 return_trace (u.variation.sanitize (c));
1702 default:
1703 return_trace (true);
1704 }
1705 }
1706
1707 protected:
1708 union {
Behdad Esfahbod1f6ed352016-09-10 00:01:10 -07001709 DeviceHeader b;
Behdad Esfahbod4c535a82016-03-02 12:21:36 +09001710 HintingDevice hinting;
1711 VariationDevice variation;
1712 } u;
1713 public:
1714 DEFINE_SIZE_UNION (6, b);
1715};
1716
Behdad Esfahbod6d9d3c52016-03-01 19:12:08 +09001717
Behdad Esfahbod7d52e662012-11-16 18:49:54 -08001718} /* namespace OT */
Behdad Esfahbod7c8e8442012-08-28 17:57:49 -04001719
Behdad Esfahbodacdba3f2010-07-23 15:11:18 -04001720
Behdad Esfahbod5f5b24f2009-08-02 20:03:12 -04001721#endif /* HB_OT_LAYOUT_COMMON_PRIVATE_HH */