Behdad Esfahbod
|
ad28f973f3
|
Rename offset types to be explicit about their size
Add Offset16To<>, Offset24To<>, and Offset32To<> for most use-cases.
|
2021-03-31 13:00:07 -06:00 |
Behdad Esfahbod
|
bd55d4b49f
|
[algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl()
Preparing to merge the two finally!
|
2019-12-06 03:35:24 +00:00 |
Ebrahim Byagowi
|
33d38e793e
|
Use a unified bsearch (#1741)
A part of #593
|
2019-06-02 00:19:57 +04:30 |
Behdad Esfahbod
|
ef00654962
|
Convert tag enum class consts to static constexpr
Part of https://github.com/harfbuzz/harfbuzz/issues/1553
|
2019-01-22 12:17:26 +01:00 |
Ebrahim Byagowi
|
b2ebaa9afa
|
Remove redundant 'inline' from methods (#1483)
|
2018-12-16 14:08:10 -05:00 |
Behdad Esfahbod
|
5c4fead734
|
Convert "static const hb_tag_t" constants to enum
|
2018-11-29 15:05:47 -05:00 |
Behdad Esfahbod
|
e014405a21
|
Rename check_array(array, a, b) to check_range()
|
2018-11-12 14:23:31 -05:00 |
Bruce Mitchener
|
5a24ea15e0
|
Make more 'coords' params const.
|
2018-10-19 19:15:42 -07:00 |
Behdad Esfahbod
|
9507b05a7a
|
Simplify sanitize->check_array()
Fix a bug in CBDT sanitize, and redundant check in avar.
|
2018-09-10 23:18:23 +02:00 |
Behdad Esfahbod
|
bc485a9812
|
Port some VAR arrays to UnsizedArrayOf<>
Fix avar sanitize().
|
2018-09-10 23:08:18 +02:00 |
Behdad Esfahbod
|
c77ae40852
|
Rename hb-*private.hh to hb-*.hh
Sorry for the noise, downstream custom builders. Please adjust.
|
2018-08-25 22:36:36 -07:00 |
Ebrahim Byagowi
|
a02c3ee70f
|
Add or update tables specifications links
|
2018-04-12 13:44:32 +04:30 |
Behdad Esfahbod
|
6b19178ee3
|
Prefix int types with HB
Such a headache that Windows defines UINT8, ...; Just prefix it.
|
2018-01-10 03:07:30 +01:00 |
Behdad Esfahbod
|
6f335ed1e5
|
Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc
|
2017-11-14 21:06:07 -08:00 |
Behdad Esfahbod
|
0712e915b4
|
Remove hb_compare_func_t
|
2017-10-29 17:01:47 -06:00 |
Behdad Esfahbod
|
22af28a3f1
|
[var] Implement MVAR table
Unhooked. Untested.
|
2017-01-23 23:42:53 -08:00 |