MCPcopy Create free account
hub / github.com/OSSystems/EasySplash / is_valid

Method is_valid

src/g2d/g2d_display.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142bool g2d_display::is_valid() const
143{
144 return m_fbdev.is_valid() && (m_g2d_handle != nullptr) && (m_g2d_fb_surface.planes[0] != 0);
145}
146
147
148long g2d_display::get_width() const

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected