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

Function msdfFastDistanceErrorCorrection

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

Source from the content-addressed store, hash-verified

72}
73
74void msdfFastDistanceErrorCorrection(const BitmapSection<float, 3> &sdf, const SDFTransformation &transformation, double minDeviationRatio) {
75 msdfErrorCorrectionShapeless(sdf, transformation, minDeviationRatio, false);
76}
77void msdfFastDistanceErrorCorrection(const BitmapSection<float, 4> &sdf, const SDFTransformation &transformation, double minDeviationRatio) {
78 msdfErrorCorrectionShapeless(sdf, transformation, minDeviationRatio, false);
79}

Callers

nothing calls this directly

Calls 3

SDFTransformationClass · 0.85
ProjectionClass · 0.85

Tested by

no test coverage detected