Home
last modified time | relevance | path

Searched refs:pEndPos (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp588 int32_t* pEndPos) { in GetBreakPos() argument
599 if (*pEndPos <= m_iLineWidth) { in GetBreakPos()
604 iBreakPos = *pEndPos; in GetBreakPos()
616 *pEndPos -= iCharWidth; in GetBreakPos()
641 if (*pEndPos <= m_iLineWidth || bNeedBreak) { in GetBreakPos()
644 iBreakPos = *pEndPos; in GetBreakPos()
649 iIndirectPos = *pEndPos; in GetBreakPos()
653 iLastPos = *pEndPos; in GetBreakPos()
657 *pEndPos -= iCharWidth; in GetBreakPos()
666 *pEndPos = iBreakPos; in GetBreakPos()
[all …]
Dcfx_txtbreak.cpp532 int32_t* pEndPos) { in GetBreakPos() argument
544 if (m_bSingleLine || *pEndPos <= m_iLineWidth) { in GetBreakPos()
549 iBreakPos = *pEndPos; in GetBreakPos()
562 *pEndPos -= iCharWidth; in GetBreakPos()
574 if (m_bSingleLine || *pEndPos <= m_iLineWidth || in GetBreakPos()
578 iBreakPos = *pEndPos; in GetBreakPos()
583 iIndirectPos = *pEndPos; in GetBreakPos()
587 iLastPos = *pEndPos; in GetBreakPos()
592 *pEndPos -= iCharWidth; in GetBreakPos()
600 *pEndPos = iBreakPos; in GetBreakPos()
[all …]
Dcfx_rtfbreak.h61 int32_t* pEndPos);
Dcfx_txtbreak.h92 int32_t* pEndPos);