Home
last modified time | relevance | path

Searched refs:IsManaging (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp57 if (!IsManaging(NULL)) in ~ResFont()
163 if (! IsManaging(NULL)) in SetResource()
226 if (IsManaging(NULL)) in RemoveResource()
Dfont_ArchiveFont.cpp284 if (IsManaging(NULL)) in Destroy()
Dfont_ResFontBase.cpp483 if (! IsManaging(NULL)) in EnableLinearFilter()
Dfont_PackedFont.cpp292 if (IsManaging(NULL)) in Destroy()
/NW4C-2.0.3/include/nw/font/
Dfont_ResFont.h70 using ResFontBase::IsManaging;
Dfont_ResFontBase.h160 bool IsManaging(const void* ptr) const { return m_pResource == ptr; } in IsManaging() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp433 if (!m_Font.IsManaging(NULL)) in DestroyFont()