Home
last modified time | relevance | path

Searched refs:iPieces (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp302 int32_t iPieces = line.GetSize(); in DrawLogicText() local
303 for (int32_t j = 0; j < iPieces; j++) { in DrawLogicText()
433 int32_t iPieces = pLine->GetSize(); in AppendPiece() local
434 if (m_iCurPiece < iPieces) in AppendPiece()
435 pLine->RemoveLast(iPieces - m_iCurPiece - 1); in AppendPiece()
502 int32_t iPieces = line.GetSize(); in DoAlignment() local
503 for (int32_t j = 0; j < iPieces; j++) in DoAlignment()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp932 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DoTabstops() local
933 if (iPieces == 0) in DoTabstops()
936 CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPieces - 1].get(); in DoTabstops()
946 if (iPieces > 1) { in DoTabstops()
947 CXFA_TextPiece* p = pPieceLine->m_textPieces[iPieces - 2].get(); in DoTabstops()
983 int32_t iPieces = m_pBreak->CountBreakPieces(); in AppendTextLine() local
984 if (iPieces < 1) in AppendTextLine()
997 for (i = 0; i < iPieces; i++) { in AppendTextLine()
1049 for (int32_t i = 0; i < iPieces; i++) { in AppendTextLine()