Home
last modified time | relevance | path

Searched refs:m_pFontInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp51 m_pFontInfo(NULL), in ResFontBase()
78 NN_ASSERT(m_pFontInfo == NULL); in SetResourceBuffer()
81 m_pFontInfo = pFontInfo; in SetResourceBuffer()
99 m_pFontInfo = NULL; in RemoveResourceBuffer()
114 NN_POINTER_ASSERT(m_pFontInfo); in GetWidth()
115 return m_pFontInfo->width; in GetWidth()
121 NN_POINTER_ASSERT(m_pFontInfo); in GetHeight()
122 return m_pFontInfo->height; in GetHeight()
128 NN_POINTER_ASSERT(m_pFontInfo); in GetAscent()
129 return m_pFontInfo->ascent; in GetAscent()
[all …]
/NW4C-1.2.23/include/nw/font/
Dfont_ResFontBase.h147 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF()
149 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF()
326 FontInformation* m_pFontInfo; variable