| 102 | }; |
| 103 | |
| 104 | MSDFErrorCorrection::MSDFErrorCorrection() { } |
| 105 | |
| 106 | MSDFErrorCorrection::MSDFErrorCorrection(const BitmapSection<byte, 1> &stencil, const SDFTransformation &transformation) : stencil(stencil), transformation(transformation) { |
| 107 | minDeviationRatio = ErrorCorrectionConfig::defaultMinDeviationRatio; |
nothing calls this directly
no outgoing calls
no test coverage detected