freetype2/src/base
Alexei Podtelezhnikov 95b0fe2a6d [base] Reintroduce `FT_SqrtFixed`.
The general square root calculations are not necessary in FreeType.
For vector normalization or length, FreeType uses special functions.
It is, however, required in the legacy CFF specifications.

* src/base/ftcalc.c (FT_SqrtFixed): New function that uses either
Babylonian or bit-wise algorithm, whichever is faster for the given
situation.
* include/freetype/internal/ftcalc.h (FT_SqrtFixed): Declare it.
2023-09-19 22:26:32 -04:00
..
ftadvanc.c Avoid reserved identifiers that are globally defined. 2023-02-08 21:09:30 +01:00
ftbase.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftbase.h Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftbbox.c [base] Signature fixes. 2023-05-07 14:59:50 +02:00
ftbdf.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftbitmap.c Whitespace. 2023-01-28 17:04:11 +01:00
ftcalc.c [base] Reintroduce `FT_SqrtFixed`. 2023-09-19 22:26:32 -04:00
ftcid.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftcolor.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftdbgmem.c * src/*: Replace leading underscores with trailing ones in dummy variables. 2023-02-26 20:18:54 +01:00
ftdebug.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
fterrors.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftfntfmt.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftfstype.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftgasp.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftgloadr.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftglyph.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftgxval.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
fthash.c * src/base/fthash.c (hash_insert): Avoid unnecessary zeroing. 2022-01-14 18:22:23 +00:00
ftinit.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftlcdfil.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftmac.c * src/*: Replace leading underscores with trailing ones in dummy variables. 2023-02-26 20:18:54 +01:00
ftmm.c [truetype] Fix PostScript name handling for variation fonts. 2023-05-06 18:53:50 +02:00
ftobjs.c [base] Fix typo to correct predicate for call 2023-09-12 18:35:01 -04:00
ftotval.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftoutln.c * src/base/ftoutln.c (FT_Outline_Check): Fix C4701 warning. 2023-02-20 22:31:21 -05:00
ftpatent.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftpfr.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftpsprop.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftrfork.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftsnames.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftstream.c [base] Avoid UB with memcpy 2023-08-17 13:25:31 -04:00
ftstroke.c * src/base/ftstroke.c (FT_Stroker_ParseOutline): Clean up contour indexing. 2023-02-20 17:13:40 +00:00
ftsynth.c * src/base/ftsynth.c (FT_GlyphSlot_AdjustWeight): New API. 2023-03-16 03:28:59 +00:00
ftsystem.c s/this is,/that is,/ 2023-04-27 06:24:48 +02:00
fttrigon.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
fttype1.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftutil.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
ftver.rc * Version 2.13.2 released. 2023-08-25 20:12:52 +02:00
ftwinfnt.c Update all copyright notices. 2023-01-17 09:18:25 +01:00
md5.c * src/base/md5.c: Updated to recent version. 2016-06-16 06:17:54 +02:00
md5.h * src/base/md5.c, src/base/md5.h: Updated to recent version. 2013-10-22 01:10:10 +02:00
rules.mk Update all copyright notices. 2023-01-17 09:18:25 +01:00