MCPcopy 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
250template<typename T>
251bool Size<T>::isInvalid() const noexcept
252{
253 return fWidth <= 0 || fHeight <= 0;
254}
255
256template<typename T>
257Size<int> Size<T>::toInt() const noexcept

Callers 2

setImageMethod · 0.45
drawOpenGLImageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected