Home
last modified time | relevance | path

Searched refs:pCapTextLayout (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fffield.cpp213 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in CapPlacement() local
214 if (fCapReserve <= 0 && pCapTextLayout) { in CapPlacement()
221 pCapTextLayout->CalcSize(minSize, maxSize, size); in CapPlacement()
644 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in LayoutCaption() local
645 if (!pCapTextLayout) { in LayoutCaption()
651 pCapTextLayout->Layout(size, &fHeight); in LayoutCaption()
657 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in RenderCaption() local
658 if (!pCapTextLayout) { in RenderCaption()
664 if (!pCapTextLayout->IsLoaded()) { in RenderCaption()
667 pCapTextLayout->Layout(size); in RenderCaption()
[all …]
Dxfa_ffpushbutton.cpp176 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout(); in RenderHighlightCaption() local
204 if (pCapTextLayout) { in RenderHighlightCaption()
205 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip); in RenderHighlightCaption()
Dxfa_ffwidgetacc.cpp774 CXFA_TextLayout* pCapTextLayout = in CalcCaptionSize() local
776 if (pCapTextLayout) { in CalcCaptionSize()
782 pCapTextLayout->CalcSize(minSize, szCap, szCap); in CalcCaptionSize()