mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-03-26 06:40:41 +01:00
When matching the keywords, we avoid calculating their lengths by checking the stored values. This itself is a sufficient pre-check before diving into `memcmp`. Therefore, we remove explicit check of the first characters. * include/freetype/internal/psaux.h (T1_FieldRec): Store length. * src/cid/cidload.c (cid_parse_dict): Use `memcmp` and stored length. * src/type1/t1load.c (parse_dict): Ditto. * src/type42/t42parse.c (t42_parse_dict): Ditto. |
||
|---|---|---|
| .. | ||
| freetype | ||
| ft2build.h | ||