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

Function ftPoint2

MyGUIEngine/src/msdfgen/ext/import-font.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62static Point2 ftPoint2(const FT_Vector &vector, double scale) {
63 return Point2(scale*vector.x, scale*vector.y);
64}
65
66static int ftMoveTo(const FT_Vector *to, void *user) {
67 FtContext *context = reinterpret_cast<FtContext *>(user);

Callers 4

ftMoveToFunction · 0.85
ftLineToFunction · 0.85
ftConicToFunction · 0.85
ftCubicToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected