Searched refs:m_pRolloverTextLayout (Results 1 – 2 of 2) sorted by relevance
35 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()
51 cppgc::Member<CXFA_TextLayout> m_pRolloverTextLayout; variable