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