Lines Matching refs:textParam
217 CFWL_ThemeText textParam; in DrawCaption() local
218 textParam.m_pWidget = this; in DrawCaption()
219 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
220 textParam.m_dwStates = CFWL_PartState_Normal; in DrawCaption()
221 textParam.m_pGraphics = pGraphics; in DrawCaption()
222 textParam.m_wsText = GetHeadText(m_iCurYear, m_iCurMonth); in DrawCaption()
223 m_szHead = CalcTextSize(textParam.m_wsText, in DrawCaption()
226 textParam.m_rtPart = m_rtHeadText; in DrawCaption()
227 textParam.m_dwTTOStyles.single_line_ = true; in DrawCaption()
228 textParam.m_iTTOAlign = FDE_TextAlignment::kCenter; in DrawCaption()
230 textParam.m_matrix.Concat(*pMatrix); in DrawCaption()
231 pTheme->DrawText(textParam); in DrawCaption()