Home
last modified time | relevance | path

Searched refs:blockGeometry (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditoroverlay.cpp153 const QRectF blockGeometry = m_editor->blockBoundingGeometry(block); in createSelectionPath() local
161 selection += lineRect.translated(blockGeometry.topLeft()); in createSelectionPath()
167 const QRectF blockGeometry = m_editor->blockBoundingGeometry(block); in createSelectionPath() local
206 selection += lineRect.translated(blockGeometry.topLeft()); in createSelectionPath()
213 selection += lineRect.translated(blockGeometry.topLeft()); in createSelectionPath()
227 selection += lineRect.translated(blockGeometry.topLeft()); in createSelectionPath()
233 if (blockGeometry.translated(offset).y() > 2*viewportRect.height()) in createSelectionPath()
/dports/editors/texmaker/texmaker-5.0.3/
H A Dlightlinenumberwidget.cpp73 if (p.isVisible()) top = (int) m_editor->blockGeometry(p).top(); in paintEvent()
75 if ( np.isValid() && np.isVisible()) delta= (int) m_editor->blockGeometry(np).top()-top; in paintEvent()
H A Dlinenumberwidget.cpp81 if (p.isVisible()) top = (int) m_editor->blockGeometry(p).top(); in paintEvent()
83 if ( np.isValid() && np.isVisible()) delta= (int) m_editor->blockGeometry(np).top()-top; in paintEvent()
H A Dlightlatexeditor.h53 QRectF blockGeometry(const QTextBlock & block) {return blockBoundingGeometry(block).translated(cont… in blockGeometry() function
H A Dlatexeditor.h99 QRectF blockGeometry(const QTextBlock & block) {return blockBoundingGeometry(block).translated(cont… in blockGeometry() function