Home
last modified time | relevance | path

Searched refs:adjustedLeft (Results 1 – 6 of 6) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/console/
H A Dconsoleitemdelegate.h108 int adjustedLeft() const { return m_x + ITEM_PADDING; } in QT_FORWARD_DECLARE_CLASS()
115 int typeIconLeft() const { return adjustedLeft(); } in QT_FORWARD_DECLARE_CLASS()
119 : adjustedLeft(); } in QT_FORWARD_DECLARE_CLASS()
H A Dconsoleitemdelegate.cpp136 painter->drawPixmap(positions.adjustedLeft(), positions.adjustedTop(), in paint()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/cpp/
H A DCppCompletionPopupMenu.java255 int adjustedLeft = left; in addToolTipHandler()
258 adjustedLeft = selectedItem.getAbsoluteLeft() - in addToolTipHandler()
261 toolTip_.setPopupPosition(adjustedLeft, top); in addToolTipHandler()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View_protected.cpp4597 UT_sint32 adjustedLeft = 0; in _draw() local
4620 adjustedLeft = 0; in _draw()
4626 adjustedLeft = iPageXOffset - getXScrollOffset() + getPageViewLeftMargin(); in _draw()
4632 adjustedRight = adjustedLeft + iPageWidth; in _draw()
4642 da.xoff = adjustedLeft; in _draw()
4678 painter.drawLine(adjustedLeft, adjustedTop, adjustedRight, adjustedTop); in _draw()
4680 painter.drawLine(adjustedLeft, adjustedBottom, adjustedRight + m_pG->tlu(1), adjustedBottom); in _draw()
4681 painter.drawLine(adjustedLeft, adjustedTop, adjustedLeft, adjustedBottom); in _draw()
4711 adjustedLeft += m_pG->tlu(3); in _draw()
4713 painter.drawLine(adjustedLeft, adjustedBottom, adjustedRight + m_pG->tlu(1), adjustedBottom); in _draw()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqplastiquestyle.cpp2415 QPoint adjustedLeft; in drawControl() local
2427 adjustedLeft += vectorRight; in drawControl()
2431 adjustedLeft += vectorRight; in drawControl()
2441 adjustedLeft = vectorRight; in drawControl()
2443 adjustedLeft = QPoint(0, 0); in drawControl()
2446 … painter->drawLine(bottomLeft + vectorUp + adjustedLeft, baseLine.p2() + vectorUp); in drawControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/plastique/
H A Dqplastiquestyle.cpp2311 QPoint adjustedLeft; in drawControl() local
2323 adjustedLeft += vectorRight; in drawControl()
2327 adjustedLeft += vectorRight; in drawControl()
2337 adjustedLeft = vectorRight; in drawControl()
2339 adjustedLeft = QPoint(0, 0); in drawControl()
2342 … painter->drawLine(bottomLeft + vectorUp + adjustedLeft, baseLine.p2() + vectorUp); in drawControl()