Home
last modified time | relevance | path

Searched refs:_ny1 (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axes_grid1/
H A Daxes_divider.py306 self._ny1 = ny1 - _yrefindex
316 self._ny1 + _yrefindex,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axes_grid1/
H A Daxes_divider.py336 self._ny1 = ny1 - _yrefindex
346 self._ny1 + _yrefindex,
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dpolymost.c2232 double _xp0, _yp0, _xp1, _yp1, _oxp0, _oyp0, _t0, _t1, _nx0, _ny0, _nx1, _ny1; in polymost_drawalls() local
2263 _ny1 = (skywaly[(i+1)&3]-skywaly[i&3])*_t1+skywaly[i&3]; in polymost_drawalls()
2265 else { _t1 = 1.f; _nx1 = skywalx[(i+1)&3]; _ny1 = skywaly[(i+1)&3]; } in polymost_drawalls()
2566 double _xp0, _yp0, _xp1, _yp1, _oxp0, _oyp0, _t0, _t1, _nx0, _ny0, _nx1, _ny1; in polymost_drawalls() local
2597 _ny1 = (skywaly[(i+1)&3]-skywaly[i&3])*_t1+skywaly[i&3]; in polymost_drawalls()
2599 else { _t1 = 1.f; _nx1 = skywalx[(i+1)&3]; _ny1 = skywaly[(i+1)&3]; } in polymost_drawalls()
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h57531 _ny1 = ny1==~0U?H - 1:ny1, \
57534 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
57543 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
57553 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
57563 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h59099 _ny1 = ny1==~0U?H - 1:ny1, \
59102 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
59111 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
59121 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
59131 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h57467 _ny1 = ny1==~0U?H - 1:ny1, \
57470 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
57479 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
57489 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
57499 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h54571 _ny1 = ny1==~0U?H - 1:ny1, \
54574 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
54583 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
54593 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
54603 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h61297 _ny1 = ny1==~0U?H - 1:ny1, \
61300 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
61309 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
61319 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
61329 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h62461 _ny1 = ny1==~0U?H - 1:ny1, \
62464 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
62473 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
62483 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
62493 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h61881 _ny1 = ny1==~0U?H - 1:ny1, \
61884 if (_nx1>=W || _ny1>=H || _nz1>=D || _nc1>=C) \
61893 img.assign(1 + _nx1 - nx0,1 + _ny1 - ny0,1 + _nz1 - nz0,1 + _nc1 - nc0); \
61903 for (unsigned int y = 1 + _ny1 - ny0; y; --y) { \
61913 const ulongT skipye = (H - 1 - _ny1)*W*sizeof(Tss); \