Searched refs:pLinePos (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.h | 79 void Loader(float textWidth, float* pLinePos, bool bSavePieces); 82 float* pLinePos, 86 float* pLinePos, 94 float* pLinePos, 98 float* pLinePos, 101 void EndBreak(CFX_BreakType dwStatus, float* pLinePos, bool bDefault);
|
D | cxfa_textlayout.cpp | 635 float* pLinePos, in Loader() argument 642 LoadText(m_pTextDataNode, textWidth, pLinePos, bSavePieces); in Loader() 654 LoadRichText(pXMLContainer, textWidth, pLinePos, pRootStyle, bSavePieces, in Loader() 660 float* pLinePos, in LoadText() argument 675 *pLinePos += fSpaceAbove; in LoadText() 686 bool bRet = AppendChar(wsText, pLinePos, fSpaceAbove, bSavePieces); in LoadText() 690 EndBreak(CFX_BreakType::Paragraph, pLinePos, bSavePieces); in LoadText() 696 float* pLinePos, in LoadRichText() argument 750 *pLinePos += pRect->top.GetValue(); in LoadRichText() 815 if (AppendChar(wsText, pLinePos, 0, bSavePieces)) { in LoadRichText() [all …]
|