Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp140 m_pRolloverTextLayout = in LoadHighlightCaption()
157 if (m_pRolloverTextLayout) in LayoutHighlightCaption()
158 m_pRolloverTextLayout->Layout(sz); in LayoutHighlightCaption()
184 } else if (m_pRolloverTextLayout && (dwState & FWL_STATE_PSB_Hovered)) { in RenderHighlightCaption()
185 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
Dcxfa_ffpushbutton.h49 std::unique_ptr<CXFA_TextLayout> m_pRolloverTextLayout; variable