Searched refs:m_pFont (Results 1 – 9 of 9) sorted by relevance
100 m_pFont(NULL), in CharWriter()137 if (m_pFont) in SetupGX()139 switch (m_pFont->GetTextureFormat()) in SetupGX()174 NN_POINTER_ASSERT(m_pFont); in SetFontSize()175 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize()176 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()178 width / m_pFont->GetWidth(), in SetFontSize()179 height / m_pFont->GetHeight() in SetFontSize()186 NN_POINTER_ASSERT(m_pFont); in SetFontSize()187 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()[all …]
103 m_pFont = pFont; in Set()
30 : m_pFont(0), in FontRefLink()42 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()52 Layout::DeleteObj(m_pFont); in ~FontRefLink()53 m_pFont = NULL; in ~FontRefLink()65 m_pFont = pFont; in Set()
134 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()159 m_pFont = 0; in Init()263 if (m_pFont == NULL) in GetTextDrawRect()300 if (m_TextLen <= 0 || !m_pFont || !m_pMaterial) in DrawSelf()442 if (m_pFont == 0) in SetStringImpl()482 return m_pFont; in GetFont()494 if (UpdatePTDirty(m_pFont != pFont)) in SetFont()496 m_pFont = pFont; in SetFont()498 if (m_pFont) in SetFont()500 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()[all …]
307 if ( m_TextLen <= 0 || !m_pFont || !m_pMaterial ) in MakeUniformDataSelf()
106 return m_pFont; in GetFont()120 font::Font* m_pFont; variable
695 if (m_TextLen <= 0 || !m_pFont) in UpdateDrawCharData()835 const font::Font* m_pFont; variable
84 return m_pFont; in GetFont()106 const Font* m_pFont; //!< フォントへのポインタ variable413 return m_pFont->GetTextureWrapFilterValue(); in GetWrapFilter()
99 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()106 const Font* GetFont() const { return m_pFont; } in GetFont()654 const Font* m_pFont; //!< フォント variable