MCPcopy Create free account
hub / github.com/MyGUI/mygui / msdfErrorCorrection

Function msdfErrorCorrection

MyGUIEngine/src/msdfgen/core/msdf-error-correction.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void msdfErrorCorrection(const BitmapSection<float, 3> &sdf, const Shape &shape, const SDFTransformation &transformation, const MSDFGeneratorConfig &config) {
62 msdfErrorCorrectionInner(sdf, shape, transformation, config);
63}
64void msdfErrorCorrection(const BitmapSection<float, 4> &sdf, const Shape &shape, const SDFTransformation &transformation, const MSDFGeneratorConfig &config) {
65 msdfErrorCorrectionInner(sdf, shape, transformation, config);
66}

Callers 5

mainFunction · 0.85
generateMSDFFunction · 0.85
generateMTSDFFunction · 0.85
generateMSDF_legacyFunction · 0.85
generateMTSDF_legacyFunction · 0.85

Calls 2

msdfErrorCorrectionInnerFunction · 0.85
SDFTransformationClass · 0.85

Tested by

no test coverage detected