msdfgen/core
Jordan Cristiano 90da38d02c Fixed precision of median calculation in legacy generateMSDF.
Caught as a warning by vs2015.
1>  msdfgen.cpp
1>core\msdfgen.cpp(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>core\msdfgen.cpp(310): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
1>core\msdfgen.cpp(311): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
2017-09-14 00:47:05 -04:00
..
Bitmap.cpp Version 1.0 2016-04-24 23:58:54 +02:00
Bitmap.h Version 1.0 2016-04-24 23:58:54 +02:00
Contour.cpp V1.4: Overlapping contours, cubic distance fix, guessorder 2017-02-09 22:44:37 +01:00
Contour.h V1.4: Overlapping contours, cubic distance fix, guessorder 2017-02-09 22:44:37 +01:00
EdgeColor.h Version 1.0 2016-04-24 23:58:54 +02:00
EdgeHolder.cpp Version 1.0 2016-04-24 23:58:54 +02:00
EdgeHolder.h Version 1.0 2016-04-24 23:58:54 +02:00
Shape.cpp Merge branch 'fill_rule' 2017-06-08 14:40:26 -07:00
Shape.h Add support for SVG fill-rule 2017-06-08 14:27:53 -07:00
SignedDistance.cpp Version 1.0 2016-04-24 23:58:54 +02:00
SignedDistance.h Version 1.0 2016-04-24 23:58:54 +02:00
Vector2.cpp Rollback initial arc support merge (was integrated into upstream/master’s SVG improvements change) 2017-06-08 11:54:19 -07:00
Vector2.h Rollback initial arc support merge (was integrated into upstream/master’s SVG improvements change) 2017-06-08 11:54:19 -07:00
arithmetics.hpp V1.4: Overlapping contours, cubic distance fix, guessorder 2017-02-09 22:44:37 +01:00
edge-coloring.cpp Version 1.2 - Reverse order option, edge coloring seed, glyph loading fix 2016-07-21 18:26:15 +02:00
edge-coloring.h Version 1.2 - Reverse order option, edge coloring seed, glyph loading fix 2016-07-21 18:26:15 +02:00
edge-segments.cpp Merge branch 'fill_rule' 2017-08-21 13:23:00 -07:00
edge-segments.h Merge branch 'fill_rule' 2017-06-08 14:40:26 -07:00
equation-solver.cpp Version 1.0 2016-04-24 23:58:54 +02:00
equation-solver.h V1.4: Overlapping contours, cubic distance fix, guessorder 2017-02-09 22:44:37 +01:00
msdfgen.cpp Fixed precision of median calculation in legacy generateMSDF. 2017-09-14 00:47:05 -04:00
render-sdf.cpp Minification fixed, minor error corrections 2016-04-28 22:07:28 +02:00
render-sdf.h Version 1.0 2016-04-24 23:58:54 +02:00
save-bmp.cpp Version 1.0 2016-04-24 23:58:54 +02:00
save-bmp.h Version 1.0 2016-04-24 23:58:54 +02:00
shape-description.cpp Clean up some some unused bits. 2017-08-31 09:38:05 -07:00
shape-description.h Version 1.0 2016-04-24 23:58:54 +02:00