Home
last modified time | relevance | path

Searched refs:pPts (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/plotutils/plotutils-2.6/libxmi/
H A Dmi_api.c49 …wPoints (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miDrawPoints() argument
52 miDrawPoints_internal (paintedSet, pGC, mode, npt, pPts); in miDrawPoints()
58 …awLines (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miDrawLines() argument
61 miDrawLines_internal (paintedSet, pGC, mode, npt, pPts); in miDrawLines()
67 …aintedSet, const miGC *pGC, miPolygonShape shape, miCoordMode mode, int count, const miPoint *pPts) in miFillPolygon() argument
70 miFillPolygon_internal (paintedSet, pGC, shape, mode, count, pPts); in miFillPolygon()
148 …nternal (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miDrawLines_internal() argument
154 miZeroLine (paintedSet, pGC, mode, npt, pPts); in miDrawLines_internal()
156 miZeroDash (paintedSet, pGC, mode, npt, pPts); in miDrawLines_internal()
161 miWideLine (paintedSet, pGC, mode, npt, pPts); in miDrawLines_internal()
[all …]
H A Dmi_api.h22 …ernal (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
23 …ernal (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
24 …aintedSet, const miGC *pGC, miPolygonShape shape, miCoordMode mode, int npts, const miPoint *pPts);
34 …eDash (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
35 …oDash (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
36 …eLine (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
37 …oLine (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
H A Dmi_ply.c40 …aintedSet, const miGC *pGC, miPolygonShape shape, miCoordMode mode, int count, const miPoint *pPts) in miFillPolygon_internal() argument
55 ppt[0] = pPts[0]; in miFillPolygon_internal()
58 ppt[i].x = ppt[i-1].x + pPts[i].x; in miFillPolygon_internal()
59 ppt[i].y = ppt[i-1].y + pPts[i].y; in miFillPolygon_internal()
64 q = pPts; in miFillPolygon_internal()
H A Dmi_plypnt.c37 …nternal (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miDrawPoints_internal() argument
51 ppt[0] = pPts[0]; in miDrawPoints_internal()
54 ppt[i].x = ppt[i-1].x + pPts[i].x; in miDrawPoints_internal()
55 ppt[i].y = ppt[i-1].y + pPts[i].y; in miDrawPoints_internal()
62 ppt[i] = pPts[i]; in miDrawPoints_internal()
H A Dxmi.h220 …oints (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
221 …Lines (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npts, const miPoint *pPts);
222 …aintedSet, const miGC *pGC, miPolygonShape shape, miCoordMode mode, int npts, const miPoint *pPts);
H A Dmi_zerolin.c131 …eroLine (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miZeroLine() argument
145 ppt = pPts; in miZeroLine()
250 (xstart != x2 || ystart != y2 || ppt == pPts + 1)) in miZeroLine()
263 …eroDash (miPaintedSet *paintedSet, const miGC *pGC, miCoordMode mode, int npt, const miPoint *pPts) in miZeroDash() argument
292 ppt = pPts; in miZeroDash()
359 (xstart != x2 || ystart != y2 || ppt == pPts + 1)) in miZeroDash()
H A Dmi_widelin.c1249 x2 = pPts->x; in miWideDash()
1250 y2 = pPts->y; in miWideDash()
1273 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y) in miWideDash()
1299 ++pPts; in miWideDash()
1300 x2 = pPts->x; in miWideDash()
1301 y2 = pPts->y; in miWideDash()
1948 x2 = pPts->x; in miWideLine()
1949 y2 = pPts->y; in miWideLine()
1974 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y) in miWideLine()
1988 ++pPts; in miWideLine()
[all …]
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/module/
H A DrdpFillPolygon.c52 DDXPointPtr pPts) in rdpFillPolygonOrg() argument
57 pGC->ops->FillPolygon(pDrawable, pGC, shape, mode, count, pPts); in rdpFillPolygonOrg()
65 DDXPointPtr pPts) in rdpFillPolygon() argument
89 maxx = pPts[0].x; in rdpFillPolygon()
90 maxy = pPts[0].y; in rdpFillPolygon()
95 x = pPts[index].x; in rdpFillPolygon()
96 y = pPts[index].y; in rdpFillPolygon()
116 rdpFillPolygonOrg(pDrawable, pGC, shape, mode, count, pPts); in rdpFillPolygon()
H A DrdpFillPolygon.h32 DDXPointPtr pPts);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmipoly.c68 miFillPolygon(dst, pgc, shape, mode, count, pPts) in miFillPolygon() argument
73 DDXPointPtr pPts;
82 ppt = pPts;
122 miFillConvexPoly(dst, pgc, count, pPts);
124 miFillGeneralPoly(dst, pgc, count, pPts);
H A Dmiwideline.c1544 x2 = pPts->x;
1545 y2 = pPts->y;
1568 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y)
1579 ++pPts;
1580 x2 = pPts->x;
1581 y2 = pPts->y;
2053 x2 = pPts->x;
2075 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y)
2089 ++pPts;
2090 x2 = pPts->x;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpdrawobj.cxx1131 if (m_aTextArtRec.aPath[0].pPts) in ~LwpDrawTextArt()
1133 delete [] m_aTextArtRec.aPath[0].pPts; in ~LwpDrawTextArt()
1136 if (m_aTextArtRec.aPath[1].pPts) in ~LwpDrawTextArt()
1152 nX = (m_aTextArtRec.aPath[0].pPts[0].x + m_aTextArtRec.aPath[1].pPts[0].x) / 2; in CreateFWPath()
1153 nY = (m_aTextArtRec.aPath[0].pPts[0].y + m_aTextArtRec.aPath[1].pPts[0].y) / 2; in CreateFWPath()
1161 … nX = (m_aTextArtRec.aPath[0].pPts[nPtIndex].x + m_aTextArtRec.aPath[1].pPts[nPtIndex].x) / 2; in CreateFWPath()
1162 … nY = (m_aTextArtRec.aPath[0].pPts[nPtIndex].y + m_aTextArtRec.aPath[1].pPts[nPtIndex].y) / 2; in CreateFWPath()
1167 … nX = (m_aTextArtRec.aPath[0].pPts[nPtIndex].x + m_aTextArtRec.aPath[1].pPts[nPtIndex].x) / 2; in CreateFWPath()
1168 … nY = (m_aTextArtRec.aPath[0].pPts[nPtIndex].y + m_aTextArtRec.aPath[1].pPts[nPtIndex].y) / 2; in CreateFWPath()
1173 … nX = (m_aTextArtRec.aPath[0].pPts[nPtIndex].x + m_aTextArtRec.aPath[1].pPts[nPtIndex].x) / 2; in CreateFWPath()
[all …]
H A Dlwpsdwdrawheader.hxx279 SdwPoint* pPts; member
282 , pPts(nullptr) in SdwFMPATH()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
H A Dmipoly.c678 int shape, int mode, int count, DDXPointPtr pPts) in miFillPolygon() argument
687 ppt = pPts; in miFillPolygon()
719 miFillConvexPoly(dst, pgc, count, pPts); in miFillPolygon()
721 miFillGeneralPoly(dst, pgc, count, pPts); in miFillPolygon()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
H A Dmipoly.c678 int shape, int mode, int count, DDXPointPtr pPts) in miFillPolygon() argument
687 ppt = pPts; in miFillPolygon()
719 miFillConvexPoly(dst, pgc, count, pPts); in miFillPolygon()
721 miFillGeneralPoly(dst, pgc, count, pPts); in miFillPolygon()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmiwideline.c1914 x2 = pPts->x; in miWideLine()
1915 y2 = pPts->y; in miWideLine()
1935 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideLine()
1944 ++pPts; in miWideLine()
1945 x2 = pPts->x; in miWideLine()
1946 y2 = pPts->y; in miWideLine()
2371 x2 = pPts->x; in miWideDash()
2372 y2 = pPts->y; in miWideDash()
2391 else if (x2 == pPts[npt - 1].x && y2 == pPts[npt - 1].y) { in miWideDash()
2403 ++pPts; in miWideDash()
[all …]
H A Dmipoly.c678 int shape, int mode, int count, DDXPointPtr pPts) in miFillPolygon() argument
687 ppt = pPts; in miFillPolygon()
719 miFillConvexPoly(dst, pgc, count, pPts); in miFillPolygon()
721 miFillGeneralPoly(dst, pgc, count, pPts); in miFillPolygon()

1234