Searched refs:m_pFontInfo (Results 1 – 2 of 2) sorted by relevance
53 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 …]
149 FontInformation* GetFINF() { return m_pFontInfo; } in GetFINF()151 const FontInformation* GetFINF() const { return m_pFontInfo; } in GetFINF()328 FontInformation* m_pFontInfo; variable