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

Function readCoord

MyGUIEngine/src/msdfgen/ext/import-svg.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static bool readCoord(Point2 &output, const char *&pathDef) {
83 return readDouble(output.x, pathDef) && readDouble(output.y, pathDef);
84}
85
86static bool readBool(bool &output, const char *&pathDef) {
87 skipExtraChars(pathDef);

Callers 6

readControlPointsFunction · 0.85
readContourFunction · 0.85
buildShapeFromSvgPathFunction · 0.85
combineTransformationFunction · 0.85
gatherPathsFunction · 0.85
finishAttributesMethod · 0.85

Calls 1

readDoubleFunction · 0.85

Tested by

no test coverage detected