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

Method isValid

dgl/src/NanoVG.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267bool NanoImage::isValid() const noexcept
268{
269 return (fHandle.context != nullptr && fHandle.imageId != 0);
270}
271
272Size<uint> NanoImage::getSize() const noexcept
273{

Callers 8

ImageBaseAboutWindowMethod · 0.45
drawRectangleFunction · 0.45
setupOpenGLImageFunction · 0.45
drawRectangleFunction · 0.45
setupOpenGLImageFunction · 0.45
OpenGL.cppFile · 0.45
NanoImageExampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected