Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp40 u8* copyScreen = allocator->AllocAndFill(maxLength, static_cast<u8>(0)); in Create() local
41 NW_NULL_ASSERT(copyScreen); in Create()
48 copyScreen, in Create()
/NW4C-1.2.23/include/nw/dev/
Ddev_Screenshot.h149 void* copyScreen, in Screenshot() argument
153 m_CopyScreen(copyScreen), in Screenshot()