Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp34 size_t maxLength) in Create() argument
41 NW_ASSERT(maxLength != 0); in Create()
42 u8* copyScreen = allocator->AllocAndFill(maxLength, static_cast<u8>(0)); in Create()
51 maxLength, in Create()
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h119 size_t maxLength);
152 size_t maxLength, in Screenshot() argument
158 m_MaxLength(maxLength), in Screenshot()