Home
last modified time | relevance | path

Searched refs:IsUserAllocated (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Group.h153 bool IsUserAllocated() const in IsUserAllocated() function
Dlyt_Material.h923 bool IsUserAllocated() const in IsUserAllocated() function
Dlyt_Pane.h1352 bool IsUserAllocated() const in IsUserAllocated() function
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Picture.cpp117 if (m_pMaterial && ! m_pMaterial->IsUserAllocated()) in ~Picture()
147 if (m_pMaterial != NULL && !m_pMaterial->IsUserAllocated()) in SetMaterial()
Dlyt_Group.cpp91 if (! currIt->IsUserAllocated()) in ~GroupContainer()
Dlyt_TextBox.cpp190 if (m_pMaterial && !m_pMaterial->IsUserAllocated()) in ~TextBox()
215 if (m_pMaterial && !m_pMaterial->IsUserAllocated()) in SetMaterial()
Dlyt_Window.cpp270 if (pMaterial && !pMaterial->IsUserAllocated()) in ~Frame()
478 if (m_pMaterial && ! m_pMaterial->IsUserAllocated()) in ~Window()
887 !m_Frames[frameIdx].pMaterial->IsUserAllocated()) in SetFrameMaterial()
912 if (m_pMaterial != NULL && !m_pMaterial->IsUserAllocated()) in SetContentMaterial()
Dlyt_Layout.cpp169 if (m_pRootPane && !m_pRootPane->IsUserAllocated()) in ~Layout()
Dlyt_Pane.cpp357 if (! currIt->IsUserAllocated()) in ~Pane()