MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / SetRectEmpty

Function SetRectEmpty

include/gdi.h:6222–6225  ·  view source on GitHub ↗

* \fn void SetRectEmpty (RECT* prc) * \brief Empties a rectangle. * * This function empties the rectangle pointed to by \a prc. * An empty rectangle in MiniGUI is a rectangle whose width and height both * are zero. This function will sets all coordinates of the rectangle to * be zero. * * \param prc The pointer to the rectangle. * * \sa SetRect */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

btnGetRectsFunction · 0.85
task_do_updateFunction · 0.85
DRM_SetVideoModeFunction · 0.85
DRM_SyncUpdateFunction · 0.85
DRM_SyncUpdateAsyncFunction · 0.85
DRM_SyncUpdateDMAFunction · 0.85
update_helperFunction · 0.85
FB_SyncUpdateFunction · 0.85
task_do_updateFunction · 0.85
FB_SyncUpdateAsyncFunction · 0.85
fbvideo.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected