Home
last modified time | relevance | path

Searched refs:m_iWidth (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h95 m_iWidth(-1), in CFX_RTFPiece()
112 if (m_iWidth < 0) { in AppendChar()
113 m_iWidth = tc.m_iCharWidth; in AppendChar()
115 m_iWidth += tc.m_iCharWidth; in AppendChar()
120 return m_iWidth < 0 ? m_iStartPos : m_iStartPos + m_iWidth; in GetEndPos()
157 if (m_iWidth > -1) { in Reset()
158 m_iStartPos += m_iWidth; in Reset()
160 m_iWidth = -1; in Reset()
170 int32_t m_iWidth; variable
Dfx_tbk.h116 m_iWidth(-1), in CFX_TxtPiece()
127 return m_iWidth < 0 ? m_iStartPos : m_iStartPos + m_iWidth; in GetEndPos()
161 int32_t m_iWidth; variable
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp86 m_pCurLine->m_iWidth += iLinePos; in SetLinePos()
402 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Tab()
456 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Arabic()
520 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Others()
593 m_pCurLine->m_iWidth > m_iLineWidth + m_iTolerance && !m_bSingleLine) { in AppendChar()
618 int32_t& iLineWidth = m_pCurLine->m_iWidth; in EndBreak_UpdateArabicShapes()
669 if (!m_bSingleLine && m_pCurLine->m_iWidth > m_iLineWidth + m_iTolerance) { in EndBreak_SplitLine()
693 tp.m_iWidth = m_pCurLine->m_iWidth; in EndBreak_SplitLine()
708 int32_t iEndPos = m_pCurLine->m_iWidth; in EndBreak_SplitLine()
747 tp.m_iWidth = 0; in EndBreak_BidiLine()
[all …]
Dfx_rtfbreak.cpp429 m_pCurLine->m_iWidth += iCharWidth; in AppendChar_CharCode()
458 m_pCurLine->m_iWidth += iCharWidth; in AppendChar_Combination()
469 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Tab()
514 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Arabic()
600 m_pCurLine->m_iWidth += iCharWidth; in AppendChar_Others()
711 tp.m_iStartPos += tp.m_iWidth; in EndBreak_SplitLine()
712 tp.m_iWidth = 0; in EndBreak_SplitLine()
730 tp.m_iWidth += pTC->m_iCharWidth; in EndBreak_SplitLine()
737 tp.m_iWidth += pTC->m_iCharWidth; in EndBreak_SplitLine()
792 tp.m_iWidth = 0; in EndBreak_BidiLine()
[all …]
Dfx_rtfbreak.h19 m_iWidth(0), in CFX_RTFLine()
41 int32_t GetLineEnd() const { return m_iStart + m_iWidth; } in GetLineEnd()
54 m_iWidth = 0;
61 int32_t m_iWidth; variable
Dfx_textbreak.h18 : m_iStart(0), m_iWidth(0), m_iArabicChars(0) { in CFX_TxtLine()
50 m_iWidth = 0;
56 int32_t m_iWidth; variable
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp494 (FX_FLOAT)pPiece->m_iWidth / 20000.0f + fParaBreakWidth; in LoadPage()
499 (FX_FLOAT)pPiece->m_iWidth / 20000.0f + fParaBreakWidth; in LoadPage()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h218 int32_t m_iWidth;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1759 pTP->rtPiece.width = pPiece->m_iWidth / 20000.0f; in AppendTextLine()
1815 fLineWidth += pPiece->m_iWidth / 20000.0f; in AppendTextLine()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp681 pWidgetMgr->NotifySizeChanged(pMsg->m_pDstTarget, (FX_FLOAT)pMsg->m_iWidth, in DoSize()
Dfwl_formimp.cpp1054 m_pOwner->m_pProperties->m_rtWidget.width = (FX_FLOAT)pMsg->m_iWidth; in OnProcessMessage()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp317 fLineWidth += (FX_FLOAT)pPiece->m_iWidth / 20000.0f; in RetrieveLineWidth()