Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_checkbox.cpp88 CFWL_ThemeText textParam; in DrawWidget() local
89 textParam.m_pWidget = this; in DrawWidget()
90 textParam.m_iPart = CFWL_Part::Caption; in DrawWidget()
91 textParam.m_dwStates = dwStates; in DrawWidget()
92 textParam.m_pGraphics = pGraphics; in DrawWidget()
93 textParam.m_matrix.Concat(matrix); in DrawWidget()
94 textParam.m_rtPart = m_rtCaption; in DrawWidget()
95 textParam.m_wsText = L"Check box"; in DrawWidget()
96 textParam.m_dwTTOStyles = m_TTOStyles; in DrawWidget()
97 textParam.m_iTTOAlign = m_iTTOAlign; in DrawWidget()
[all …]
Dcfwl_listbox.cpp447 CFWL_ThemeText textParam; in DrawItem() local
448 textParam.m_pWidget = this; in DrawItem()
449 textParam.m_iPart = CFWL_Part::ListItem; in DrawItem()
450 textParam.m_dwStates = dwPartStates; in DrawItem()
451 textParam.m_pGraphics = pGraphics; in DrawItem()
452 textParam.m_matrix.Concat(*pMatrix); in DrawItem()
453 textParam.m_rtPart = rtText; in DrawItem()
454 textParam.m_wsText = std::move(wsText); in DrawItem()
455 textParam.m_dwTTOStyles = m_TTOStyles; in DrawItem()
456 textParam.m_iTTOAlign = m_iTTOAligns; in DrawItem()
[all …]
Dcfwl_monthcalendar.cpp217 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()
[all …]