Home
last modified time | relevance | path

Searched refs:dimy (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dmojibake.c3694 unsigned dimy; in mojibake_demo() local
3702 unicode1emoji1(title, dimy - 1), in mojibake_demo()
3703 unicode52(title, dimy + 1), in mojibake_demo()
3704 unicode60(title, dimy + 1), in mojibake_demo()
3705 unicode7emoji2(title, dimy + 1), in mojibake_demo()
3706 unicode14(title, dimy + 1), in mojibake_demo()
3762 makegroup(title, dimy + 1, game, "game"), in mojibake_demo()
3773 makegroup(title, dimy + 1, mail, "mail"), in mojibake_demo()
3776 makegroup(title, dimy + 1, lock, "lock"), in mojibake_demo()
3820 if(y >= (int)dimy){ in mojibake_demo()
[all …]
H A Ddragon.c53 unsigned dimy, dimx; in dragon_demo() local
54 struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx); in dragon_demo()
55 --dimy; // don't disturb the menu bar in dragon_demo()
61 dimy *= vscale; in dragon_demo()
62 dimy += (vscale - 1); in dragon_demo()
65 if(dimy > dimx){ in dragon_demo()
72 size_t fbbytes = sizeof(uint32_t) * dimy * dimx; in dragon_demo()
78 struct ncvisual* ncv = ncvisual_from_rgba(rgba, dimy, dimx * sizeof(uint32_t), dimx); in dragon_demo()
94 y = dimy / vscale; in dragon_demo()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dsmooth2d.hpp22 SizeT nEl = dimx*dimy;
57 tmp[j + 0 * dimy] = mean1;
101 for (SizeT i = j * dimy; i < j * dimy + (2 * w2 + 1);) {
117 v = tmp[dimy - i - 1 + j * dimy];
119 v = tmp[0 + j * dimy];
121 v = tmp[i + j * dimy];
144 for (SizeT i = dimy - 1 - w2; i < dimy - 1; ++i) {
150 v = tmp[i - dimy + w2 + 1 + j * dimy];
152 v = tmp[dimy - 1 + j * dimy];
154 v = tmp[2 * dimy - i - w2 - 2 + j * dimy];
[all …]
H A Dsmooth2dnans.hpp23 SizeT nEl = dimx*dimy;
148 for (SizeT i = j * dimy; i < j * dimy + (2 * w2 + 1);) {
174 v = tmp[dimy - i - 1 + j * dimy];
177 v = tmp[0 + j * dimy];
180 v = tmp[i + j * dimy];
217 dest[j + (dimy - w2 - 1) * dimx] = (n > 0) ? mean : tmp[dimy - w2 - 1 + j * dimy];
223 for (SizeT i = dimy - 1 - w2; i < dimy - 1; ++i) {
236 v = tmp[i - dimy + w2 + 1 + j * dimy];
239 v = tmp[dimy - 1 + j * dimy];
242 v = tmp[2 * dimy - i - w2 - 2 + j * dimy];
[all …]
H A Dsmooth_inc.cpp226 SizeT dimy = data->Dim(1); in Smooth() local
228 Smooth2DNan((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
230 … Smooth2DWrapNan((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
234 … Smooth2DZeroNan((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
236 … Smooth2DMirrorNan((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
279 SizeT dimy = data->Dim(1); in Smooth() local
281 Smooth2D((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
283 Smooth2DWrap((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
285 … Smooth2DTruncate((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
287 Smooth2DZero((SMOOTH_Ty*)data->DataAddr(), (SMOOTH_Ty*)res->DataAddr(), dimx, dimy, width); in Smooth()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Drtl.c13 unsigned dimy, dimx; in main() local
14 struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx); in main()
15 …ncplane_printf_yx(n, dimy / 2 - 2, 0, "ࡢ‎ࡣ‎ࡤ‎ࡥ‎ࡦ‎ࡧ‎ࡨ‎ࡩ‎ࡪ‎ࢠ‎ࢡ‎ࢢ‎ࢣ‎ࢤ‎ࢥ‎ࢦ‎ࢧ‎ࢨ‎ࢩ‎ࢪ‎ࢫ‎ࢬ‎ࢭ‎ࢮ‎ࢯ‎ࢰ‎ࢱ‎ࢲ‎ࢳ‎ࢴ… in main()
16 …ncplane_printf_yx(n, dimy / 2 - 1, 0, "࠲‎࠳‎࠴‎࠵‎࠶‎࠷‎࠸‎࠹‎࠺‎࠻‎࠼‎࠽‎࠾‎ࡀ‎ࡁ‎ࡂ‎ࡃ‎ࡄ‎ࡅ‎ࡆ‎ࡇ‎ࡈ‎ࡉ‎ࡊ‎ࡋ‎ࡌ‎ࡍ‎ࡎ‎ࡏ‎ࡐ… in main()
19 if(ncplane_printf_aligned(n, dimy / 2, NCALIGN_CENTER, in main()
24 if(ncplane_printf_aligned(n, dimy / 2 + 1, NCALIGN_CENTER, in main()
31 for(unsigned y = dimy / 2 + 2 ; y < dimy ; ++y){ in main()
44 .y = dimy / 2 + 3, in main()
46 .rows = dimy - (dimy / 2 + 5), in main()
H A Dqrcode.c6 render_qrcode(struct ncplane* n, int dimy, int dimx, const char* text){ in render_qrcode() argument
7 unsigned y = dimy, x = dimx; in render_qrcode()
33 unsigned dimy, dimx; in main() local
34 struct ncplane* std = notcurses_stddim_yx(nc, &dimy, &dimx); in main()
36 if(render_qrcode(std, dimy, dimx, *argv)){ in main()
42 if(render_qrcode(std, dimy, dimx, "https://nick-black.com")){ in main()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Derase.cpp10 unsigned dimy, dimx; variable
24 for(unsigned y = 0 ; y < dimy ; ++y){
41 for(unsigned y = 0 ; y < dimy ; ++y){
58 for(unsigned y = 0 ; y < dimy ; ++y){
62 if(y <= dimy / 2){
75 for(unsigned y = 0 ; y < dimy ; ++y){
79 if(y >= dimy / 2){
92 for(unsigned y = 0 ; y < dimy ; ++y){
109 for(unsigned y = 0 ; y < dimy ; ++y){
126 for(unsigned y = 0 ; y < dimy ; ++y){
[all …]
H A Dmedia.cpp58 unsigned dimy, dimx; variable
78 unsigned dimy, dimx; variable
94 unsigned dimy, dimx; variable
118 unsigned dimy, dimx; variable
137 CHECK(ndimy == dimy);
143 unsigned dimy, dimx; variable
168 unsigned dimy, dimx; variable
193 unsigned dimy, dimx; variable
217 unsigned dimy, dimx; variable
240 unsigned dimy, dimx; variable
[all …]
H A Dselector.cpp64 unsigned dimy, dimx; variable
66 CHECK(4 == dimy);
85 unsigned dimy, dimx; variable
87 CHECK(6 == dimy);
106 unsigned dimy, dimx; variable
108 CHECK(4 == dimy);
127 unsigned dimy, dimx; variable
129 CHECK(4 == dimy);
155 CHECK(7 == dimy);
266 CHECK(5 == dimy);
[all …]
H A Dfills.cpp19 unsigned dimx, dimy; variable
20 ncplane_dim_yx(n_, &dimy, &dimx);
27 unsigned dimx, dimy; variable
28 ncplane_dim_yx(n_, &dimy, &dimx);
119 unsigned dimy, dimx; variable
149 unsigned dimy, dimx; variable
200 unsigned dimy, dimx; variable
218 unsigned dimy, dimx; variable
236 unsigned dimy, dimx; variable
574 unsigned dimy, dimx; variable
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkCovarianceImageFunction.hxx87 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
89 covariance[dimx][dimy] += in EvaluateAtIndex()
91 * static_cast< PixelComponentRealType >( pixel[dimy] ); in EvaluateAtIndex()
102 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
104 covariance[dimx][dimy] /= rsize; in EvaluateAtIndex()
105 covariance[dimx][dimy] -= mean[dimx] * mean[dimy]; in EvaluateAtIndex()
H A DitkScatterMatrixImageFunction.hxx97 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
99 covariance[dimx][dimy] += in EvaluateAtIndex()
101 * static_cast< PixelComponentRealType >( it.GetPixel(i)[dimy] ); in EvaluateAtIndex()
107 for ( unsigned int dimy = 0; dimy < VectorDimension; dimy++ ) in EvaluateAtIndex() local
109 covariance[dimx][dimy] /= double(size); in EvaluateAtIndex()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/lib-bigarray-2/
H A Dbigarrf.f3 integer dimx, dimy local
4 parameter (dimx = 8, dimy = 6)
5 real ftab(dimx, dimy)
10 do 110 y = 1, dimy
16 subroutine printtab(tab, dimx, dimy) argument
18 integer dimx, dimy local
19 real tab(dimx, dimy)
23 print 300, x, (tab(x, y), y = 1, dimy)
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/lib-bigarray-2/
H A Dbigarrf.f3 integer dimx, dimy local
4 parameter (dimx = 8, dimy = 6)
5 real ftab(dimx, dimy)
10 do 110 y = 1, dimy
16 subroutine printtab(tab, dimx, dimy) argument
18 integer dimx, dimy local
19 real tab(dimx, dimy)
23 print 300, x, (tab(x, y), y = 1, dimy)
/dports/devel/py-xarray/xarray-0.20.1/doc/_static/
H A Ddataset-diagram-square-logo.tex57 \define@key{tikzcuboid}{dimy}[\tikzcuboid@dimy]{\renewcommand{\tikzcuboid@dimy}{#1}}
95 \newcommand{\dimy}{\tikzcuboid@dimy}
112 …oid@filltop,draw=\tikzcuboid@linetop] (\lowx,\dimy,\lowz) -- (\lowx,\dimy,\z) -- (\x,\dimy,\z) -- …
123 …{\draw[\tikzcuboid@emphstyle](0,\dimy,0) -- (\dimx,\dimy,0) -- (\dimx,\dimy,\dimz) -- (0,\dimy,\di…
145 dimy=3,%
165 dimy=3,%
185 dimy=3,%
205 dimy=3,%
225 % dimy=3,%
253 dimy=3,%
[all …]
H A Ddataset-diagram-logo.tex57 \define@key{tikzcuboid}{dimy}[\tikzcuboid@dimy]{\renewcommand{\tikzcuboid@dimy}{#1}}
95 \newcommand{\dimy}{\tikzcuboid@dimy}
112 …oid@filltop,draw=\tikzcuboid@linetop] (\lowx,\dimy,\lowz) -- (\lowx,\dimy,\z) -- (\x,\dimy,\z) -- …
123 …{\draw[\tikzcuboid@emphstyle](0,\dimy,0) -- (\dimx,\dimy,0) -- (\dimx,\dimy,\dimz) -- (0,\dimy,\di…
145 dimy=3,%
165 dimy=3,%
185 dimy=3,%
205 dimy=3,%
225 % dimy=3,%
253 dimy=3,%
[all …]
H A Ddataset-diagram.tex57 \define@key{tikzcuboid}{dimy}[\tikzcuboid@dimy]{\renewcommand{\tikzcuboid@dimy}{#1}}
95 \newcommand{\dimy}{\tikzcuboid@dimy}
112 …oid@filltop,draw=\tikzcuboid@linetop] (\lowx,\dimy,\lowz) -- (\lowx,\dimy,\z) -- (\x,\dimy,\z) -- …
123 …{\draw[\tikzcuboid@emphstyle](0,\dimy,0) -- (\dimx,\dimy,0) -- (\dimx,\dimy,\dimz) -- (0,\dimy,\di…
145 dimy=3,%
165 dimy=3,%
185 dimy=3,%
205 dimy=3,%
226 dimy=0,%
240 dimy=3,%
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dsuna8.c225 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
231 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
244 dimx = 4; dimy = 32; in suna8_draw_normal_sprites()
252 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
260 dimx = 4; dimy = 4; in suna8_draw_normal_sprites()
270 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
283 y = (0x100 - y - dimy*8 ) & 0xff; in suna8_draw_normal_sprites()
291 for (ty = 0; ty < dimy; ty ++) in suna8_draw_normal_sprites()
348 dimx = 2; dimy = suna8_text_dim; in suna8_draw_text_sprites()
357 for (ty = 0; ty < dimy; ty ++) in suna8_draw_text_sprites()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dgfxcore.h66 RMGfxBuffer(int dimx, int dimy, int nBpp);
74 void create(int dimx, int dimy, int nBpp);
192 virtual int init(uint32 resID, int dimx, int dimy, bool bLoadPalette = false);
193 virtual int init(const byte *buf, int dimx, int dimy, bool bLoadPalette = false);
219 RMGfxSourceBuffer16(int dimx, int dimy);
223 void create(int dimx, int dimy);
262 RMGfxSourceBuffer8(int dimx, int dimy);
266 void create(int dimx, int dimy);
424 RMGfxSourceBuffer4(int dimx, int dimy);
427 void create(int dimx, int dimy);
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddot.cc105 dim_vector dimy = argy.dims (); variable
106 bool match = dimx == dimy;
112 dimy = dimy.redim (1);
113 argy = argy.reshape (dimy);
114 match = dimx == dimy;
137 get_red_dims (dimx, dimy, dim, dimz, m, n, k);
149 get_red_dims (dimx, dimy, dim, dimz, m, n, k);
164 get_red_dims (dimx, dimy, dim, dimz, m, n, k);
305 n = octave::to_f77_int (dimy(1)); in get_blkmm_dims()
309 bool match = ((dimy(0) == k) && (nd == dimy.ndims ())); in get_blkmm_dims()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dgfxcore.h66 RMGfxBuffer(int dimx, int dimy, int nBpp);
74 void create(int dimx, int dimy, int nBpp);
192 virtual int init(uint32 resID, int dimx, int dimy, bool bLoadPalette = false);
193 virtual int init(const byte *buf, int dimx, int dimy, bool bLoadPalette = false);
219 RMGfxSourceBuffer16(int dimx, int dimy);
223 void create(int dimx, int dimy);
262 RMGfxSourceBuffer8(int dimx, int dimy);
266 void create(int dimx, int dimy);
424 RMGfxSourceBuffer4(int dimx, int dimy);
427 void create(int dimx, int dimy);
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsuna8_vidhrdw.c245 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
251 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
264 dimx = 4; dimy = 32; in suna8_draw_normal_sprites()
272 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
281 dimx = 4; dimy = 4; in suna8_draw_normal_sprites()
292 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
305 y = (0x100 - y - dimy*8 ) & 0xff; in suna8_draw_normal_sprites()
313 for (ty = 0; ty < dimy; ty ++) in suna8_draw_normal_sprites()
370 dimx = 2; dimy = suna8_text_dim; in suna8_draw_text_sprites()
379 for (ty = 0; ty < dimy; ty ++) in suna8_draw_text_sprites()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsuna8_vidhrdw.c228 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
234 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
247 dimx = 4; dimy = 32; in suna8_draw_normal_sprites()
255 dimx = 2; dimy = 32; in suna8_draw_normal_sprites()
263 dimx = 4; dimy = 4; in suna8_draw_normal_sprites()
273 dimx = 2; dimy = 2; in suna8_draw_normal_sprites()
286 y = (0x100 - y - dimy*8 ) & 0xff; in suna8_draw_normal_sprites()
294 for (ty = 0; ty < dimy; ty ++) in suna8_draw_normal_sprites()
351 dimx = 2; dimy = suna8_text_dim; in suna8_draw_text_sprites()
360 for (ty = 0; ty < dimy; ty ++) in suna8_draw_text_sprites()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dplot.c65 const int dimy = ncplane_dim_y(p->ncp); in calculate_gradient_vector() local
98 unsigned dimy, dimx; \
99 ncplane_dim_yx(ncp->plot.ncp, &dimy, &dimx); \
125 for(unsigned y = 0 ; y < dimy ; ++y){ \
137 if(y == dimy - 1 && strlen(ncp->plot.title)){ \
191 for(unsigned y = 0 ; y < dimy ; ++y){ \
268 unsigned dimy, dimx; \
269 ncplane_dim_yx(ncp->plot.ncp, &dimy, &dimx); \
295 for(unsigned y = 0 ; y < dimy ; ++y){ \
307 if(y == dimy - 1 && strlen(ncp->plot.title)){ \
[all …]

12345678910>>...16