Searched refs:m_pFont (Results 1 – 9 of 9) sorted by relevance
102 m_pFont(NULL), in CharWriter()139 if (m_pFont) in SetupGX()141 switch (m_pFont->GetTextureFormat()) in SetupGX()176 NN_POINTER_ASSERT(m_pFont); in SetFontSize()177 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize()178 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()180 width / m_pFont->GetWidth(), in SetFontSize()181 height / m_pFont->GetHeight() in SetFontSize()188 NN_POINTER_ASSERT(m_pFont); in SetFontSize()189 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()[all …]
105 m_pFont = pFont; in Set()
32 : m_pFont(0), in FontRefLink()44 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()54 Layout::DeleteObj(m_pFont); in ~FontRefLink()55 m_pFont = NULL; in ~FontRefLink()67 m_pFont = pFont; in Set()
136 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()161 m_pFont = 0; in Init()265 if (m_pFont == NULL) in GetTextDrawRect()302 if (m_TextLen <= 0 || !m_pFont || !m_pMaterial) in DrawSelf()444 if (m_pFont == 0) in SetStringImpl()484 return m_pFont; in GetFont()496 if (UpdatePTDirty(m_pFont != pFont)) in SetFont()498 m_pFont = pFont; in SetFont()500 if (m_pFont) in SetFont()502 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()[all …]
309 if ( m_TextLen <= 0 || !m_pFont || !m_pMaterial ) in MakeUniformDataSelf()
108 return m_pFont; in GetFont()122 font::Font* m_pFont; variable
697 if (m_TextLen <= 0 || !m_pFont) in UpdateDrawCharData()837 const font::Font* m_pFont; variable
86 return m_pFont; in GetFont()108 const Font* m_pFont; //!< フォントへのポインタ variable415 return m_pFont->GetTextureWrapFilterValue(); in GetWrapFilter()
101 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()108 const Font* GetFont() const { return m_pFont; } in GetFont()656 const Font* m_pFont; //!< フォント variable