summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [base] Fill 'COLR' v1 API templates to make them work (#59703).Dominik Röttsches2021-01-021-4/+76
* [sfnt] Register 'COLR' v1 API in driver (#59703).Dominik Röttsches2021-01-021-2/+14
* [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703).Dominik Röttsches2021-01-022-0/+57
* [sfnt] Add 'COLR' v1 API to iterate color stops (#59703).Dominik Röttsches2021-01-022-0/+43
* [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703).Dominik Röttsches2021-01-022-1/+321
* [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703).Dominik Röttsches2021-01-022-8/+146
* Add new methods required for 'COLR' v1 to public API (#59703).Dominik Röttsches2021-01-021-0/+36
* [sdf] Use 'counter-clockwise', not 'anti-clockwise'.Werner Lemberg2020-12-262-10/+10
* * src/base/ftobjs.c (pixel_modes): Updated.Werner Lemberg2020-12-261-0/+4
* [sdf] Remove custom memory tracker.Anuj Verma2020-12-261-158/+18
* [sdf] Two more copyright notices.Werner Lemberg2020-12-242-0/+26
* [sdf] Fix `make multi`.Werner Lemberg2020-12-241-0/+1
* [sdf] Fix tracing.Werner Lemberg2020-12-242-0/+20
* [sdf] Add copyright notices.Werner Lemberg2020-12-248-0/+160
* [sdf] Add debugging function.Anuj Verma2020-12-241-0/+100
* [sdf] Add brief technical overview of both rasterizers.Anuj Verma2020-12-242-0/+166
* [sdf] Add 'bsdf' renderer to 'sdf' module.Anuj Verma2020-12-242-2/+150
* [sdf] Add interface functions for the 'bsdf' rasterizer.Anuj Verma2020-12-242-0/+184
* [sdf] Add function to copy SDF data into output bitmap.Anuj Verma2020-12-241-0/+99
* [sdf] Add '8-point sequential Euclidean distance mapping' algorithm.Anuj Verma2020-12-241-1/+250
* [sdf] Add function to copy source bitmap to distance map.Anuj Verma2020-12-241-0/+201
* [sdf] Add functions to compute pixel edge distances.Anuj Verma2020-12-241-1/+255
* [sdf] Add function to find edge pixels in a grid of alpha values.Anuj Verma2020-12-241-0/+111
* [sdf] Add essential structures for the 'bsdf' rasterizer.Anuj Verma2020-12-241-0/+129
* [sdf] Added basic overlapping contour support.Anuj Verma2020-12-241-6/+252
* [sdf] Add build infrastructure.Anuj Verma2020-12-243-0/+84
* [sdf] Add interface functions for the 'sdf' rasterizer.Anuj Verma2020-12-241-0/+194
* [sdf] Add subdivision and bounding box optimization.Anuj Verma2020-12-241-0/+303
* [sdf] Add function to generate SDF.Anuj Verma2020-12-241-1/+161
* [sdf] Add functions to get shortest distance from any edge/contour.Anuj Verma2020-12-241-0/+149
* [sdf] Add shortest distance finding functions.Anuj Verma2020-12-241-1/+1081
* [sdf] Add function to resolve corner distances.Anuj Verma2020-12-241-0/+104
* [sdf] Add essential math functions.Anuj Verma2020-12-241-0/+244
* [sdf] Add utility functions for contours.Anuj Verma2020-12-241-0/+470
* [sdf] Add functions to decompose `FT_Outline`.Anuj Verma2020-12-241-0/+199
* [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer.Anuj Verma2020-12-241-0/+643
* [sdf] Add raster parameters structure.Anuj Verma2020-12-243-0/+68
* [sdf] Add 'sdf' renderer.Anuj Verma2020-12-241-0/+421
* [sdf] Add common elements for 'sdf' and 'bsdf' renderers.Anuj Verma2020-12-243-0/+241
* [sdf] Add files for new 'sdf' module.Anuj Verma2020-12-248-0/+44
* [base] Allow renderers of different formats.Anuj Verma2020-12-241-7/+2
* [autofit] Fix double division in stem darkening.Tatsuyuki Ishi2020-12-182-16/+13
* [truetype] Fix incremental metrics (#59503).Chris Liddell2020-12-161-15/+18
* [type42] Pacify static analysis tools (#59682).Werner Lemberg2020-12-141-2/+4
* * src/*: More fixes for using a '\n' in `FT_TRACE` and `FT_ERROR`.Werner Lemberg2020-12-075-42/+42
* */*: s/FT_LOGGING/FT_DEBUG_LOGGING/.Werner Lemberg2020-12-074-12/+12
* * src/*: Don't use more than one '\n' in `FT_TRACE` and `FT_ERROR`.Werner Lemberg2020-12-0520-126/+139
* [base] Don't close 'stderr' after logging.Werner Lemberg2020-12-051-1/+2
* * src/bdf/bdflib.c: Fix `-Wformat` warning.Werner Lemberg2020-12-051-1/+1
* [dlg] Fix compiler warnings.Werner Lemberg2020-12-041-0/+5