• Home
  • Raw
  • Download

Lines Matching refs:pPieceLine

598     CXFA_PieceLine* pPieceLine = m_pieceLines[i + szLineStart].get();  in DrawString()  local
599 for (size_t j = 0; j < pPieceLine->m_textPieces.size(); ++j) { in DrawString()
600 const CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[j].get(); in DrawString()
604 RenderString(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
606 for (size_t j = 0; j < pPieceLine->m_textPieces.size(); ++j) in DrawString()
607 RenderPath(pFxDevice, pPieceLine, j, &char_pos, mtDoc2Device); in DrawString()
628 for (const auto& pPieceLine : m_pieceLines) { in UpdateAlign() local
629 for (const auto& pPiece : pPieceLine->m_textPieces) in UpdateAlign()
925 CXFA_PieceLine* pPieceLine) { in DoTabstops() argument
926 if (!pStyle || !pPieceLine) in DoTabstops()
932 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DoTabstops()
936 CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPieces - 1].get(); in DoTabstops()
947 CXFA_TextPiece* p = pPieceLine->m_textPieces[iPieces - 2].get(); in DoTabstops()
990 CXFA_PieceLine* pPieceLine = pNew.get(); in AppendTextLine() local
1036 pPieceLine->m_textPieces.push_back(std::move(pTP)); in AppendTextLine()
1037 DoTabstops(pStyle.Get(), pPieceLine); in AppendTextLine()
1039 for (const auto& pTP : pPieceLine->m_textPieces) { in AppendTextLine()
1115 CXFA_PieceLine* pPieceLine, in RenderString() argument
1119 const CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[szPiece].get(); in RenderString()
1126 pPieceLine->m_charCounts.push_back(szCount); in RenderString()
1130 CXFA_PieceLine* pPieceLine, in RenderPath() argument
1134 CXFA_TextPiece* pPiece = pPieceLine->m_textPieces[szPiece].get(); in RenderPath()
1188 if (pPieceLine->m_charCounts[szPiecePrev] > 0) { in RenderPath()
1197 while (szPieceNext < pPieceLine->m_textPieces.size() - 1) { in RenderPath()
1199 if (pPieceLine->m_charCounts[szPieceNext] > 0) { in RenderPath()
1209 pPiece = pPieceLine->m_textPieces[szPiecePrev].get(); in RenderPath()
1217 pPiece = pPieceLine->m_textPieces[szPieceNext].get(); in RenderPath()