Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp92 m_pDownTextLayout.reset(); in UnloadWidget()
158 m_pDownTextLayout = in LoadHighlightCaption()
168 if (m_pDownTextLayout) in LayoutHighlightCaption()
169 m_pDownTextLayout->Layout(sz); in LayoutHighlightCaption()
190 if (m_pDownTextLayout && (dwState & FWL_STATE_PSB_Pressed) && in RenderHighlightCaption()
192 if (m_pDownTextLayout->DrawString(pRenderDevice, mt, rtClip, 0)) in RenderHighlightCaption()
Dcxfa_ffpushbutton.h48 std::unique_ptr<CXFA_TextLayout> m_pDownTextLayout; variable