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