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

  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.cpp 23 m_pRolloverTextLayout(nullptr),
89 delete m_pRolloverTextLayout;
90 m_pRolloverTextLayout = nullptr;
145 m_pRolloverTextLayout = new CXFA_TextLayout(m_pRollProvider);
161 if (m_pRolloverTextLayout) {
162 m_pRolloverTextLayout->Layout(sz);
189 } else if (m_pRolloverTextLayout && (dwState & FWL_STATE_PSB_Hovered)) {
190 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip))
xfa_ffpushbutton.h 45 CXFA_TextLayout* m_pRolloverTextLayout;

Completed in 349 milliseconds