HomeSort by relevance Sort by last modified time
    Searched refs:GetLineEnd (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 251 m_pCurLine->GetLineEnd() > m_iBoundaryEnd + m_iTolerance &&
366 if (m_pCurLine->GetLineEnd() > m_iBoundaryEnd + m_iTolerance)
385 m_pCurLine->GetLineEnd() > m_iBoundaryEnd + m_iTolerance) {
454 if (m_pCurLine->GetLineEnd() > m_iBoundaryEnd + m_iTolerance) {
470 int32_t endPos = m_pCurLine->GetLineEnd();
804 int32_t iEndPos = pCurLine->GetLineEnd();
822 pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos;
fgas_rtfbreak.h 124 int32_t GetLineEnd() const { return m_iStart + m_iWidth; }
  /external/v8/src/debug/
liveedit.cc 421 return GetLineEnd(index - 1);
424 int GetLineEnd(int index) {
468 int line_end1 = line_ends1_.GetLineEnd(index1);
469 int line_end2 = line_ends2_.GetLineEnd(index2);
    [all...]

Completed in 352 milliseconds