MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / load

Method load

lv2export/includes/rack.hpp:2064–2064  ·  view source on GitHub ↗

NSVGimage* handle = NULL; ~Svg(); /** Don't call this directly. Use `Svg::load()` for caching. */ void loadFile(const std::string& filename); void loadString(const std::string& str); math::Vec getSize(); int getNumShapes(); int getNumPaths(); int getNumPoints(); void draw(NVGcontext* vg);

Source from the content-addressed store, hash-verified

2062// int getNumPoints();
2063// void draw(NVGcontext* vg);
2064 static std::shared_ptr<Svg> load(const std::string&) { return {}; }
2065};
2066
2067inline void svgDraw(NVGcontext*, NSVGimage*) {}

Callers 2

clearMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected