Home
last modified time | relevance | path

Searched refs:mwidth (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/math/kig/kig-21.12.3/misc/
H A Drect.cc46 mwidth(width), in Rect()
54 mwidth( width ), in Rect()
62 mwidth(r.mwidth), in Rect()
69 : mwidth(0), in Rect()
103 mwidth = p - left(); in setRight()
120 mwidth = w; in setWidth()
130 if ( mwidth < 0 ) in normalize()
133 mwidth = -mwidth; in normalize()
149 mwidth *= r; in scale()
190 return left() + mwidth; in right()
[all …]
/dports/math/kig/kig-21.12.3/objects/
H A Dobject_drawer.cc24 p.setWidth( mwidth ); in draw()
36 return shownornv && imp.contains( pt, mwidth, w ); in contains()
54 ret->mwidth = mwidth; in getCopyShown()
66 ret->mwidth = mwidth; in getCopyColor()
78 ret->mwidth = w; in getCopyWidth()
90 ret->mwidth = mwidth; in getCopyStyle()
102 ret->mwidth = mwidth; in getCopyPointStyle()
114 ret->mwidth = mwidth; in getCopyFont()
123 return mwidth; in width()
142 …: mcolor( color ), mshown( shown ), mwidth( width ), mstyle( style ), mpointstyle( pointStyle ), m… in ObjectDrawer()
[all …]
/dports/games/xcheckers/xcheckers-2.2.3/xcheckers.src/
H A Dhelp.c45 int hwidth, mwidth; variable
59 if (x > gutter && x < gutter + mwidth) in mcol()
61 if (x > gutter + mwidth + gutter && x < gutter + mwidth + gutter + mwidth) in mcol()
93 gutter + (gutter + mwidth) * mcol(oldx), in helpSel()
102 gutter + (gutter + mwidth) * mcol(curx), in helpSel()
103 header + shift + hline(mrow(cury)), mwidth, hline(1)); in helpSel()
164 gutter + mwidth + gutter, header + hline(i), in drawHelp()
192 for (mwidth = 0, i = 0; i < nlabels; i++) in initHelp()
194 maxlen(labels[i].label))) > mwidth) in initHelp()
195 mwidth = tmp; in initHelp()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/wb/
H A Dwb.c150 II[c++] = i + j*mwidth + k*mwidth*nwidth; in DMDAGetWireBasketInterpolation()
153 IIint[cint] = i + j*mwidth + k*mwidth*nwidth; in DMDAGetWireBasketInterpolation()
156 IIsurf[csurf] = i + j*mwidth + k*mwidth*nwidth; in DMDAGetWireBasketInterpolation()
244 { gl[cnt++] = mwidth; { gl[cnt++] = mwidth+1;} gl[cnt++] = mwidth + m-istart-1;} in DMDAGetWireBasketInterpolation()
248 …{ gl[cnt++] = mwidth*nwidth + mwidth; /* these are the interior nodes */ gl[cnt++] = mwidth*nwidth… in DMDAGetWireBasketInterpolation()
249 …gl[cnt++] = mwidth*nwidth+ mwidth*(n-jstart-1); { gl[cnt++] = mwidth*nwidth+mwidth*(n-jstart-1)+… in DMDAGetWireBasketInterpolation()
252 …t++] = mwidth*nwidth*(p-kstart-1) + mwidth; { gl[cnt++] = mwidth*nwidth*(p-kstart-1) + mwidth+1;… in DMDAGetWireBasketInterpolation()
253mwidth*nwidth*(p-kstart-1) + mwidth*(n-jstart-1); { gl[cnt++] = mwidth*nwidth*(p-kstart-1)+ mwid… in DMDAGetWireBasketInterpolation()
431 II[c++] = i + j*mwidth + k*mwidth*nwidth; in DMDAGetFaceInterpolation()
528 …{ gl[cnt++] = mwidth*nwidth + mwidth; /* these are the interior nodes */ gl[cnt++] = mwidth*nwidth… in DMDAGetFaceInterpolation()
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dmosaicing_dispatch.c124 int mwidth = *((int *) argv[11]); in lrmosaic_vec() local
130 balancetype, mwidth ) ); in lrmosaic_vec()
150 int mwidth = *((int *) argv[15]); in lrmosaic1_vec() local
157 balancetype, mwidth ) ); in lrmosaic1_vec()
258 int mwidth = *((int *) argv[11]); in tbmosaic_vec() local
264 balancetype, mwidth ) ); in tbmosaic_vec()
284 int mwidth = *((int *) argv[15]); in tbmosaic1_vec() local
291 balancetype, mwidth ) ); in tbmosaic1_vec()
368 int mwidth = *((int *) argv[5]); in lrmerge_vec() local
386 int mwidth = *((int *) argv[11]); in lrmerge1_vec() local
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmatrix.h13 : mwidth(_width), mheight(_height), size(_width * _height), in Matrix()
30 return data[x + y * mwidth]; in operator()
38 return data[x + y * mwidth]; in operator()
45 int width() const { return mwidth; } in width()
49 int mwidth, mheight, size;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/
H A Dclk-fractional-divider.c88 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_general_approximation()
122 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate()
157 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument
177 fd->mwidth = mwidth; in clk_hw_register_fractional_divider()
178 fd->mmask = GENMASK(mwidth - 1, 0) << mshift; in clk_hw_register_fractional_divider()
199 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument
205 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/
H A Dclk-fractional-divider.c88 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_general_approximation()
122 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate()
157 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument
177 fd->mwidth = mwidth; in clk_hw_register_fractional_divider()
178 fd->mmask = GENMASK(mwidth - 1, 0) << mshift; in clk_hw_register_fractional_divider()
199 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument
205 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/
H A Dclk-fractional-divider.c88 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_general_approximation()
122 GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0), in clk_fd_set_rate()
157 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_hw_register_fractional_divider() argument
177 fd->mwidth = mwidth; in clk_hw_register_fractional_divider()
178 fd->mmask = GENMASK(mwidth - 1, 0) << mshift; in clk_hw_register_fractional_divider()
199 void __iomem *reg, u8 mshift, u8 mwidth, u8 nshift, u8 nwidth, in clk_register_fractional_divider() argument
205 reg, mshift, mwidth, nshift, nwidth, clk_divider_flags, in clk_register_fractional_divider()
/dports/graphics/vips/vips-8.12.0/libvips/mosaicing/
H A Dpmosaicing.h64 int mwidth; member
120 VipsImage *ref, VipsImage *sec, VipsImage *out, int dx, int dy, int mwidth );
127 int dx, int dy, int mwidth );
129 int dx, int dy, int mwidth );
133 int mwidth );
136 int mwidth );
H A Dmosaic1.c109 double a, double b, double dx, double dy, int mwidth ) in vips__lrmerge1() argument
125 -trn.oarea.left, -trn.oarea.top, mwidth ) ) in vips__lrmerge1()
144 vips_buf_appendf( &buf, "> <%d>", mwidth ); in vips__lrmerge1()
171 -trn.oarea.left, -trn.oarea.top, mwidth ) ) in vips__tbmerge1()
190 vips_buf_appendf( &buf, "> <%d>", mwidth ); in vips__tbmerge1()
203 int mwidth ) in rotjoin() argument
215 if( jfn( ref, sec, out, a, b, dx, dy, mwidth ) ) in rotjoin()
230 int mwidth ) in rotjoin_search() argument
316 if( jfn( ref, sec, out, a, b, dx, dy, mwidth ) ) in rotjoin_search()
333 int mwidth ) in old_lrmosaic1() argument
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A Dvumeter.cxx79 int mwidth = round(meter_width * (value_ - minimum_) / (maximum_ - minimum_)); in draw() local
82 mwidth = max ( min ( mwidth, meter_width), 0 ); in draw()
89 if (mwidth > 0) { in draw()
92 mwidth, in draw()
/dports/science/teem/teem-1.11.0-src/src/bane/
H A DgkmsTxf.c43 gwidth, width, mwidth, in baneGkms_txfMain() local
64 hestOptAdd(&opt, "mw", "value width", airTypeFloat, 1, 1, &mwidth, "0", in baneGkms_txfMain()
102 mwidth /= 2; in baneGkms_txfMain()
107 vl = AIR_CAST(float, AIR_AFFINE(0, g, top[1], v0-mwidth, tvl)); in baneGkms_txfMain()
108 vr = AIR_CAST(float, AIR_AFFINE(0, g, top[1], v0+mwidth, tvr)); in baneGkms_txfMain()
/dports/editors/biew/biew-610/
H A Dbiewhelp.c180 unsigned i,j,height,mwidth = strlen(title); in __hlpListBox() local
186 if(j > mwidth) mwidth = j; in __hlpListBox()
188 mwidth += 4; in __hlpListBox()
189 if(mwidth > (unsigned)(tvioWidth-2)) mwidth = tvioWidth-2; in __hlpListBox()
191 wlist = CrtHlpWndnls(title,mwidth-1,height); in __hlpListBox()
193 Paint(wlist,names,nlist,start,height,mwidth); in __hlpListBox()
261 Paint(wlist,names,nlist,start,height,mwidth); in __hlpListBox()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libass/
H A Dass_bitmap.c307 int r, int mwidth) in ass_gauss_blur() argument
322 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
323 for (mx = r - x; mx < mwidth; mx++) { in ass_gauss_blur()
334 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
335 for (mx = 0; mx < mwidth; mx++) { in ass_gauss_blur()
347 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
366 unsigned *m3 = (unsigned *) (m2 + src2 * mwidth); in ass_gauss_blur()
370 for (mx = r - 1; mx < mwidth; mx++) { in ass_gauss_blur()
382 unsigned *m3 = (unsigned *) (m2 + src2 * mwidth); in ass_gauss_blur()
386 for (mx = 0; mx < mwidth; mx++) { in ass_gauss_blur()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libass/
H A Dass_bitmap.c307 int r, int mwidth) in ass_gauss_blur() argument
322 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
323 for (mx = r - x; mx < mwidth; mx++) { in ass_gauss_blur()
334 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
335 for (mx = 0; mx < mwidth; mx++) { in ass_gauss_blur()
347 unsigned *m3 = (unsigned *) (m2 + src * mwidth); in ass_gauss_blur()
366 unsigned *m3 = (unsigned *) (m2 + src2 * mwidth); in ass_gauss_blur()
370 for (mx = r - 1; mx < mwidth; mx++) { in ass_gauss_blur()
382 unsigned *m3 = (unsigned *) (m2 + src2 * mwidth); in ass_gauss_blur()
386 for (mx = 0; mx < mwidth; mx++) { in ass_gauss_blur()
[all …]
/dports/graphics/exiftran/fbida-2.14/wr/
H A Dwrite-ps.c144 int mwidth,mheight; member
197 ps.mwidth = ps.pwidth; in ps_defaults()
198 ps.mheight = ps.iheight * ps.mwidth / ps.iwidth; in ps_defaults()
201 ps.mwidth = ps.iwidth * ps.mheight / ps.iheight; in ps_defaults()
208 ps.scaling = ps.iwidth * 72 * 1000 / ps.mwidth / ps.ires; in ps_defaults()
213 while (ps.mwidth * ps.scaling / 1000 + 50 > ps.mwidth || in ps_defaults()
218 ps.width = ps.mwidth * ps.scaling / 1000; in ps_defaults()
299 ps.width = ps.mwidth * ps.scaling / 1000; in ps_scaling_cb()
/dports/graphics/ida/fbida-2.14/wr/
H A Dwrite-ps.c144 int mwidth,mheight; member
197 ps.mwidth = ps.pwidth; in ps_defaults()
198 ps.mheight = ps.iheight * ps.mwidth / ps.iwidth; in ps_defaults()
201 ps.mwidth = ps.iwidth * ps.mheight / ps.iheight; in ps_defaults()
208 ps.scaling = ps.iwidth * 72 * 1000 / ps.mwidth / ps.ires; in ps_defaults()
213 while (ps.mwidth * ps.scaling / 1000 + 50 > ps.mwidth || in ps_defaults()
218 ps.width = ps.mwidth * ps.scaling / 1000; in ps_defaults()
299 ps.width = ps.mwidth * ps.scaling / 1000; in ps_scaling_cb()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxdemo.cpp387 int ewidth, mwidth;
410 dc.GetTextExtent("m", &mwidth, &h, &d, &xl);
412 while (mwidth%2==0 || mwidth%3==0) mwidth++;
416 dc.DrawText("m", x2=mwidth*(x+10*y), y1+60);
/dports/lang/ghc/ghc-8.10.7/libraries/time/lib/Data/Time/Format/Format/
H A DClass.hs333 (mwidth,rest) = pullNumber Nothing cs
334 in formatTime3 locale recase mpad mwidth rest t
337 formatTime3 locale recase mpad mwidth ('E':cs) = formatTime4 True recase (MkFormatOptions locale mp…
338 formatTime3 locale recase mpad mwidth cs = formatTime4 False recase (MkFormatOptions locale mpad mw…
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtilemap_generic.cpp10 UINT32 mwidth; member
73 cur_map->mwidth = map_width; in GenericTilemapInit()
391 if (cols > (cur_map->mwidth * cur_map->twidth)) { in GenericTilemapSetScrollCols()
754 INT32 scrxmod = (cur_map->mwidth * cur_map->twidth); in GenericTilemapDraw()
859 scrollx %= (cur_map->twidth * cur_map->mwidth); in GenericTilemapDraw()
1170 INT32 col = offs % cur_map->mwidth; //x in GenericTilemapDraw()
1171 INT32 row = offs / cur_map->mwidth; //y in GenericTilemapDraw()
1464 INT32 wide = cur_map->mwidth * cur_map->twidth; in GenericTilemapDumpToBitmap()
1477 INT32 tmap_width = (cur_map->mwidth * cur_map->twidth); in GenericTilemapDumpToBitmap()
1483 for (UINT32 col = 0; col < cur_map->mwidth; col++) in GenericTilemapDumpToBitmap()
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Drecomb.c87 for( u = 0; u < mwidth; u++ ) \
91 m += mwidth; \
94 p += mwidth; \
106 int mwidth = recomb->m->Xsize; in vips_recomb_gen() local
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Darea.c324 static uint mwidth, mx, my; in place_frame() local
354 mwidth = ceil((float)mx / divisor); in place_frame()
355 field = emallocz(sizeof(uint) * mwidth * my); in place_frame()
360 memset(field, ~0, (sizeof(uint) * mwidth * my)); in place_frame()
382 bit_set(field, mwidth, i, j, False); in place_frame()
387 if(bit_get(field, mwidth, x, y)) { in place_frame()
389 if(bit_get(field, mwidth, i, y) == 0) in place_frame()
392 if(bit_get(field, mwidth, x, j) == 0) in place_frame()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxviewer.c59 Uint32 i, total_images, real_images, mwidth, mheight; in XMdcGetBoardDimensions() local
70 mwidth = XMdcScaleW(my.fi->mwidth); in XMdcGetBoardDimensions()
85 if ((trial_images_horizontal * mwidth) > in XMdcGetBoardDimensions()
107 if ((trial_images_horizontal * mwidth) > in XMdcGetBoardDimensions()
132 if ((trial_images_horizontal * mwidth) > in XMdcGetBoardDimensions()
166 / XMdcScaleW(my.fi->mwidth); in XMdcGetBoardDimensions()
293 MdcDebugPrint("mwidth = %u",my.fi->mwidth); in XMdcHandleBoardDimensions()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/thumbnailaside/
H A Dthumbnailaside.cpp146 int mwidth = 0; in arrange() local
149 mwidth = qMax(mwidth, d.window->width()); in arrange()
158 scale = qMin(scale, maxwidth / double(mwidth)); // don't be wider than maxwidth pixels in arrange()

12345678910>>...15