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

  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.cpp 24 m_pDownTextLayout(nullptr),
91 delete m_pDownTextLayout;
92 m_pDownTextLayout = nullptr;
153 m_pDownTextLayout = new CXFA_TextLayout(m_pDownProvider);
164 if (m_pDownTextLayout) {
165 m_pDownTextLayout->Layout(sz);
185 if (m_pDownTextLayout && (dwState & FWL_STATE_PSB_Pressed) &&
187 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip))
xfa_ffpushbutton.h 46 CXFA_TextLayout* m_pDownTextLayout;

Completed in 291 milliseconds