msdfgen/core
Chlumsky e3ced1e362 Cubic curve distance optimization 2025-06-20 16:50:26 +02:00
..
Bitmap.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Bitmap.hpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
BitmapRef.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
Contour.cpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Contour.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
DistanceMapping.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
DistanceMapping.h Asymmetrical range 2024-04-17 21:17:57 +02:00
EdgeColor.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
EdgeHolder.cpp Improved edge segment construction 2023-12-17 00:39:45 +01:00
EdgeHolder.h Improved edge segment construction 2023-12-17 00:39:45 +01:00
MSDFErrorCorrection.cpp Improved error correction consistency for inverse Y-axis 2024-06-01 16:05:25 +02:00
MSDFErrorCorrection.h Asymmetrical range 2024-04-17 21:17:57 +02:00
Projection.cpp Scale and translation arguments refactored as Projection, generator configuration WIP 2021-03-31 00:33:47 +02:00
Projection.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
Range.hpp Asymmetrical range 2024-04-17 21:17:57 +02:00
SDFTransformation.h Asymmetrical range 2024-04-17 21:17:57 +02:00
Scanline.cpp Fixed include for qsort 2023-09-19 21:57:36 +02:00
Scanline.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
Shape.cpp Corner deconvergence polarity fix 2025-06-19 18:07:27 +02:00
Shape.h Better edge deconverge procedure 2024-05-07 17:17:32 +02:00
ShapeDistanceFinder.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
ShapeDistanceFinder.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
SignedDistance.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
Vector2.hpp Replaced sscanf usage 2024-01-05 13:38:47 +01:00
arithmetics.hpp Added macro config header to installation 2023-11-11 14:59:26 +01:00
base.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
bitmap-interpolation.hpp Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
contour-combiners.cpp Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
contour-combiners.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
convergent-curve-ordering.cpp Corner deconvergence polarity fix 2025-06-19 18:07:27 +02:00
convergent-curve-ordering.h Corner deconvergence polarity fix 2025-06-19 18:07:27 +02:00
edge-coloring.cpp Edge coloring update, circles no longer white 2024-03-09 22:17:49 +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 Cubic curve distance optimization 2025-06-20 16:50:26 +02:00
edge-segments.h Better edge deconverge procedure 2024-05-07 17:17:32 +02:00
edge-selectors.cpp Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
edge-selectors.h Renamed pseudo-distance to perpendicular distance 2024-03-10 10:30:59 +01:00
equation-solver.cpp Added hidden option to disable variable fonts 2023-04-12 18:04:01 +02:00
equation-solver.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
export-svg.cpp Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
export-svg.h Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
generator-config.h Added macro config header to installation 2023-11-11 14:59:26 +01:00
msdf-error-correction.cpp Shapeless error correction no transform overload 2024-06-02 11:30:55 +02:00
msdf-error-correction.h Shapeless error correction no transform overload 2024-06-02 11:30:55 +02:00
msdfgen.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
pixel-conversion.hpp GPU-like pixel conversion 2024-04-21 19:04:58 +02:00
rasterization.cpp Minor warning fixes 2024-09-28 13:12:20 +02:00
rasterization.h Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
render-sdf.cpp Asymmetrical range 2024-04-17 21:17:57 +02:00
render-sdf.h Asymmetrical range 2024-04-17 21:17:57 +02:00
save-bmp.cpp Minor warning fixes 2024-09-28 13:12:20 +02:00
save-bmp.h Added MTSDF mode 2020-03-06 17:09:59 +01:00
save-fl32.cpp Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
save-fl32.h Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
save-rgba.cpp Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
save-rgba.h Added -exportsvg, RGBA & FL32 image output 2024-05-07 21:32:45 +02:00
save-tiff.cpp Minor warning fixes 2024-09-28 13:12:20 +02: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 Inlined Vector2 and SignedDistance for performance, minor coding style change 2023-10-11 23:59:32 +02:00
shape-description.cpp Minor warning fixes 2024-09-28 13:12:20 +02:00
shape-description.h Optimized includes 2023-04-07 12:02:22 +02:00