HomeSort by relevance Sort by last modified time
    Searched full:theme_text (Results 1 - 1 of 1) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 171 CFWL_ThemeText theme_text; local
172 theme_text.m_pWidget = this;
173 theme_text.m_iPart = CFWL_Part::Caption;
174 theme_text.m_dwStates = m_iBtnState;
175 theme_text.m_pGraphics = pGraphics;
176 theme_text.m_matrix.Concat(*pMatrix);
177 theme_text.m_rtPart = rtTextBk;
178 theme_text.m_dwStates = (m_pProperties->m_dwStates & FWL_WGTSTATE_Focused)
181 theme_text.m_wsText = hItem ? hItem->GetText() : L"";
182 theme_text.m_dwTTOStyles = FDE_TTOSTYLE_SingleLine
    [all...]

Completed in 182 milliseconds