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

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fftext.cpp161 CXFA_PieceLine* pPieceLine = pPieceLines->GetAt(i); local
162 int32_t iPieces = pPieceLine->m_textPieces.GetSize();
164 XFA_LPTEXTPIECE pPiece = pPieceLine->m_textPieces.GetAt(j);
H A Dxfa_textlayout.cpp1267 CXFA_PieceLine* pPieceLine = m_pieceLines.GetAt(i + iLineStart); local
1268 int32_t iPieces = pPieceLine->m_textPieces.GetSize();
1271 XFA_LPCTEXTPIECE pPiece = pPieceLine->m_textPieces.GetAt(j);
1279 RenderString(pDevice, pSolidBrush, pPieceLine, j, pCharPos, tmDoc2Device);
1282 RenderPath(pDevice, pPen, pPieceLine, j, pCharPos, tmDoc2Device);
1308 CXFA_PieceLine* pPieceLine = m_pieceLines.GetAt(i); local
1309 int32_t iPieces = pPieceLine->m_textPieces.GetSize();
1311 XFA_LPTEXTPIECE pPiece = pPieceLine->m_textPieces.GetAt(j);
1661 CXFA_PieceLine* pPieceLine) {
1665 if (pStyle == NULL || pPieceLine
1660 DoTabstops(IFDE_CSSComputedStyle* pStyle, CXFA_PieceLine* pPieceLine) argument
1726 CXFA_PieceLine* pPieceLine = FDE_NewWith(m_pAllocator) CXFA_PieceLine; local
1864 RenderString(IFDE_RenderDevice* pDevice, IFDE_SolidBrush* pBrush, CXFA_PieceLine* pPieceLine, int32_t iPiece, FXTEXT_CHARPOS* pCharPos, const CFX_Matrix& tmDoc2Device) argument
1879 RenderPath(IFDE_RenderDevice* pDevice, IFDE_Pen* pPen, CXFA_PieceLine* pPieceLine, int32_t iPiece, FXTEXT_CHARPOS* pCharPos, const CFX_Matrix& tmDoc2Device) argument
[all...]

Completed in 62 milliseconds