Home
last modified time | relevance | path

Searched refs:absoluteRect (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/printcreator/tools/
H A Datkinspagelayouttree.cpp251 QRectF absoluteRect = rectInRect(absoluteRectPage, in drawingArea() local
265 double leftWidth = absoluteRect.width() * parent2->division(); in drawingArea()
269 absoluteRect.setWidth(leftWidth); in drawingArea()
273 double rightWidth = absoluteRect.width() - leftWidth; in drawingArea()
274 absoluteRect.setWidth(rightWidth); in drawingArea()
275 absoluteRect.translate(leftWidth, 0); in drawingArea()
282 double upperHeight = absoluteRect.height() * parent2->division(); in drawingArea()
286 absoluteRect.setHeight(upperHeight); in drawingArea()
290 double lowerHeight = absoluteRect.height() - upperHeight; in drawingArea()
291 absoluteRect.setHeight(lowerHeight); in drawingArea()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Dwindow.cpp245 Common::Rect absoluteRect = rect; in makeAbsoluteRect() local
246 absoluteRect.translate(parentRect.left, parentRect.top); in makeAbsoluteRect()
247 absoluteRect.right = MIN(parentRect.right, absoluteRect.right); in makeAbsoluteRect()
248 absoluteRect.bottom = MIN(parentRect.bottom, absoluteRect.bottom); in makeAbsoluteRect()
249 return absoluteRect; in makeAbsoluteRect()
289 Common::Rect absoluteRect = getAbsoluteRect(); in convertPointToGlobal() local
290 return Common::Point(point.x + absoluteRect.left, point.y + absoluteRect.top); in convertPointToGlobal()
294 Common::Rect absoluteRect = getAbsoluteRect(); in convertPointToLocal() local
295 return Common::Point(point.x - absoluteRect.left, point.y - absoluteRect.top); in convertPointToLocal()
H A Dvideo_window.cpp186 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
189 …_vm->_gfx->blit(_lastFrame, absoluteRect.left, absoluteRect.top, absoluteRect.width(), absoluteRec… in onPaint()
191 …_vm->_gfx->crossBlit(_vm->_gfx->getScreen(), absoluteRect.left + _dstRect.left, absoluteRect.top +… in onPaint()
H A Dbiochip_view.cpp148 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
152 _vm->_gfx->blit(frame, absoluteRect.left, absoluteRect.top); in onPaint()
166 _vm->_gfx->blit(frame, absoluteRect.left, absoluteRect.top); in onPaint()
418 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
421 _vm->_gfx->blit(&_preBuffer, absoluteRect.left, absoluteRect.top); in onPaint()
424 _vm->_gfx->blit(frame, absoluteRect.left, absoluteRect.top); in onPaint()
559 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
560 _vm->_gfx->blit(_background, absoluteRect.left, absoluteRect.top); in onPaint()
563 _vm->_gfx->blit(_cycleCheck, absoluteRect.left + 13, absoluteRect.top + 144); in onPaint()
723 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
[all …]
H A Dinventory_info.cpp109 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
110 _vm->_gfx->blit(background, absoluteRect.left, absoluteRect.top); in onPaint()
182 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
183 …eTransparentBlit(_vm->_gfx->getScreen(), absoluteRect.left, absoluteRect.top, absoluteRect.width()… in onPaint()
189 box.translate(absoluteRect.left, absoluteRect.top); in onPaint()
H A Dlivetext.cpp117 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
118 _vm->_gfx->blit(surface, absoluteRect.left, absoluteRect.top); in onPaint()
H A Dnavarrow.cpp236 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
237 _vm->_gfx->blit(_background, absoluteRect.left, absoluteRect.top); in onPaint()
H A Dbiochip_right.cpp220 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
221 _vm->_gfx->blit(bitmap, absoluteRect.left, absoluteRect.top); in onPaint()
H A Dinventory_window.cpp299 Common::Rect absoluteRect = getAbsoluteRect(); in onPaint() local
300 _vm->_gfx->blit(_background, absoluteRect.left, absoluteRect.top); in onPaint()
314 textRect.translate(absoluteRect.left, absoluteRect.top); in onPaint()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/printimages/tools/
H A Dlayouttree.cpp359 double leftWidth = absoluteRect.width() * parent->division(); in drawingArea()
363 absoluteRect.setWidth(leftWidth); in drawingArea()
367 double rightWidth = absoluteRect.width() - leftWidth; in drawingArea()
368 absoluteRect.setWidth(rightWidth); in drawingArea()
369 absoluteRect.translate(leftWidth, 0); in drawingArea()
375 double upperHeight = absoluteRect.height() * parent->division(); in drawingArea()
379 absoluteRect.setHeight(upperHeight); in drawingArea()
383 double lowerHeight = absoluteRect.height() - upperHeight; in drawingArea()
384 absoluteRect.setHeight(lowerHeight); in drawingArea()
385 absoluteRect.translate(0, upperHeight); in drawingArea()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/facesengine/detection/
H A Dfacedetector.h108 static QRectF toRelativeRect(const QRect& absoluteRect, const QSize& size);
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/qtmultimediaquicktools/
H A Dqdeclarativevideooutput.cpp398 const QRectF absoluteRect(x(), y(), width(), height()); in _q_updateGeometry() local
400 if (!m_geometryDirty && m_lastRect == absoluteRect) in _q_updateGeometry()
406 m_lastRect = absoluteRect; in _q_updateGeometry()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dda_vinci.cpp241 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
243 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
1307 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1309 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
1961 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1963 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
2063 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
2065 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
2399 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
2401 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
H A Dagent3_lair.cpp655 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
659 textRegion.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
663 textRegion.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
H A Dmayan.cpp169 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
171 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
352 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
353 int left = _currentRegion * 43 + 20 + absoluteRect.left; in gdiPaint()
354 Common::Rect rect(left, absoluteRect.top + 18, left + 43, absoluteRect.top + 110); in gdiPaint()
430 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
432 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
1823 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1825 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
H A Dai_lab.cpp1223 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1225 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
1230 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
1435 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1442 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
2288 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
2290 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
2295 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
3049 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
3051 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
H A Dalien.cpp1034 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1036 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
H A Dscene_common.cpp1113 Common::Rect absoluteRect = viewWindow->getAbsoluteRect(); in gdiPaint() local
1115 rect.translate(absoluteRect.left, absoluteRect.top); in gdiPaint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/omnibox/popup/
H A Domnibox_popup_view_controller.mm324 CGRect absoluteRect =
329 _keyboardHeight - absoluteRect.origin.y -
/dports/mail/nextcloud-mail/mail/js/
H A Dmail.0.538d0a5ef14de9764c82.js.map1 …ered.\n//\n// @returns {utils/dom/rect~Rect} A rect corresponding to `absoluteRect` input but with…