Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp309 int32_t iPieces = line.GetSize(); in DrawLogicText() local
310 for (int32_t j = 0; j < iPieces; j++) { in DrawLogicText()
439 int32_t iPieces = pLine->GetSize(); in AppendPiece() local
440 if (m_iCurPiece < iPieces) in AppendPiece()
441 pLine->RemoveLast(iPieces - m_iCurPiece - 1); in AppendPiece()
509 int32_t iPieces = line.GetSize(); in DoAlignment() local
510 for (int32_t j = 0; j < iPieces; j++) in DoAlignment()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp586 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DrawString() local
588 for (j = 0; j < iPieces; j++) { in DrawString()
599 for (j = 0; j < iPieces; j++) in DrawString()
954 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DoTabstops() local
955 if (iPieces == 0) in DoTabstops()
958 CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPieces - 1].get(); in DoTabstops()
968 if (iPieces > 1) { in DoTabstops()
969 CXFA_TextPiece* p = pPieceLine->m_textPieces[iPieces - 2].get(); in DoTabstops()
1005 int32_t iPieces = m_pBreak->CountBreakPieces(); in AppendTextLine() local
1006 if (iPieces < 1) in AppendTextLine()
[all …]