Home
last modified time | relevance | path

Searched refs:m_pDownTextLayout (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp149 m_pDownTextLayout = in LoadHighlightCaption()
159 if (m_pDownTextLayout) in LayoutHighlightCaption()
160 m_pDownTextLayout->Layout(sz); in LayoutHighlightCaption()
180 if (m_pDownTextLayout && (dwState & FWL_STATE_PSB_Pressed) && in RenderHighlightCaption()
182 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
Dcxfa_ffpushbutton.h50 std::unique_ptr<CXFA_TextLayout> m_pDownTextLayout; variable