Home
last modified time | relevance | path

Searched refs:yshift (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/math/openmesh/OpenMesh-8.1/Doc/images/src/
H A Dmesh.inner.tex22 \path[roedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
23 \path[oedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
25 \path[oedge] ([yshift=3pt]V1) -- ([yshift=3pt]V3) {};
26 \path[roedge] ([yshift=-3pt]V3) -- ([yshift=-3pt]V1) {};
31 \path[oedge] ([yshift=3pt]V2) -- ([yshift=3pt]V4) {};
32 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V2) {};
34 \path[oedge] ([yshift=3pt]V3) -- ([yshift=3pt]V4) {};
35 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V3) {};
H A Dmesh.normal.tex22 \path[oedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
23 \path[oedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
25 \path[oedge] ([yshift=3pt]V1) -- ([yshift=3pt]V3) {};
26 \path[oedge] ([yshift=-3pt]V3) -- ([yshift=-3pt]V1) {};
31 \path[oedge] ([yshift=3pt]V2) -- ([yshift=3pt]V4) {};
32 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V2) {};
34 \path[oedge] ([yshift=3pt]V3) -- ([yshift=3pt]V4) {};
35 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V3) {};
H A Dmesh.outer.tex22 \path[oedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
23 \path[roedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
25 \path[roedge] ([yshift=3pt]V1) -- ([yshift=3pt]V3) {};
26 \path[oedge] ([yshift=-3pt]V3) -- ([yshift=-3pt]V1) {};
31 \path[oedge] ([yshift=3pt]V2) -- ([yshift=3pt]V4) {};
32 \path[roedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V2) {};
34 \path[roedge] ([yshift=3pt]V3) -- ([yshift=3pt]V4) {};
35 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V3) {};
H A Dmesh.io.tex24 \path[boedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
25 \path[roedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
27 \path[oedge] ([yshift=3pt]V1) -- ([yshift=3pt]V3) {};
28 \path[oedge] ([yshift=-3pt]V3) -- ([yshift=-3pt]V1) {};
33 \path[roedge] ([yshift=3pt]V2) -- ([yshift=3pt]V4) {};
34 \path[boedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V2) {};
36 \path[oedge] ([yshift=3pt]V3) -- ([yshift=3pt]V4) {};
37 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V3) {};
H A Dmesh.opp.tex24 \path[oedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
25 \path[oedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
27 \path[boedge] ([yshift=3pt]V1) -- ([yshift=3pt]V3) {};
28 \path[roedge] ([yshift=-3pt]V3) -- ([yshift=-3pt]V1) {};
33 \path[oedge] ([yshift=3pt]V2) -- ([yshift=3pt]V4) {};
34 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V2) {};
36 \path[oedge] ([yshift=3pt]V3) -- ([yshift=3pt]V4) {};
37 \path[oedge] ([yshift=-3pt]V4) -- ([yshift=-3pt]V3) {};
H A Dmesh.to.from.tex20 \path[oedge] ([yshift=3pt]V1) to ([yshift=3pt]V2) {};
21 \path[oedge] ([yshift=-3pt]V2) to ([yshift=-3pt]V1) {};
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DPolylineDecomposer.hxx62 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
101 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
120 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
153 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
174 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
242 … int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift);
294 …int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift, int…
312 …int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift, int…
329 …int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift, int…
346 …int logMask, double* coordinates, int nPoints, double* xshift, double* yshift, double* zshift, int…
[all …]
/dports/math/pdal/PDAL-2.3.0/pdal/private/
H A DRaster.cpp62 int yshift = (std::max)(-yi, 0); in expandToInclude() local
66 if (yshift) in expandToInclude()
67 h += yshift; in expandToInclude()
68 expand(w, h, xshift, yshift); in expandToInclude()
73 Utils::StatusWithReason Raster<T>::expand(int newWidth, int newHeight, int xshift, int yshift) in expand() argument
79 if (width() + xshift > newWidth || height() + yshift > newHeight) in expand()
85 m_limits.yOrigin -= yshift * edgeLength(); in expand()
88 yshift = newHeight - (height() + yshift); in expand()
90 auto dstIndex = [newWidth, xshift, yshift](size_t i, size_t j) in expand()
92 return ((yshift + j) * newWidth) + i + xshift; in expand()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DPolylineDecomposer.cpp98 double* yshift = NULL; in fillVertices() local
190 if (yshift != NULL) in getAndWriteVertexToBuffer()
192 coordinate += yshift[vertexIndices[1]]; in getAndWriteVertexToBuffer()
336 if (yshift != NULL) in fillVerticalLinesDecompositionVertices()
342 coord1 += yshift[i]; in fillVerticalLinesDecompositionVertices()
489 shift = yshift[i]; in fillVerticalBarsDecompositionVertices()
594 shift = yshift[i]; in fillHorizontalBarsDecompositionVertices()
1020 double* yshift = NULL; in fillIndices() local
1501 double* yshift = NULL; in fillWireIndices() local
1791 if (yshift != NULL) in getShiftedPolylinePoint()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dtranslate_reg.c42 l_int32 xshift, l_int32 yshift);
127 l_int32 yshift) in TranslateAndSave1() argument
131 pix1 = pixTranslate(NULL, pix, xshift, yshift, L_BRING_IN_WHITE); in TranslateAndSave1()
132 pix2 = pixTranslate(NULL, pix, xshift, yshift, L_BRING_IN_BLACK); in TranslateAndSave1()
133 pix3 = pixTranslate(NULL, pix, -xshift, -yshift, L_BRING_IN_WHITE); in TranslateAndSave1()
134 pix4 = pixTranslate(NULL, pix, -xshift, -yshift, L_BRING_IN_BLACK); in TranslateAndSave1()
150 l_int32 yshift) in TranslateAndSave2() argument
154 pix1 = pixTranslate(NULL, pix, xshift, yshift, L_BRING_IN_WHITE); in TranslateAndSave2()
155 pix2 = pixTranslate(NULL, pix, xshift, yshift, L_BRING_IN_BLACK); in TranslateAndSave2()
156 pix3 = pixTranslate(NULL, pix, -xshift, -yshift, L_BRING_IN_WHITE); in TranslateAndSave2()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dr_sky.c101 int xshift, yshift; in R_MakeSky() local
106 yshift = skytime*skyspeed; in R_MakeSky()
108 if ((xshift == xlast) && (yshift == ylast)) in R_MakeSky()
112 ylast = yshift; in R_MakeSky()
118 baseofs = ((y+yshift) & SKYMASK) * 131; in R_MakeSky()
165 int xshift, yshift; in R_GenSkyTile() local
170 yshift = skytime*skyspeed; in R_GenSkyTile()
177 baseofs = ((y+yshift) & SKYMASK) * 131; in R_GenSkyTile()
224 int xshift, yshift; in R_GenSkyTile16() local
229 yshift = skytime * skyspeed; in R_GenSkyTile16()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dr_sky.c101 int xshift, yshift; in R_MakeSky() local
106 yshift = skytime * skyspeed; in R_MakeSky()
108 if ((xshift == xlast) && (yshift == ylast)) in R_MakeSky()
112 ylast = yshift; in R_MakeSky()
118 baseofs = ((y + yshift) & SKYMASK) * 131; in R_MakeSky()
165 int xshift, yshift; in R_GenSkyTile() local
170 yshift = skytime * skyspeed; in R_GenSkyTile()
177 baseofs = ((y + yshift) & SKYMASK) * 131; in R_GenSkyTile()
224 int xshift, yshift; in R_GenSkyTile16() local
229 yshift = skytime * skyspeed; in R_GenSkyTile16()
[all …]
/dports/graphics/pdfpc/pdfpc-4.5.0/src/classes/view/
H A Dtransition_manager.vala187 double xshift = 0, yshift = 0;
226 yshift = height*progress;
232 yshift = -height*progress;
251 yshift = height*progress;
252 yshift2 = yshift - height;
259 yshift = -height*progress;
260 yshift2 = yshift + height;
306 yshift = 0.5*height*progress;
317 cr.rectangle(xshift, yshift, width - 2*xshift, height - 2*yshift);
338 yshift = height*(1 - progress);
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dtms34061_vidhrdw.c28 UINT8 yshift; member
191 case 0x01: tms34061.yshift = 2; break; in WRITE_HANDLER()
192 case 0x02: tms34061.yshift = 3; break; in WRITE_HANDLER()
193 case 0x04: tms34061.yshift = 4; break; in WRITE_HANDLER()
194 case 0x08: tms34061.yshift = 5; break; in WRITE_HANDLER()
195 case 0x10: tms34061.yshift = 6; break; in WRITE_HANDLER()
196 case 0x20: tms34061.yshift = 7; break; in WRITE_HANDLER()
197 case 0x40: tms34061.yshift = 8; break; in WRITE_HANDLER()
198 case 0x80: tms34061.yshift = 9; break; in WRITE_HANDLER()
201 tms34061.xmask = (1 << tms34061.yshift) - 1; in WRITE_HANDLER()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dtms34061_vidhrdw.c28 UINT8 yshift; member
191 case 0x01: tms34061.yshift = 2; break; in WRITE_HANDLER()
192 case 0x02: tms34061.yshift = 3; break; in WRITE_HANDLER()
193 case 0x04: tms34061.yshift = 4; break; in WRITE_HANDLER()
194 case 0x08: tms34061.yshift = 5; break; in WRITE_HANDLER()
195 case 0x10: tms34061.yshift = 6; break; in WRITE_HANDLER()
196 case 0x20: tms34061.yshift = 7; break; in WRITE_HANDLER()
197 case 0x40: tms34061.yshift = 8; break; in WRITE_HANDLER()
198 case 0x80: tms34061.yshift = 9; break; in WRITE_HANDLER()
201 tms34061.xmask = (1 << tms34061.yshift) - 1; in WRITE_HANDLER()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/cuda/
H A Dmotion_tex.cu159 int blocksY = div_roundup(height, d->obmc.y_sep>>yshift); in cuda_motion_copy()
161 int yB = div_roundup(blocksY * (d->obmc.y_mid>>yshift), WIDTHY); in cuda_motion_copy()
163 int yC = div_roundup((blocksY+1) * (d->obmc.y_ramp>>yshift), WIDTHY); in cuda_motion_copy()
191 d->obmc.x_ramp_log2 - xshift, d->obmc.y_ramp_log2 - yshift, in cuda_motion_copy()
192 d->obmc.x_sep_log2 - xshift, d->obmc.y_sep_log2 - yshift, in cuda_motion_copy()
193 d->obmc.x_mid_log2 - xshift, d->obmc.y_mid_log2 - yshift, in cuda_motion_copy()
195 xshift, yshift in cuda_motion_copy()
204 d->obmc.x_ramp_log2 - xshift, d->obmc.y_ramp_log2 - yshift, in cuda_motion_copy()
205 d->obmc.x_sep_log2 - xshift, d->obmc.y_sep_log2 - yshift, in cuda_motion_copy()
206 d->obmc.x_mid_log2 - xshift, d->obmc.y_mid_log2 - yshift, in cuda_motion_copy()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_rsky.c96 int xshift, yshift; in R_MakeSky() local
101 yshift = r_skytime * r_skyspeed; in R_MakeSky()
103 if ((xshift == xlast) && (yshift == ylast)) in R_MakeSky()
107 ylast = yshift; in R_MakeSky()
112 baseofs = ((y + yshift) & SKYMASK) * 131; in R_MakeSky()
133 int xshift, yshift; in R_GenSkyTile() local
138 yshift = r_skytime * r_skyspeed; in R_GenSkyTile()
144 baseofs = ((y + yshift) & SKYMASK) * 131; in R_GenSkyTile()
/dports/devel/cscout/cscout-bd7dfac/swill/Examples/
H A Dmandel.c54 double xshift,yshift; in mandelpage() local
71 yshift = (m->Ymax - m->Ymin)/4; in mandelpage()
86 m->Xmin,m->Xmax,m->Ymin-yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
91 m->Xmin,m->Xmax,m->Ymin+yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
96 m->Xmin+xshift,m->Xmax-xshift,m->Ymin+yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
101 m->Xmin-xshift,m->Xmax+xshift,m->Ymin-yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Examples/
H A Dmandel.c54 double xshift,yshift; in mandelpage() local
71 yshift = (m->Ymax - m->Ymin)/4; in mandelpage()
86 m->Xmin,m->Xmax,m->Ymin-yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
91 m->Xmin,m->Xmax,m->Ymin+yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
96 m->Xmin+xshift,m->Xmax-xshift,m->Ymin+yshift,m->Ymax-yshift,m->Tolerance); in mandelpage()
101 m->Xmin-xshift,m->Xmax+xshift,m->Ymin-yshift,m->Ymax+yshift,m->Tolerance); in mandelpage()
/dports/math/spot/spot-2.10.2/doc/org/
H A Dsatmin.tex29 \node[instep,below=of trans,yshift=-4mm] (ltl1) {LTL\\formula};
32 \node[pstep,right=of simp,yshift=8mm,xshift=1mm] (degen) {degen\\to TBA};
34 \coordinate[pstep,right=of degen,yshift=-8mm,xshift=-1mm] (isdet);
35 %\coordinate[pstep,right=of degen,yshift=-2em] (isdet2);
47 \node[pstep,below=of tbadet.-125,yshift=-5mm] (dtbasat) {DTBA SAT\\minimization};
48 \node[pstep,below=of dtbasat,yshift=5mm] (dtgbasat) {DTGBA SAT\\minimization};
58 \node[pstep,below=of ltl1,yshift=-3mm,xshift=1mm] (ltl2dstar) {\texttt{ltl2dstar}\\(DRA)};
77 \coordinate[xshift=1mm,yshift=1mm] (turn3) at (turn);
82 \coordinate[yshift=1mm,xshift=1mm] (pt4) at ($(pt2 -| turn3)$);
83 \coordinate[yshift=-4mm,xshift=-1mm] (pt5) at ($(dra2dba.south west)$);
[all …]
/dports/math/py-spot/spot-2.10.2/doc/org/
H A Dsatmin.tex29 \node[instep,below=of trans,yshift=-4mm] (ltl1) {LTL\\formula};
32 \node[pstep,right=of simp,yshift=8mm,xshift=1mm] (degen) {degen\\to TBA};
34 \coordinate[pstep,right=of degen,yshift=-8mm,xshift=-1mm] (isdet);
35 %\coordinate[pstep,right=of degen,yshift=-2em] (isdet2);
47 \node[pstep,below=of tbadet.-125,yshift=-5mm] (dtbasat) {DTBA SAT\\minimization};
48 \node[pstep,below=of dtbasat,yshift=5mm] (dtgbasat) {DTGBA SAT\\minimization};
58 \node[pstep,below=of ltl1,yshift=-3mm,xshift=1mm] (ltl2dstar) {\texttt{ltl2dstar}\\(DRA)};
77 \coordinate[xshift=1mm,yshift=1mm] (turn3) at (turn);
82 \coordinate[yshift=1mm,xshift=1mm] (pt4) at ($(pt2 -| turn3)$);
83 \coordinate[yshift=-4mm,xshift=-1mm] (pt5) at ($(dra2dba.south west)$);
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.transform/
H A Dmain.c47 struct Option *vold, *vnew, *xshift, *yshift, *zshift, in main() local
122 yshift = G_define_option(); in main()
123 yshift->key = "yshift"; in main()
124 yshift->type = TYPE_DOUBLE; in main()
125 yshift->required = NO; in main()
126 yshift->multiple = NO; in main()
127 yshift->description = _("Shifting value for y coordinates"); in main()
128 yshift->answer = "0.0"; in main()
129 yshift->guisection = _("Custom"); in main()
218 else if (strcmp(tokens[0], yshift->key) == 0) in main()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DGFTracer.cpp85 moveTo(hsf*(p.x+bitmap.xshift()), vsf*(p.y+bitmap.yshift())); in endChar()
88 … curveTo(hsf*(path->curve.c[i][0].x+bitmap.xshift()), vsf*(path->curve.c[i][0].y+bitmap.yshift()), in endChar()
89 hsf*(path->curve.c[i][1].x+bitmap.xshift()), vsf*(path->curve.c[i][1].y+bitmap.yshift()), in endChar()
90 hsf*(path->curve.c[i][2].x+bitmap.xshift()), vsf*(path->curve.c[i][2].y+bitmap.yshift())); in endChar()
93 … lineTo(hsf*(path->curve.c[i][1].x+bitmap.xshift()), vsf*(path->curve.c[i][1].y+bitmap.yshift())); in endChar()
97 … lineTo(hsf*(path->curve.c[i][2].x+bitmap.xshift()), vsf*(path->curve.c[i][2].y+bitmap.yshift())); in endChar()
/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dtext.cpp18 float yshift = 0; in draw_text() local
21 yshift = -21 / 2; in draw_text()
24 yshift = 21 / 2; in draw_text()
27 yshift = 0; in draw_text()
82 o0.y += yshift; in draw_text()
87 o1.y += yshift; in draw_text()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/vis/
H A Dplotters.py33 def __init__(self, xshift=0.0, yshift=0.0, stack=False, color_cycle=("qualitative", "Set1_9")): argument
50 self.yshift = yshift
105 sp.y + self.yshift * i,
114 sp.y + self.yshift * i,

12345678910>>...27