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

/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp597 CXFA_PieceLine* pPieceLine = m_pieceLines[i + iLineStart].get(); local
598 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine->m_textPieces);
601 const XFA_TextPiece* pPiece = pPieceLine->m_textPieces[j].get();
609 RenderString(pDevice.get(), pSolidBrush.get(), pPieceLine, j, pCharPos,
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos,
637 for (const auto& pPieceLine : m_pieceLines) {
638 for (const auto& pPiece : pPieceLine->m_textPieces)
962 CXFA_PieceLine* pPieceLine) {
965 if (!pStyle || !pPieceLine)
968 int32_t iPieces = pdfium::CollectionSize<int32_t>(pPieceLine
961 DoTabstops(CFDE_CSSComputedStyle* pStyle, CXFA_PieceLine* pPieceLine) argument
1028 CXFA_PieceLine* pPieceLine = pNew.get(); local
1156 RenderString(CFDE_RenderDevice* pDevice, CFDE_Brush* pBrush, CXFA_PieceLine* pPieceLine, int32_t iPiece, FXTEXT_CHARPOS* pCharPos, const CFX_Matrix& tmDoc2Device) argument
1172 RenderPath(CFDE_RenderDevice* pDevice, CFDE_Pen* pPen, CXFA_PieceLine* pPieceLine, int32_t iPiece, FXTEXT_CHARPOS* pCharPos, const CFX_Matrix& tmDoc2Device) argument
[all...]

Completed in 85 milliseconds