Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffpushbutton.cpp35 visitor->Trace(m_pRolloverTextLayout); in Trace()
151 m_pRolloverTextLayout = cppgc::MakeGarbageCollected<CXFA_TextLayout>( in LoadHighlightCaption()
168 if (m_pRolloverTextLayout) in LayoutHighlightCaption()
169 m_pRolloverTextLayout->Layout(sz); in LayoutHighlightCaption()
195 } else if (m_pRolloverTextLayout && (dwState & FWL_STATE_PSB_Hovered)) { in RenderHighlightCaption()
196 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
H A Dcxfa_ffpushbutton.h51 cppgc::Member<CXFA_TextLayout> m_pRolloverTextLayout; variable