Home
last modified time | relevance | path

Searched defs:vpRect (Results 1 – 11 of 11) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/core/src/tools/geometry/
H A DvpRect.cpp53 vpRect::vpRect() : left(0), top(0), width(0), height(0) {} in vpRect() function in vpRect
64 vpRect::vpRect(double l, double t, double w, double h) : left(l), top(t), width(w), height(h) {} in vpRect() function in vpRect
74 vpRect::vpRect(const vpImagePoint &topLeft, double w, double h) in vpRect() function in vpRect
83 vpRect::vpRect(const vpImagePoint &topLeft, const vpImagePoint &bottomRight) in vpRect() function in vpRect
96 vpRect::vpRect(const vpRect &r) : left(0), top(0), width(0), height(0) { *this = r; } in vpRect() function in vpRect
116 vpRect::vpRect(const std::vector<vpImagePoint> &ip) : left(0), top(0), width(0), height(0) { set(ip… in vpRect() function in vpRect
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/pagination/
H A DRegionEnd.java53 Rectangle vpRect; in getViewportRectangle() local
H A DRegionStart.java53 Rectangle vpRect; in getViewportRectangle() local
H A DRegionBefore.java58 Rectangle vpRect; in getViewportRectangle() local
H A DRegionAfter.java53 Rectangle vpRect; in getViewportRectangle() local
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpImagePoint.h56 class vpRect; variable
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/fow/
H A DC4FoWRegion.cpp345 const FLOAT_RECT& vpRect = ViewportRegion; in GetFragTransform() local
H A DC4FoWAmbient.cpp199 void C4FoWAmbient::GetFragTransform(const FLOAT_RECT& vpRect, const C4Rect& clipRect, const C4Rect&… in GetFragTransform() argument
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4DrawGL.cpp420 const FLOAT_RECT vpRect = pFoW->getViewportRegion(); in SetupMultiBlt() local
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Viewport.cpp244 …const FLOAT_RECT vpRect = { cgo.TargetX, cgo.TargetX + cgo.Wdt, cgo.TargetY, cgo.TargetY + cgo.Hgt… in Draw() local
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkGui/
H A DDkNoMacs.cpp679 QRectF vpRect = vp->geometry(); in fitFrame() local