Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_PairFont.h71 virtual Type GetType() const;
Dfont_ResFontBase.h63 virtual Type GetType() const;
Dfont_Font.h219 virtual Type GetType() const = 0;
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h53 SmParamType GetType() const { return m_Type; } in GetType() function
/NW4C-2.0.3/sources/libraries/font/
Dfont_PairFont.cpp113 PairFont::GetType() const in GetType() function in nw::font::PairFont
Dfont_ResFontBase.cpp170 ResFontBase::GetType() const in GetType() function in nw::font::ResFontBase
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h2673 ExtUserDataType GetType() const in GetType() function
2707 NW_ASSERT(GetType() == EXTUSERDATATYPE_STRING); in GetString()
2722 NW_ASSERT(GetType() == EXTUSERDATATYPE_INT); in GetIntArray()
2737 NW_ASSERT(GetType() == EXTUSERDATATYPE_FLOAT); in GetFloatArray()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp170 switch (extUserDataAry[udIdx].GetType()) in PrintExtUserData()