HomeSort by relevance Sort by last modified time
    Searched defs:textParam (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_checkbox.cpp 94 CFWL_ThemeText textParam;
95 textParam.m_pWidget = this;
96 textParam.m_iPart = CFWL_Part::Caption;
97 textParam.m_dwStates = dwStates;
98 textParam.m_pGraphics = pGraphics;
99 textParam.m_matrix.Concat(matrix);
100 textParam.m_rtPart = m_rtCaption;
101 textParam.m_wsText = L"Check box";
102 textParam.m_dwTTOStyles = m_dwTTOStyles;
103 textParam.m_iTTOAlign = m_iTTOAlign
    [all...]
cfwl_listbox.cpp 454 CFWL_ThemeText textParam;
455 textParam.m_pWidget = this;
456 textParam.m_iPart = CFWL_Part::ListItem;
457 textParam.m_dwStates = dwPartStates;
458 textParam.m_pGraphics = pGraphics;
459 textParam.m_matrix.Concat(*pMatrix);
460 textParam.m_rtPart = rtText;
461 textParam.m_wsText = wsText;
462 textParam.m_dwTTOStyles = m_dwTTOStyles;
463 textParam.m_iTTOAlign = m_iTTOAligns
    [all...]

Completed in 80 milliseconds