Home
last modified time | relevance | path

Searched refs:GetCaptionTextLayout (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h60 CXFA_TextLayout* GetCaptionTextLayout();
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fffield.cpp213 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in CapPlacement()
644 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in LayoutCaption()
657 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in RenderCaption()
Dxfa_ffpushbutton.cpp176 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in RenderHighlightCaption()
Dxfa_ffnotify.cpp480 CXFA_TextLayout* pCapOut = pWidgetAcc->GetCaptionTextLayout(); in OnValueChanged()
Dxfa_ffwidgetacc.cpp1498 CXFA_TextLayout* CXFA_WidgetAcc::GetCaptionTextLayout() { in GetCaptionTextLayout() function in CXFA_WidgetAcc
Dxfa_ffwidget.cpp162 CXFA_TextLayout* pCapTextlayout = m_pDataAcc->GetCaptionTextLayout(); in GetCaptionText()