Lines Matching refs:pCapTextLayout
231 CXFA_TextLayout* pCapTextLayout = m_pNode->GetCaptionTextLayout(); in CapPlacement() local
232 if (fCapReserve <= 0 && pCapTextLayout) { in CapPlacement()
235 CFX_SizeF size = pCapTextLayout->CalcSize(minSize, maxSize); in CapPlacement()
580 CXFA_TextLayout* pCapTextLayout = m_pNode->GetCaptionTextLayout(); in LayoutCaption() local
581 if (!pCapTextLayout) in LayoutCaption()
584 float fHeight = pCapTextLayout->Layout(m_CaptionRect.Size()); in LayoutCaption()
590 CXFA_TextLayout* pCapTextLayout = m_pNode->GetCaptionTextLayout(); in RenderCaption() local
591 if (!pCapTextLayout) in RenderCaption()
598 if (!pCapTextLayout->IsLoaded()) in RenderCaption()
599 pCapTextLayout->Layout(m_CaptionRect.Size()); in RenderCaption()
607 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip, 0); in RenderCaption()