MCPcopy Create free account
hub / github.com/DISTRHO/DPF / notImplemented

Function notImplemented

dgl/src/Cairo.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#endif
56
57START_NAMESPACE_DGL
58
59// --------------------------------------------------------------------------------------------------------------------
60
61static void notImplemented(const char* const name)
62{
63 d_stderr2("Cairo function not implemented: %s", name);
64}
65
66// --------------------------------------------------------------------------------------------------------------------
67// Color

Callers 3

drawMethod · 0.70
drawOutlineMethod · 0.70
renderToPictureMethod · 0.70

Calls 1

d_stderr2Function · 0.85

Tested by

no test coverage detected