Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFont.cpp55 if (!IsManaging(NULL)) in ~ResFont()
161 if (! IsManaging(NULL)) in SetResource()
224 if (IsManaging(NULL)) in RemoveResource()
Dfont_ArchiveFont.cpp282 if (IsManaging(NULL)) in Destroy()
Dfont_ResFontBase.cpp481 if (! IsManaging(NULL)) in EnableLinearFilter()
Dfont_PackedFont.cpp290 if (IsManaging(NULL)) in Destroy()
/NW4C-1.2.23/include/nw/font/
Dfont_ResFont.h68 using ResFontBase::IsManaging;
Dfont_ResFontBase.h158 bool IsManaging(const void* ptr) const { return m_pResource == ptr; } in IsManaging() function
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp502 if (!m_Font.IsManaging(NULL)) in DestroyFont()