Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp53 m_pFontInfo(NULL), in ResFontBase()
80 NN_ASSERT(m_pFontInfo == NULL); in SetResourceBuffer()
83 m_pFontInfo = pFontInfo; in SetResourceBuffer()
101 m_pFontInfo = NULL; in RemoveResourceBuffer()
116 NN_POINTER_ASSERT(m_pFontInfo); in GetWidth()
117 return m_pFontInfo->width; in GetWidth()
123 NN_POINTER_ASSERT(m_pFontInfo); in GetHeight()
124 return m_pFontInfo->height; in GetHeight()
130 NN_POINTER_ASSERT(m_pFontInfo); in GetAscent()
131 return m_pFontInfo->ascent; in GetAscent()
[all …]
/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h149 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF()
151 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF()
328 FontInformation* m_pFontInfo; variable