Home
last modified time | relevance | path

Searched refs:CXFA_PieceLine (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h256 class CXFA_PieceLine : public CFX_Target {
258 CXFA_PieceLine() {} in CXFA_PieceLine() function
262 typedef CFX_ArrayTemplate<CXFA_PieceLine*> CXFA_PieceLineArray;
375 CXFA_PieceLine* pPieceLine,
381 CXFA_PieceLine* pPieceLine,
389 void DoTabstops(IFDE_CSSComputedStyle* pStyle, CXFA_PieceLine* pPieceLine);
Dxfa_textlayout.cpp696 CXFA_PieceLine* pLine = m_pieceLines.GetAt(i); in Unload()
697 FDE_DeleteWith(CXFA_PieceLine, m_pAllocator, pLine); in Unload()
1267 CXFA_PieceLine* pPieceLine = m_pieceLines.GetAt(i + iLineStart); in DrawString()
1308 CXFA_PieceLine* pPieceLine = m_pieceLines.GetAt(i); in UpdateAlign()
1661 CXFA_PieceLine* pPieceLine) { in DoTabstops()
1726 CXFA_PieceLine* pPieceLine = FDE_NewWith(m_pAllocator) CXFA_PieceLine; in AppendTextLine()
1866 CXFA_PieceLine* pPieceLine, in RenderString()
1881 CXFA_PieceLine* pPieceLine, in RenderPath()
Dxfa_fftext.cpp161 CXFA_PieceLine* pPieceLine = pPieceLines->GetAt(i); in GetLinkURLAtPoint()