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

/external/pdfium/xfa/fxfa/
H A Dcxfa_ffpushbutton.cpp174 CXFA_TextLayout* pCapTextLayout = local
199 if (pCapTextLayout)
200 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0);
H A Dcxfa_fffield.cpp217 CXFA_TextLayout* pCapTextLayout = local
219 if (fCapReserve <= 0 && pCapTextLayout) {
222 CFX_SizeF size = pCapTextLayout->CalcSize(minSize, maxSize);
588 CXFA_TextLayout* pCapTextLayout = local
590 if (!pCapTextLayout)
594 pCapTextLayout->Layout(CFX_SizeF(m_rtCaption.width, m_rtCaption.height));
600 CXFA_TextLayout* pCapTextLayout = local
602 if (!pCapTextLayout)
609 if (!pCapTextLayout->IsLoaded())
610 pCapTextLayout
[all...]
H A Dcxfa_widgetacc.cpp651 CXFA_TextLayout* pCapTextLayout = local
654 if (pCapTextLayout) {
659 szCap = pCapTextLayout->CalcSize(minSize, szCap);

Completed in 74 milliseconds