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

Method drawOutline

dgl/src/OpenGL3.cpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254template<typename T>
255void Circle<T>::drawOutline(const GraphicsContext& context, const T lineWidth)
256{
257 DISTRHO_SAFE_ASSERT_RETURN(lineWidth != 0,);
258
259 glLineWidth(static_cast<GLfloat>(lineWidth));
260 drawCircle<T>(context, fPos, fNumSegments, fSize, fSin, fCos, true);
261}
262
263#ifdef DGL_ALLOW_DEPRECATED_METHODS
264template<typename T>

Callers

nothing calls this directly

Calls 1

notImplementedFunction · 0.70

Tested by

no test coverage detected