Lines Matching refs:m_pFont
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()
525 pWriter->SetFont(m_pFont); in SetFontInfo()
526 if (m_pFont != NULL) in SetFontInfo()