Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_widget.cpp321 CFX_RectF rtDst = pDstWidget->GetWidgetRect(); in GetOffsetFromParent() local
322 szRet += CFX_SizeF(rtDst.left, rtDst.top); in GetOffsetFromParent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_widget.cpp355 CFX_RectF rtDst = pDstWidget->GetWidgetRect(); in GetOffsetFromParent() local
356 szRet += CFX_SizeF(rtDst.left, rtDst.top); in GetOffsetFromParent()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Viewport.cpp373 C4Rect rtSrc,rtDst; in BlitOutput() local
375 rtDst.x = OutX; rtDst.y = OutY; rtDst.Wdt = ViewWdt; rtDst.Hgt = ViewHgt; in BlitOutput()
376 pWindow->pSurface->PageFlip(&rtSrc, &rtDst); in BlitOutput()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiDialogs.cpp497 C4Rect rtSrc,rtDst; in Draw() local
499 rtDst.x=0; rtDst.y=0; rtDst.Wdt=rcBounds.Wdt; rtDst.Hgt=rcBounds.Hgt; in Draw()
500 pWindow->pSurface->PageFlip(&rtSrc, &rtDst); in Draw()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Dfwl_widgetimp.cpp958 CFX_RectF rtDst; in GetOffsetFromParent() local
959 pDstWidget->GetWidgetRect(rtDst); in GetOffsetFromParent()
960 szRet += CFX_SizeF(rtDst.left, rtDst.top); in GetOffsetFromParent()