Home | History | Annotate | Download | only in fxfa

Lines Matching refs:pCapTextLayout

217       CXFA_TextLayout* pCapTextLayout =
219 if (fCapReserve <= 0 && pCapTextLayout) {
222 CFX_SizeF size = pCapTextLayout->CalcSize(minSize, maxSize);
588 CXFA_TextLayout* pCapTextLayout =
590 if (!pCapTextLayout)
594 pCapTextLayout->Layout(CFX_SizeF(m_rtCaption.width, m_rtCaption.height));
600 CXFA_TextLayout* pCapTextLayout =
602 if (!pCapTextLayout)
609 if (!pCapTextLayout->IsLoaded())
610 pCapTextLayout->Layout(CFX_SizeF(m_rtCaption.width, m_rtCaption.height));
620 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0);