Home
last modified time | relevance | path

Searched refs:offsetx (Results 51 – 75 of 609) sorted by relevance

12345678910>>...25

/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXMenuButton.h76 FXint offsetx; // Shift attachment point x
134 void setXOffset(FXint offx){ offsetx=offx; } in setXOffset()
137 FXint getXOffset() const { return offsetx; } in getXOffset()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXMenuButton.h76 FXint offsetx; // Shift attachment point x
134 void setXOffset(FXint offx){ offsetx=offx; } in setXOffset()
137 FXint getXOffset() const { return offsetx; } in getXOffset()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXMenuButton.h73 FXint offsetx; // Shift attachment point x
137 void setXOffset(FXint offx){ offsetx=offx; } in setXOffset()
140 FXint getXOffset() const { return offsetx; } in getXOffset()
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A D_svrr_drv.h88 const int offsetx = rank_ * (amax1_ * ix + jx); in svrr_driver() local
91 out[ijposition] = blas::dot_product_noconj(iyiz, rank_, workx+offsetx); in svrr_driver()
152 const int offsetx = rank_ * (amax1_ * ix + jx); in usvrr_driver() local
155 out[ijposition] = blas::dot_product_noconj(iyiz, rank_, workx+offsetx); in usvrr_driver()
156 out2[ijposition] = blas::dot_product_noconj(iyiz, rank_, workx2+offsetx); in usvrr_driver()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DVPICPart.h144 int offsetx = gridOffset[0] + vx; in LoadData() local
152 if (offsetx != subdimension[0] && in LoadData()
157 (offsety * subdimension[0]) + offsetx; in LoadData()
/dports/games/xrisk/xrisk-2.15/misc/
H A Dfilterutv.c15 int a,f1,f2,a1,a2,offsetx,offsety; in main() local
40 offsetx = abs((a1-(int)((double)(x*a)*factor))/2); in main()
48 (int) ((double)(i*a+f2)*factor) +offsetx]=1; in main()
H A Dfilter.c15 int a,f1,f2,a1,a2,offsetx,offsety; in main() local
37 offsetx = abs((a1-(int)((double)(x*a)*factor))/2); in main()
45 (int) ((double)(i*a+f2)*factor) +offsetx]=1; in main()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DVPICPart.h144 int offsetx = gridOffset[0] + vx; in LoadData() local
152 if (offsetx != subdimension[0] && in LoadData()
157 (offsety * subdimension[0]) + offsetx; in LoadData()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DVPICPart.h144 int offsetx = gridOffset[0] + vx; in LoadData() local
152 if (offsetx != subdimension[0] && in LoadData()
157 (offsety * subdimension[0]) + offsetx; in LoadData()
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dplace2def2.tcl.in212 set offsetx [expr 100 * $metal2(offset)]
219 set offsetx [expr 100 * $metal1(offset)]
229 set offsetx 80
268 set pincx [expr $pincx - $halfpitchx - $offsetx]
272 set pincx [expr $xgrid * $pitchx + $offsetx]
316 set cellxbot [expr $cellxbot - $offsetx]
321 set corextop [expr $offsetx + $corextop - $corexbot]
323 set corexbot $offsetx
327 puts stdout "Offsets: $offsetx $offsety"
/dports/games/stratagus/stratagus-3.2.0/src/map/
H A Dfov.cpp172 const int16_t offsetx = isqrt(square(range + 1) - square(-offsety) - 1); in ProceedSimpleRadial() local
173 const int16_t minx = std::max(0, pos.x - offsetx); in ProceedSimpleRadial()
174 const int16_t maxx = std::min(Map.Info.MapWidth, pos.x + w + offsetx); in ProceedSimpleRadial()
195 const int16_t offsetx = isqrt(square(range + 1) - square(offsety + 1) - 1); in ProceedSimpleRadial() local
196 const int16_t minx = std::max(0, pos.x - offsetx); in ProceedSimpleRadial()
197 const int16_t maxx = std::min(Map.Info.MapWidth, pos.x + w + offsetx); in ProceedSimpleRadial()
/dports/cad/qrouter/qrouter-1.4.85/
H A Doutput.c1763 float offsetx, offsety; in emit_routed_net() local
1967 offsetx = offsety = 0.0; in emit_routed_net()
1988 offsetx = lnode->offset; in emit_routed_net()
1991 if (viaWL || viaWM || viaWU) offsetx = -offsetx; in emit_routed_net()
2033 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
2055 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
2067 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
2084 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
2106 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
2241 if (dc > PitchX + EPS + offsetx) { in emit_routed_net()
[all …]
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dwidgetbox.py131 w.offsetx = self.bar.width
187 self.drawer.draw(offsetx=self.offsetx, width=self.width)
H A Dbase.py115 offsetx: int = 0 variable in _Widget
168 return self.offsetx
217 self.drawer.fillrect(self.offsetx, self.offsety, self.width,
429 and self.offsetx is not None # if the bar hasn't placed us yet
440 self.drawer.draw(offsetx=self.offsetx, width=self.width)
676 self.drawer.draw(offsetx=self.offset, width=self.width)
/dports/emulators/hugo/hugo-2.12/
H A Dgfx.h30 #define textoutshadow(bmp,f,s,x,y,color1,color2,offsetx,offsety) { textout(bmp,f,s,x+offsetx,y+offs… argument
/dports/math/grace/grace-5.1.25/examples/
H A Daltaxis.par10 xaxis tick offsetx 0.07
11 yaxis tick offsetx 0.07
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Drendertext.cpp50 void fontchar(int *x, int *y, int *w, int *h, int *offsetx, int *offsety, int *advance) in fontchar() argument
59 c.offsetx = *offsetx; in fontchar()
61 c.advance = *advance ? *advance : c.offsetx + c.w; in fontchar()
71 c.x = c.y = c.w = c.h = c.offsetx = c.offsety = c.advance = c.tex = 0; in fontskip()
182 float x1 = x + scale*info.offsetx, in draw_char()
184 x2 = x + scale*(info.offsetx + info.w), in draw_char()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c1143 int offsetm, int offsetx, int offsety) in predict_motion() argument
1171 offsetx = offsetx >> 1; in predict_motion()
1196 offsetx + (mv.x >> 1) < 0 || in predict_motion()
1197 offsetx + (mv.x >> 1) >= fwidth) in predict_motion()
1200 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion()
1212 offsetx + (mv.x >> 1) < 0 || in predict_motion()
1213 offsetx + (mv.x >> 1) >= fwidth) in predict_motion()
1230 offsetx + (mv.x >> 1) < 0 || in predict_motion()
1231 offsetx + (mv.x >> 1) >= fwidth) in predict_motion()
1248 offsetx + (mv.x >> 1) < 0 || in predict_motion()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/
H A DTimetable.cs220 int offsetx = 0; in RenderData()
232 g.FillRectangle(Brushes.White, new RectangleF(offsetx, 0, w, actualheight)); in RenderData()
239 float x0 = offsetx + 8; in RenderData()
307 g.DrawLine(Pens.LightGray, new PointF(offsetx + 4, y - 1), new PointF(x2 - 2, y - 1)); in RenderData()
461 …g.DrawLine(Pens.Black, new PointF(offsetx + 4, 4), new PointF(offsetx + 4, y0a + 18 * Tracks.Lengt… in RenderData()
462 …g.DrawLine(Pens.Black, new PointF(offsetx + 4, y0a + 18 * Tracks.Length - 1), new PointF(x2 - 2, y… in RenderData()
463 g.DrawLine(Pens.Black, new PointF(offsetx + 4, 4), new PointF(w - 4, 4)); in RenderData()
464 …g.DrawLine(Pens.Black, new PointF(offsetx + 4, 4 + descriptionheight), new PointF(w - 4, 4 + descr… in RenderData()
490 offsetx = nw - w; in RenderData()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_walkablearea.cpp24 extern int offsetx, offsety;
77 xxx += divide_down_coordinate(offsetx); in GetWalkableAreaAt()
H A Dglobal_debug.cpp57 extern int offsetx, offsety;
114 …RectWH(-offsetx, -offsety, get_fixed_pixel_size(tempw->GetWidth()), get_fixed_pixel_size(tempw->Ge… in script_debug()
170 …RectWH(-offsetx, -offsety, multiply_up_coordinate(tempw->GetWidth()), multiply_up_coordinate(tempw… in script_debug()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DViewState.cpp500 double offsetx = offset; in SetViewingCenter() local
504offsetx += ((double)m_canvasSize.width() / (double)m_canvasSize.height() * panoSize.height() / pan… in SetViewingCenter()
505 offsetx = std::min(offsetx, 0.5); in SetViewingCenter()
512 …tils::simpleClipPoint(center, hugin_utils::FDiff2D(offsetx, offsety), hugin_utils::FDiff2D(1 - off… in SetViewingCenter()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkGaussianBlurPassShader_fs.glsl22 uniform float offsetx;
28 vec2 offset=vec2(offsetx,offsety);
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXMenuButton.cpp119 offsetx=0; in FXIMPLEMENT()
129 offsetx=0; in FXMenuButton()
361 x=x+offsetx+width; in onCmdPost()
374 x=x-offsetx-w; in onCmdPost()
387 x=x+offsetx; in onCmdPost()
400 x=x+offsetx; in onCmdPost()
702 store << offsetx; in save()
711 store >> offsetx; in load()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXMenuButton.cpp126 offsetx=0; in FXIMPLEMENT()
135 offsetx=0; in FXMenuButton()
365 x=x+offsetx+width; in showMenu()
378 x=x-offsetx-w; in showMenu()
391 x=x+offsetx; in showMenu()
404 x=x+offsetx; in showMenu()
717 store << offsetx; in save()
726 store >> offsetx; in load()

12345678910>>...25