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

Function estimateSDFError

MyGUIEngine/src/msdfgen/core/sdf-error-estimation.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156double 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}
159double 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}

Callers 1

mainFunction · 0.85

Calls 2

estimateSDFErrorInnerFunction · 0.85
ProjectionClass · 0.85

Tested by

no test coverage detected