Searched refs:m_pRolloverTextLayout (Results 1 – 2 of 2) sorted by relevance
91 m_pRolloverTextLayout.reset(); in UnloadWidget()149 m_pRolloverTextLayout = in LoadHighlightCaption()166 if (m_pRolloverTextLayout) in LayoutHighlightCaption()167 m_pRolloverTextLayout->Layout(sz); in LayoutHighlightCaption()194 } else if (m_pRolloverTextLayout && (dwState & FWL_STATE_PSB_Hovered)) { in RenderHighlightCaption()195 if (m_pRolloverTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
47 std::unique_ptr<CXFA_TextLayout> m_pRolloverTextLayout; variable