Home
last modified time | relevance | path

Searched refs:textParam (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp95 CFWL_ThemeText textParam; in DrawWidget() local
96 textParam.m_pWidget = this; in DrawWidget()
97 textParam.m_iPart = CFWL_Part::Caption; in DrawWidget()
98 textParam.m_dwStates = dwStates; in DrawWidget()
99 textParam.m_pGraphics = pGraphics; in DrawWidget()
101 textParam.m_matrix.Concat(*pMatrix); in DrawWidget()
102 textParam.m_rtPart = m_rtCaption; in DrawWidget()
103 textParam.m_wsText = L"Check box"; in DrawWidget()
104 textParam.m_dwTTOStyles = m_dwTTOStyles; in DrawWidget()
105 textParam.m_iTTOAlign = m_iTTOAlign; in DrawWidget()
[all …]
Dcfwl_listbox.cpp457 CFWL_ThemeText textParam; in DrawItem() local
458 textParam.m_pWidget = this; in DrawItem()
459 textParam.m_iPart = CFWL_Part::ListItem; in DrawItem()
460 textParam.m_dwStates = dwPartStates; in DrawItem()
461 textParam.m_pGraphics = pGraphics; in DrawItem()
462 textParam.m_matrix.Concat(*pMatrix); in DrawItem()
463 textParam.m_rtPart = rtText; in DrawItem()
464 textParam.m_wsText = wsText; in DrawItem()
465 textParam.m_dwTTOStyles = m_dwTTOStyles; in DrawItem()
466 textParam.m_iTTOAlign = m_iTTOAligns; in DrawItem()
[all …]
Dcfwl_monthcalendar.cpp241 CFWL_ThemeText textParam; in DrawCaption() local
242 textParam.m_pWidget = this; in DrawCaption()
243 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
244 textParam.m_dwStates = CFWL_PartState_Normal; in DrawCaption()
245 textParam.m_pGraphics = pGraphics; in DrawCaption()
246 textParam.m_wsText = GetHeadText(m_iCurYear, m_iCurMonth); in DrawCaption()
248 CalcTextSize(textParam.m_wsText, m_pProperties->m_pThemeProvider, false); in DrawCaption()
250 textParam.m_rtPart = m_rtHeadText; in DrawCaption()
251 textParam.m_dwTTOStyles = FDE_TTOSTYLE_SingleLine; in DrawCaption()
252 textParam.m_iTTOAlign = FDE_TTOALIGNMENT_Center; in DrawCaption()
[all …]