Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexResource.h61 , m_pImageSize(NULL) in TexResource()
179 NW_NULL_ASSERT(m_pImageSize); in GetImageSize()
181 return m_pImageSize->imageSize; in GetImageSize()
316 res::ImageSize* m_pImageSize; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TexResource.cpp111 m_pImageSize = const_cast<res::ImageSize*>(pImageSize); in Set()
119 m_pImageSize = NULL; in Set()