Lines Matching refs:pPieceLine
597 CXFA_PieceLine* pPieceLine = m_pieceLines[i + iLineStart].get(); in DrawString() local
598 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DrawString()
601 const XFA_TextPiece* pPiece = pPieceLine->m_textPieces[j].get(); in DrawString()
609 RenderString(pDevice.get(), pSolidBrush.get(), pPieceLine, j, pCharPos, in DrawString()
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos, in DrawString()
637 for (const auto& pPieceLine : m_pieceLines) { in UpdateAlign() local
638 for (const auto& pPiece : pPieceLine->m_textPieces) in UpdateAlign()
962 CXFA_PieceLine* pPieceLine) { in DoTabstops() argument
965 if (!pStyle || !pPieceLine) in DoTabstops()
968 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in DoTabstops()
972 XFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPieces - 1].get(); in DoTabstops()
983 XFA_TextPiece* p = pPieceLine->m_textPieces[iPieces - 2].get(); in DoTabstops()
1028 CXFA_PieceLine* pPieceLine = pNew.get(); in AppendTextLine() local
1077 pPieceLine->m_textPieces.push_back(std::move(pTP)); in AppendTextLine()
1078 DoTabstops(pStyle.Get(), pPieceLine); in AppendTextLine()
1080 for (const auto& pTP : pPieceLine->m_textPieces) { in AppendTextLine()
1158 CXFA_PieceLine* pPieceLine, in RenderString() argument
1162 const XFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPiece].get(); in RenderString()
1169 pPieceLine->m_charCounts.Add(iCount); in RenderString()
1174 CXFA_PieceLine* pPieceLine, in RenderPath() argument
1178 XFA_TextPiece* pPiece = pPieceLine->m_textPieces[iPiece].get(); in RenderPath()
1230 iCharsTmp = pPieceLine->m_charCounts.GetAt(iPiecePrev); in RenderPath()
1238 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces); in RenderPath()
1241 iCharsTmp = pPieceLine->m_charCounts.GetAt(iPieceNext); in RenderPath()
1250 pPiece = pPieceLine->m_textPieces[iPiecePrev].get(); in RenderPath()
1257 pPiece = pPieceLine->m_textPieces[iPieceNext].get(); in RenderPath()