Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ isInvalid
Method
isInvalid
dgl/src/Geometry.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
template<typename T>
251
bool Size<T>::isInvalid() const noexcept
252
{
253
return fWidth <= 0 || fHeight <= 0;
254
}
255
256
template<typename T>
257
Size<int> Size<T>::toInt() const noexcept
Callers
2
setImage
Method · 0.45
drawOpenGLImage
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected