MCPcopy Create free account
hub / github.com/Chlumsky/msdfgen / msdfFastEdgeErrorCorrection

Function msdfFastEdgeErrorCorrection

core/msdf-error-correction.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void msdfFastEdgeErrorCorrection(const BitmapSection<float, 3> &sdf, const SDFTransformation &transformation, double minDeviationRatio) {
94 msdfErrorCorrectionShapeless(sdf, transformation, minDeviationRatio, true);
95}
96void msdfFastEdgeErrorCorrection(const BitmapSection<float, 4> &sdf, const SDFTransformation &transformation, double minDeviationRatio) {
97 msdfErrorCorrectionShapeless(sdf, transformation, minDeviationRatio, true);
98}

Callers

nothing calls this directly

Calls 3

SDFTransformationClass · 0.85
ProjectionClass · 0.85

Tested by

no test coverage detected