Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp42 u8* copyScreen = allocator->AllocAndFill(maxLength, static_cast<u8>(0)); in Create() local
43 NW_NULL_ASSERT(copyScreen); in Create()
50 copyScreen, in Create()
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h151 void* copyScreen, in Screenshot() argument
155 m_CopyScreen(copyScreen), in Screenshot()