Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_PairFont.h69 virtual Type GetType() const;
Dfont_ResFontBase.h61 virtual Type GetType() const;
Dfont_Font.h217 virtual Type GetType() const = 0;
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmInitialFileParser.h51 SmParamType GetType() const { return m_Type; } in GetType() function
/NW4C-1.2.23/sources/libraries/font/
Dfont_PairFont.cpp111 PairFont::GetType() const in GetType() function in nw::font::PairFont
Dfont_ResFontBase.cpp168 ResFontBase::GetType() const in GetType() function in nw::font::ResFontBase
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp168 switch (extUserDataAry[udIdx].GetType()) in PrintExtUserData()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h2614 ExtUserDataType GetType() const in GetType() function
2648 NW_ASSERT(GetType() == EXTUSERDATATYPE_STRING); in GetString()
2663 NW_ASSERT(GetType() == EXTUSERDATATYPE_INT); in GetIntArray()
2678 NW_ASSERT(GetType() == EXTUSERDATATYPE_FLOAT); in GetFloatArray()