HomeSort by relevance Sort by last modified time
    Searched defs:pCapTextLayout (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpushbutton.cpp 176 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout();
204 if (pCapTextLayout) {
205 pCapTextLayout->DrawString(pRenderDevice, mt, rtClip);
xfa_fffield.cpp 213 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout();
214 if (fCapReserve <= 0 && pCapTextLayout) {
221 pCapTextLayout->CalcSize(minSize, maxSize, size);
644 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout();
645 if (!pCapTextLayout) {
651 pCapTextLayout->Layout(size, &fHeight);
657 CXFA_TextLayout* pCapTextLayout = m_pDataAcc->GetCaptionTextLayout();
658 if (!pCapTextLayout) {
664 if (!pCapTextLayout->IsLoaded()) {
667 pCapTextLayout->Layout(size);
    [all...]

Completed in 939 milliseconds