Home
last modified time | relevance | path

Searched refs:displayDescription (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp74 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set() argument
77 this->m_DisplayDescription = displayDescription; in Set()
167 DisplayDescription displayDescription; in Take() local
168 displayDescription.display = display; in Take()
175 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_FORMAT, &displayDescription.format); in Take()
176 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_WIDTH, &displayDescription.width); in Take()
177 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_HEIGHT, &displayDescription.height); in Take()
179 displayDescription.offsetX = offsetX; in Take()
180 displayDescription.offsetY = offsetY; in Take()
182 …if (displayDescription.format == 0 || displayDescription.width == 0 || displayDescription.height =… in Take()
[all …]
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h129 …void Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int width, int…