Home
last modified time | relevance | path

Searched refs:nheight (Results 276 – 295 of 295) sorted by relevance

1...<<1112

/dports/graphics/grx/grx249/doc/tex/
H A Dgrx2_0.tex1351 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight);
1362 GrImageStretch creates a new image stretching p to nwidth by nheight.
/dports/graphics/grx/grx249/doc/
H A Dgrx249um.inf1240 GrImage *GrImageStretch(GrImage *p,int nwidth,int nheight);
1248 GrImageStretch creates a new image stretching p to nwidth by nheight.
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc635 function PatBlt(hdc: HDC; nLeftRect, nTopRect, nwidth, nheight: SmallInt; fdwRop: DWORD): BOOL; ext…
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc635 function PatBlt(hdc: HDC; nLeftRect, nTopRect, nwidth, nheight: SmallInt; fdwRop: DWORD): BOOL; ext…
/dports/lang/fpc-source/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc635 function PatBlt(hdc: HDC; nLeftRect, nTopRect, nwidth, nheight: SmallInt; fdwRop: DWORD): BOOL; ext…
/dports/lang/fpc/fpc-3.2.2/rtl/win16/
H A Dwinprocsh.inc635 function PatBlt(hdc: HDC; nLeftRect, nTopRect, nwidth, nheight: SmallInt; fdwRop: DWORD): BOOL; ext…
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h10004 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10005 if (is_empty()) return assign(nwidth,nheight);
10009 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
11042 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
11043 if (is_empty()) return assign(nwidth,nheight);
11046 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
35899 nheight = 1 + (int)std::floor((_yend - _ystart)/ystride),
35906 res_whd = (ulongT)nwidth*nheight*ndepth,
36149 res.assign(nwidth,nheight,ndepth,
51627 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Multimedia/
H A Dmod.rs14276 …WND>>(lpszwindowname: Param0, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowA()
14281 …per::super::Foundation::PSTR, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowA()
14283 …:mem::transmute(y), ::std::mem::transmute(nwidth), ::std::mem::transmute(nheight), hwndparent.into… in capCreateCaptureWindowA()
14290 …WND>>(lpszwindowname: Param0, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowW()
14295 …er::super::Foundation::PWSTR, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowW()
14297 …:mem::transmute(y), ::std::mem::transmute(nwidth), ::std::mem::transmute(nheight), hwndparent.into… in capCreateCaptureWindowW()
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h10222 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10223 if (is_empty()) return assign(nwidth,nheight);
10227 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
11257 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
11258 if (is_empty()) return assign(nwidth,nheight);
11261 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
37631 nheight = 1 + (int)std::floor((_yend - _ystart)/ystride),
37638 res_whd = (ulongT)nwidth*nheight*ndepth,
37881 res.assign(nwidth,nheight,ndepth,
53612 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
[all …]
/dports/deskutils/terminal-image-viewer/TerminalImageViewer-1.1.0/src/main/cpp/
H A DCImg.h9147 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
9148 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
9149 if (is_empty()) return assign(nwidth,nheight);
9153 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
10174 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
10175 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10176 if (is_empty()) return assign(nwidth,nheight);
10179 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
50185 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
50188 assign(nwidth,nheight,ndepth,ndim); \
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/
H A DCImg.h9171 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
9172 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
9173 if (is_empty()) return assign(nwidth,nheight);
9177 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
10198 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
10199 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10200 if (is_empty()) return assign(nwidth,nheight);
10203 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
50121 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
50124 assign(nwidth,nheight,ndepth,ndim); \
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A DCImg.h8462 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
8463 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
8464 if (is_empty()) return assign(nwidth,nheight);
8468 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
9439 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
9440 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
9441 if (is_empty()) return assign(nwidth,nheight);
9444 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
47250 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
47253 assign(nwidth,nheight,ndepth,ndim); \
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Multimedia/
H A Dmod.rs183 …per::super::Foundation::PSTR, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowA()
185 …er::super::Foundation::PWSTR, dwstyle: u32, x: i32, y: i32, nwidth: i32, nheight: i32, hwndparent:… in capCreateCaptureWindowW()
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h10234 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
10235 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10236 if (is_empty()) return assign(nwidth,nheight);
10240 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
11271 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
11272 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
11273 if (is_empty()) return assign((unsigned int)nwidth,(unsigned int)nheight);
11276 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
54722 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
54725 assign(nwidth,nheight,ndepth,ndim); \
[all …]
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h10234 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
10235 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
10236 if (is_empty()) return assign(nwidth,nheight);
10240 tmpdimy = (nheight>0)?nheight:(-nheight*height()/100),
11271 CImgDisplay& resize(const int nwidth, const int nheight, const bool force_redraw=true) {
11272 if (!nwidth || !nheight || (is_empty() && (nwidth<0 || nheight<0))) return assign();
11273 if (is_empty()) return assign((unsigned int)nwidth,(unsigned int)nheight);
11276 tmpdimy = (nheight>0)?nheight:(-nheight*_height/100),
54144 #define __cimg_load_pandore_case(nbdim,nwidth,nheight,ndepth,ndim,stype) \
54147 assign(nwidth,nheight,ndepth,ndim); \
[all …]
/dports/games/simutrans-pak128/simutrans/pak128/text/
H A Den.tab520 …he first airport\nobject, the control tower,\nwas left unfinished with a\nheight of nine floors, b…
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dbrace.0e38943fa459e872fe93.js.map1nheight: 100%;\\\n}\\\n.ace_text-input {\\\nposition: absolute;\\\nz-index: 0;\\\nwidth: 0.5em;\\\
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/Db/
H A Dwwwdb_doc.csv71 …\n<hr WIDTH="100%">\\n<br><img SRC="/WWWdb/lib/Images/PoweredBySF.png" \\nheight=31 width=88 alt="…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs90896 …pub unsafe fn GetSurface(&self, nwidth: i32, nheight: i32, bfid: *const ::windows::runtime::GUID, … in GetSurface()
90898 …ansmute_copy(self), ::std::mem::transmute(nwidth), ::std::mem::transmute(nheight), ::std::mem::tra… in GetSurface()
90947 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, nwidth: i32, nheight: i32, bfid: *…
90959 …pub unsafe fn GetSurface(&self, nwidth: i32, nheight: i32, bfid: *const ::windows::runtime::GUID, … in GetSurface()
90961 …ansmute_copy(self), ::std::mem::transmute(nwidth), ::std::mem::transmute(nheight), ::std::mem::tra… in GetSurface()
91035 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, nwidth: i32, nheight: i32, bfid: *…
/dports/security/nmap/nmap-7.91/
H A Dnmap-service-probes9647 … .*\r\nServer: IPWEBS/([\w._-]+)\r\n.*\.noscript_text{\r\nwidth: 100%;\r\nheight: 100%;\r\nfont-si…

1...<<1112