Searched defs:pCurPieces (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp395 const CFX_RTFPieceArray* pCurPieces = &m_pCurLine->m_LinePieces; local
396 int32_t iCount = pCurPieces->GetSize();
398 CFX_RTFPiece* pLastPiece = pCurPieces->GetPtrAt(--iCount);
408 pCurPieces = &pLastLine->m_LinePieces;
409 iCount = pCurPieces->GetSize();
411 CFX_RTFPiece* pLastPiece = pCurPieces->GetPtrAt(iCount);
478 CFX_RTFPieceArray* pCurPieces = &m_pCurLine->m_LinePieces; local
512 pCurPieces->Add(tp);
554 CFX_RTFPieceArray* pCurPieces = &m_pCurLine->m_LinePieces; local
580 pCurPieces
616 CFX_RTFPieceArray* pCurPieces = &m_pCurLine->m_LinePieces; local
[all...]
H A Dfgas_textbreak.cpp671 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces.get(); local
685 pCurPieces->Add(tp);
720 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces.get(); local
753 pCurPieces->Add(tp);
771 pCurPieces->Add(tp);
782 CFX_TxtPiece& ttp = pCurPieces->GetAt(tpo.index);
787 CFX_TxtPiece& ttp = pCurPieces->GetAt(j);
802 pCurPieces->Add(tp);
813 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces.get(); local
816 int32_t iCount = pCurPieces
898 CFX_TxtPieceArray* pCurPieces = m_pCurLine->m_pLinePieces.get(); local
[all...]

Completed in 94 milliseconds