| .. |
|
Bitmap.h
|
Version 1.7
|
2020-03-07 09:19:34 +01:00 |
|
Bitmap.hpp
|
Bitmap refactor
|
2019-04-20 22:05:54 +02:00 |
|
BitmapRef.hpp
|
Bitmap refactor
|
2019-04-20 22:05:54 +02:00 |
|
Contour.cpp
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
Contour.h
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
EdgeColor.h
|
Version 1.0
|
2016-04-24 23:58:54 +02:00 |
|
EdgeHolder.cpp
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
EdgeHolder.h
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
MSDFErrorCorrection.cpp
|
MSDF error correction edge case fix
|
2021-07-08 19:44:18 +02:00 |
|
MSDFErrorCorrection.h
|
Error correction algorithm expanded
|
2021-04-11 19:27:01 +02:00 |
|
Projection.cpp
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
Projection.h
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
Scanline.cpp
|
New MSDF edge artifact elimination routine, core algorithm refactor
|
2020-10-07 23:09:09 +02:00 |
|
Scanline.h
|
Added SDF fill error estimation, miter bounds computation
|
2019-04-22 19:30:33 +02:00 |
|
Shape.cpp
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
Shape.h
|
Added algorithm to fix contour windings, low level optimization
|
2020-10-17 11:30:27 +02:00 |
|
ShapeDistanceFinder.h
|
New MSDF edge artifact elimination routine, core algorithm refactor
|
2020-10-07 23:09:09 +02:00 |
|
ShapeDistanceFinder.hpp
|
New MSDF edge artifact elimination routine, core algorithm refactor
|
2020-10-07 23:09:09 +02:00 |
|
SignedDistance.cpp
|
Removed SignedDistance::INFINITE constant
|
2021-12-21 21:28:56 +01:00 |
|
SignedDistance.h
|
Removed SignedDistance::INFINITE constant
|
2021-12-21 21:28:56 +01:00 |
|
Vector2.cpp
|
Version 1.0
|
2016-04-24 23:58:54 +02:00 |
|
Vector2.h
|
Version 1.0
|
2016-04-24 23:58:54 +02:00 |
|
arithmetics.hpp
|
V1.4: Overlapping contours, cubic distance fix, guessorder
|
2017-02-09 22:44:37 +01:00 |
|
bitmap-interpolation.hpp
|
New MSDF edge artifact elimination routine, core algorithm refactor
|
2020-10-07 23:09:09 +02:00 |
|
contour-combiners.cpp
|
Removed SignedDistance::INFINITE constant
|
2021-12-21 21:28:56 +01:00 |
|
contour-combiners.h
|
Core algorithm performance optimization
|
2020-03-14 19:19:17 +01:00 |
|
edge-coloring.cpp
|
Removed SignedDistance::INFINITE constant
|
2021-12-21 21:28:56 +01:00 |
|
edge-coloring.h
|
Edge coloring by edge to edge distance - experimental version
|
2021-05-28 19:26:41 +02:00 |
|
edge-segments.cpp
|
Edge distance minor optimization
|
2021-03-27 10:21:05 +01:00 |
|
edge-segments.h
|
Analytic length of quadratic segment
|
2020-10-30 10:02:40 +01:00 |
|
edge-selectors.cpp
|
Pseudodistance evaluation improvement, edge distance cache fix
|
2020-10-16 14:49:04 +02:00 |
|
edge-selectors.h
|
Pseudodistance evaluation improvement, edge distance cache fix
|
2020-10-16 14:49:04 +02:00 |
|
equation-solver.cpp
|
Improved detection of numerical errors in cubic equation solver
|
2021-11-13 17:02:40 +01:00 |
|
equation-solver.h
|
V1.4: Overlapping contours, cubic distance fix, guessorder
|
2017-02-09 22:44:37 +01:00 |
|
generator-config.h
|
Enabled shared library build, vcpkg update
|
2023-01-15 12:08:15 +01:00 |
|
msdf-error-correction.cpp
|
Error correction algorithm expanded
|
2021-04-11 19:27:01 +02:00 |
|
msdf-error-correction.h
|
Error correction algorithm expanded
|
2021-04-11 19:27:01 +02:00 |
|
msdfgen.cpp
|
Error correction algorithm expanded
|
2021-04-11 19:27:01 +02:00 |
|
pixel-conversion.hpp
|
Bitmap refactor
|
2019-04-20 22:05:54 +02:00 |
|
rasterization.cpp
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
rasterization.h
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
render-sdf.cpp
|
Added output distance shift argument
|
2020-10-10 10:02:45 +02:00 |
|
render-sdf.h
|
Added output distance shift argument
|
2020-10-10 10:02:45 +02:00 |
|
save-bmp.cpp
|
Added glyph loading by glyph index, passing own FT_Face handle
|
2020-10-10 12:12:52 +02:00 |
|
save-bmp.h
|
Added MTSDF mode
|
2020-03-06 17:09:59 +01:00 |
|
save-tiff.cpp
|
Added MTSDF mode
|
2020-03-06 17:09:59 +01:00 |
|
save-tiff.h
|
Added MTSDF mode
|
2020-03-06 17:09:59 +01:00 |
|
sdf-error-estimation.cpp
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
sdf-error-estimation.h
|
Scale and translation arguments refactored as Projection, generator configuration WIP
|
2021-03-31 00:33:47 +02:00 |
|
shape-description.cpp
|
Very minor refactor
|
2021-07-09 15:35:25 +02:00 |
|
shape-description.h
|
Version 1.0
|
2016-04-24 23:58:54 +02:00 |