Home
last modified time | relevance | path

Searched refs:ndimy (Results 1 – 14 of 14) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dmedia.cpp108 int ndimy = geom.pixy; variable
110 CHECK(ndimy == odimy * 2);
130 unsigned ndimx, ndimy; variable
136 ncplane_dim_yx(newn, &ndimy, &ndimx);
137 CHECK(ndimy == dimy);
/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.c221 unsigned int ndimx,ndimy,ndimz; in resize() local
226 ndimy=(y>=sheet->dimy ? y+1 : sheet->dimy); in resize()
229 newsheet=malloc(ndimx*ndimy*ndimz*sizeof(Cell*)); in resize()
230 for (x=0; x<ndimx; ++x) for (y=0; y<ndimy; ++y) for (z=0; z<ndimz; ++z) in resize()
232 …if (x<sheet->dimx && y<sheet->dimy && z<sheet->dimz) *(newsheet+x*ndimz*ndimy+y*ndimz+z)=SHEET(she… in resize()
233 else *(newsheet+x*ndimz*ndimy+y*ndimz+z)=(Cell*)0; in resize()
252 sheet->dimy=ndimy; in resize()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dnode_wrangler.py843 ndimy = node.dimensions.y
862 ndimy = 0
894 mx, my = bpy.context.region.view2d.view_to_region(nlocx, nlocy - ndimy, clip=False)
908 mx, my = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy - ndimy, clip=False)
928 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx, nlocy - ndimy, clip=False)
950 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy - ndimy, clip=False)
961 m1x, m1y = bpy.context.region.view2d.view_to_region(nlocx, nlocy-ndimy, clip=False)
962 m2x, m2y = bpy.context.region.view2d.view_to_region(nlocx + ndimx, nlocy-ndimy, clip=False)
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/CECILL/
H A DCImg.h7442 void _resize(T foo, const unsigned int ndimx, const unsigned int ndimy, const bool redraw) {
7448 cimg::X11attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7453 nshminfo->shmid = shmget(IPC_PRIVATE, ndimx*ndimy*sizeof(T), IPC_CREAT | 0777);
7480 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7481 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7497 T *ndata = (T*)cimg_std::malloc(ndimx*ndimy*sizeof(T));
7498 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7499 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7503 cimg::X11attr().nb_bits,ZPixmap,0,(char*)data,ndimx,ndimy,8,0);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/greycstoration/cimg/
H A DCImg.h7452 void _resize(T foo, const unsigned int ndimx, const unsigned int ndimy, const bool redraw) {
7458 cimg::X11attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7463 nshminfo->shmid = shmget(IPC_PRIVATE, ndimx*ndimy*sizeof(T), IPC_CREAT | 0777);
7490 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7491 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7507 T *ndata = (T*)cimg_std::malloc(ndimx*ndimy*sizeof(T));
7508 if (redraw) _render_resize((T*)data,width,height,ndata,ndimx,ndimy);
7509 else cimg_std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7513 cimg::X11attr().nb_bits,ZPixmap,0,(char*)data,ndimx,ndimy,8,0);
/dports/games/springlobby/springlobby-0.180/src/lsl/lib/cimg/
H A DCImg.h7057 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
7065 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7068 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
7088 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7089 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7105 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
7106 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7107 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7111 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/photivo/photivo/Sources/greyc/
H A DCImg.h7664 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
7672 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
7675 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
7695 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7696 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7712 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
7713 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
7714 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
7718 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h8764 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8772 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8775 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8796 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8797 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8813 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8814 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8815 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8819 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h9628 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9636 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9639 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9660 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9661 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9677 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9678 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9679 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9683 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h8788 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8796 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8799 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8820 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8821 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8837 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8838 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8839 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8843 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h8079 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
8087 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
8090 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
8111 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8112 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8128 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
8129 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
8130 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
8134 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h9846 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9854 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9857 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9878 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9879 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9895 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9896 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9897 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9901 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h9859 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9867 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9870 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9891 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9892 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9908 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9909 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9910 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9914 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h9859 …void _resize(T pixel_type, const unsigned int ndimx, const unsigned int ndimy, const bool force_re…
9867 … cimg::X11_attr().nb_bits,ZPixmap,0,nshminfo,ndimx,ndimy);
9870 nshminfo->shmid = shmget(IPC_PRIVATE,ndimx*ndimy*sizeof(T),IPC_CREAT | 0777);
9891 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9892 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9908 T *ndata = (T*)std::malloc(ndimx*ndimy*sizeof(T));
9909 if (force_redraw) _render_resize((T*)_data,_width,_height,ndata,ndimx,ndimy);
9910 else std::memset(ndata,0,sizeof(T)*ndimx*ndimy);
9914 cimg::X11_attr().nb_bits,ZPixmap,0,(char*)_data,ndimx,ndimy,8,0);