Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/dev/
Ddev_Screenshot.cpp72 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set() argument
75 this->m_DisplayDescription = displayDescription; in Set()
165 DisplayDescription displayDescription; in Take() local
166 displayDescription.display = display; in Take()
173 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_FORMAT, &displayDescription.format); in Take()
174 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_WIDTH, &displayDescription.width); in Take()
175 nngxGetDisplaybufferParameteri(NN_GX_DISPLAYBUFFER_HEIGHT, &displayDescription.height); in Take()
177 displayDescription.offsetX = offsetX; in Take()
178 displayDescription.offsetY = offsetY; in Take()
180 …if (displayDescription.format == 0 || displayDescription.width == 0 || displayDescription.height =… in Take()
[all …]
/NW4C-1.3.3/include/nw/dev/
Ddev_Screenshot.h127 …void Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int width, int…