Home
last modified time | relevance | path

Searched refs:rPnt (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/stats/drawer/
H A DPlainChartDrawer.cc102 rPnt.setPen(pen); in DrawScale()
106 rPnt.setFont(qf); in DrawScale()
128 rPnt.setPen(pen); in DrawFrame()
150 rPnt.setPen(pen); in DrawFrame()
180 rPnt.setPen(qp); in DrawChartLine()
213 rPnt.setFont(qf); in DrawCurrentValue()
214 rPnt.setPen(qp); in DrawCurrentValue()
244 rPnt.setPen(qp); in DrawCurrentValue()
268 rPnt.setPen(qp); in DrawMaximum()
286 rPnt.setPen(qp); in DrawMaximum()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/
H A Dpr50763-3.C23 int cop2d(const v2d & rPnt) const;
24 v2d clp2d(const v2d & rPnt) const;
27 inline int e2d::cop2d(const v2d & rPnt) const { in cop2d() argument
29 if (rPnt.x < _Min.x) bRet = 0; in cop2d()
30 else if (rPnt.x > _Max.x) bRet = 0; in cop2d()
31 else if (rPnt.y > _Max.y) bRet = 0; in cop2d()
36 v2d sRet = rPnt; in clp2d()
37 if (rPnt.x < _Min.x) sRet.x = _Min.x; in clp2d()
38 if (rPnt.y < _Min.y) sRet.y = _Min.y; in clp2d()
39 if (rPnt.x > _Max.x) sRet.x = _Max.x; in clp2d()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdtrans.hxx111 rPnt.setX(rRef.X() + FRound( (rPnt.X() - rRef.X()) * nxFract )); in ResizePoint()
112 rPnt.setY(rRef.Y() + FRound( (rPnt.Y() - rRef.Y()) * nyFract )); in ResizePoint()
117 tools::Long dx=rPnt.X()-rRef.X(); in RotatePoint()
118 tools::Long dy=rPnt.Y()-rRef.Y(); in RotatePoint()
119 rPnt.setX(FRound(rRef.X()+dx*cs+dy*sn)); in RotatePoint()
120 rPnt.setY(FRound(rRef.Y()+dy*cs-dx*sn)); in RotatePoint()
127 rPnt.AdjustX(-FRound((rPnt.Y()-rRef.Y())*tn)); in ShearPoint()
131 rPnt.AdjustY(-FRound((rPnt.X()-rRef.X())*tn)); in ShearPoint()
142 rPnt.setY(rCenter.Y()); in GetCrookAngle()
146 rPnt.setX(rCenter.X()); in GetCrookAngle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdtrans.hxx110 rPnt.setX(rRef.X() + FRound( (rPnt.X() - rRef.X()) * nxFract )); in ResizePoint()
111 rPnt.setY(rRef.Y() + FRound( (rPnt.Y() - rRef.Y()) * nyFract )); in ResizePoint()
116 long dx=rPnt.X()-rRef.X(); in RotatePoint()
117 long dy=rPnt.Y()-rRef.Y(); in RotatePoint()
126 rPnt.AdjustX(-FRound((rPnt.Y()-rRef.Y())*tn)); in ShearPoint()
130 rPnt.AdjustY(-FRound((rPnt.X()-rRef.X())*tn)); in ShearPoint()
139 long dy=rPnt.Y()-rCenter.Y(); in GetCrookAngle()
141 rPnt.setY(rCenter.Y()); in GetCrookAngle()
143 long dx=rCenter.X()-rPnt.X(); in GetCrookAngle()
145 rPnt.setX(rCenter.X()); in GetCrookAngle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvddrag.cxx58 void SdrDragStat::Reset(const Point& rPnt) in Reset() argument
61 mvPnts[0]=rPnt; in Reset()
62 aPos0=rPnt; in Reset()
63 aRealNow=rPnt; in Reset()
66 void SdrDragStat::NextMove(const Point& rPnt) in NextMove() argument
69 aRealNow=rPnt; in NextMove()
70 mvPnts.back()=rPnt; in NextMove()
86 bool SdrDragStat::CheckMinMoved(const Point& rPnt) in CheckMinMoved() argument
89 long dx=rPnt.X()-GetPrev().X(); if (dx<0) dx=-dx; in CheckMinMoved()
90 long dy=rPnt.Y()-GetPrev().Y(); if (dy<0) dy=-dy; in CheckMinMoved()

12345678