Searched refs:m_pRolloverTextLayout (Results 1 – 2 of 2) sorted by relevance
140 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()
49 std::unique_ptr<CXFA_TextLayout> m_pRolloverTextLayout; variable