| 154 | } |
| 155 | |
| 156 | double estimateSDFError(const BitmapConstSection<float, 1> &sdf, const Shape &shape, const Projection &projection, int scanlinesPerRow, FillRule fillRule) { |
| 157 | return estimateSDFErrorInner(sdf, shape, projection, scanlinesPerRow, fillRule); |
| 158 | } |
| 159 | double estimateSDFError(const BitmapConstSection<float, 3> &sdf, const Shape &shape, const Projection &projection, int scanlinesPerRow, FillRule fillRule) { |
| 160 | return estimateSDFErrorInner(sdf, shape, projection, scanlinesPerRow, fillRule); |
| 161 | } |
no test coverage detected