Searched refs:m_iWidth (Results 1 – 9 of 9) sorted by relevance
141 FX_SAFE_INT32 checked_width = m_pCurLine->m_iWidth; in AppendChar_Combination()146 m_pCurLine->m_iWidth = checked_width.ValueOrDie(); in AppendChar_Combination()154 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Tab()207 m_pCurLine->m_iWidth -= pLastChar->m_iCharWidth; in AppendChar_Arabic()229 FX_SAFE_INT32 checked_width = m_pCurLine->m_iWidth; in AppendChar_Arabic()234 m_pCurLine->m_iWidth = checked_width.ValueOrDie(); in AppendChar_Arabic()258 FX_SAFE_INT32 checked_width = m_pCurLine->m_iWidth; in AppendChar_Arabic()263 m_pCurLine->m_iWidth = checked_width.ValueOrDie(); in AppendChar_Arabic()288 FX_SAFE_INT32 checked_width = m_pCurLine->m_iWidth; in AppendChar_Others()293 m_pCurLine->m_iWidth = checked_width.ValueOrDie(); in AppendChar_Others()[all …]
14 m_iWidth(-1), in CFX_BreakPiece()31 return m_iWidth < 0 ? m_iStartPos : m_iStartPos + m_iWidth; in GetEndPos()
130 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Arabic()197 int32_t& iLineWidth = m_pCurLine->m_iWidth; in AppendChar_Others()241 IsGreaterThanLineWidth(m_pCurLine->m_iWidth) && in AppendChar()291 if (!m_bSingleLine && IsGreaterThanLineWidth(m_pCurLine->m_iWidth)) { in EndBreak_SplitLine()307 int32_t iEndPos = m_pCurLine->m_iWidth; in EndBreak_SplitLine()322 tp.m_iWidth = m_pCurLine->m_iWidth; in EndBreak_BidiLine()358 tp.m_iWidth = 0; in EndBreak_BidiLine()372 tp.m_iWidth += iCharWidth; in EndBreak_BidiLine()378 tp.m_iStartPos += tp.m_iWidth; in EndBreak_BidiLine()387 tp.m_iWidth += iCharWidth; in EndBreak_BidiLine()[all …]
21 return m_iStart + m_iWidth; in GetLineEnd()27 m_iWidth = 0; in Clear()
32 int32_t m_iWidth = 0; variable
34 int32_t m_iWidth; variable
255 fLineWidth += static_cast<float>(pPiece->m_iWidth) / 20000.0f; in RetrieveLineWidth()
1107 txtEdtPiece.rtPiece.width = piece->m_iWidth / 20000.0f; in RebuildPieces()
1020 pTP->rtPiece.width = pPiece->m_iWidth / 20000.0f; in AppendTextLine()1067 fLineWidth += pPiece->m_iWidth / 20000.0f; in AppendTextLine()