Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
bool NanoImage::isValid() const noexcept
268
{
269
return (fHandle.context != nullptr && fHandle.imageId != 0);
270
}
271
272
Size<uint> NanoImage::getSize() const noexcept
273
{
Callers
8
ImageBaseWidgets.cpp
File · 0.45
ImageBaseAboutWindow
Method · 0.45
drawRectangle
Function · 0.45
setupOpenGLImage
Function · 0.45
drawRectangle
Function · 0.45
setupOpenGLImage
Function · 0.45
OpenGL.cpp
File · 0.45
NanoImageExample
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected