Lines Matching refs:textParam
240 CFWL_ThemeText textParam; in DrawCaption() local
241 textParam.m_pWidget = this; in DrawCaption()
242 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
243 textParam.m_dwStates = CFWL_PartState_Normal; in DrawCaption()
244 textParam.m_pGraphics = pGraphics; in DrawCaption()
245 textParam.m_wsText = GetHeadText(m_iCurYear, m_iCurMonth); in DrawCaption()
247 CalcTextSize(textParam.m_wsText, m_pProperties->m_pThemeProvider, false); in DrawCaption()
249 textParam.m_rtPart = m_rtHeadText; in DrawCaption()
250 textParam.m_dwTTOStyles.single_line_ = true; in DrawCaption()
251 textParam.m_iTTOAlign = FDE_TextAlignment::kCenter; in DrawCaption()
253 textParam.m_matrix.Concat(*pMatrix); in DrawCaption()
254 pTheme->DrawText(&textParam); in DrawCaption()