mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 09:44:46 +00:00
Revert "[aat] Change threshold from 4 to 16"
This reverts commit 624d6edfe4
.
Some other benchmarks see better results for 4. Let's leave at that.
This commit is contained in:
parent
624d6edfe4
commit
491c8c4e10
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ struct hb_aat_apply_context_t :
|
|||
|
||||
void set_lookup_index (unsigned int i) { lookup_index = i; }
|
||||
|
||||
#define BUFFER_GLYPH_SET_THRESHOLD 16
|
||||
#define BUFFER_GLYPH_SET_THRESHOLD 4
|
||||
void setup_buffer_glyph_set ()
|
||||
{
|
||||
if (buffer->len < BUFFER_GLYPH_SET_THRESHOLD) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue