Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffpushbutton.cpp36 visitor->Trace(m_pDownTextLayout); in Trace()
160 m_pDownTextLayout = cppgc::MakeGarbageCollected<CXFA_TextLayout>( in LoadHighlightCaption()
170 if (m_pDownTextLayout) in LayoutHighlightCaption()
171 m_pDownTextLayout->Layout(sz); in LayoutHighlightCaption()
191 if (m_pDownTextLayout && (dwState & FWL_STATE_PSB_Pressed) && in RenderHighlightCaption()
193 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
H A Dcxfa_ffpushbutton.h52 cppgc::Member<CXFA_TextLayout> m_pDownTextLayout; variable