/dports/games/widelands/widelands-build21/src/graphic/ |
H A D | rendertarget.cc | 270 Rectf srcrc; in tile() local 272 srcrc.y = ofs.y; in tile() 273 srcrc.h = srch - ofs.y; in tile() 275 if (ty + srcrc.h > r.h) { in tile() 276 srcrc.h = r.h - ty; in tile() 280 srcrc.x = tofsx; in tile() 281 srcrc.w = srcw - tofsx; in tile() 284 srcrc.w = r.w - tx; in tile() 287 const Rectf dst_rect(r.x + tx, r.y + ty, srcrc.w, srcrc.h); in tile() 290 tx += srcrc.w; in tile() [all …]
|
H A D | surface.h | 45 const Rectf& srcrc, 53 const Rectf& srcrc, 58 blit_monochrome(const Rectf& dst, const Image&, const Rectf& srcrc, const RGBAColor& multiplier);
|
/dports/biology/bowtie2/bowtie2-2.4.4/scripts/sim/ |
H A D | Mutate.pm | 194 my $srcrc = int(rand(2)); 229 $srcseq = DNA::revcomp($srcseq) if $srcrc;
|
/dports/biology/hisat2/hisat2-2.2.1/scripts/sim/ |
H A D | Mutate.pm | 194 my $srcrc = int(rand(2)); 229 $srcseq = DNA::revcomp($srcseq) if $srcrc;
|
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | dciman.h | 25 …extern DCIRVAL WINAPI DCISetSrcDestClip(LPDCIOFFSCREEN pdci,LPRECT srcrc,LPRECT destrc,LPRGNDATA p…
|
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ |
H A D | dciman.h | 25 …extern DCIRVAL WINAPI DCISetSrcDestClip(LPDCIOFFSCREEN pdci,LPRECT srcrc,LPRECT destrc,LPRGNDATA p…
|
/dports/shells/bash-completion/bash-completion-2.11/completions/ |
H A D | slapt-src | 41 local config="/etc/slapt-get/slapt-srcrc" # default config location
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/sdl_out/ |
H A D | video.c | 1681 SDL_Rect srcrc, *src_ptr=NULL; local 1703 srcrc.x = src_wnd->x; 1704 srcrc.y = src_wnd->y; 1705 srcrc.w = src_wnd->w; 1706 srcrc.h = src_wnd->h; 1707 src_ptr = &srcrc;
|
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/sdl_out/ |
H A D | video.c | 1681 SDL_Rect srcrc, *src_ptr=NULL; local 1703 srcrc.x = src_wnd->x; 1704 srcrc.y = src_wnd->y; 1705 srcrc.w = src_wnd->w; 1706 srcrc.h = src_wnd->h; 1707 src_ptr = &srcrc;
|
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/ |
H A D | ReaderView.java | 4492 Rect srcrc = new Rect(src); in drawDistorted() field in ReaderView.PageViewAnimation 4496 srcrc.left = src.left + normalsrcstart; in drawDistorted() 4497 srcrc.right = src.left + normalsrcend; in drawDistorted() 4501 srcrc.right = src.right - normalsrcstart; in drawDistorted() 4502 srcrc.left = src.right - normalsrcend; in drawDistorted() 4506 drawDimmedBitmap(canvas, bmp, srcrc, dstrc); in drawDistorted() argument 4525 srcrc.left = src.left + distortsrcstart + src1; in drawDistorted() 4526 srcrc.right = src.left + distortsrcstart + src2; in drawDistorted() 4531 srcrc.right = src.right - distortsrcstart - src1; in drawDistorted() 4532 srcrc.left = src.right - distortsrcstart - src2; in drawDistorted() [all …]
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/WindowsProgramming/ |
H A D | mod.rs | 46 …pub fn DCISetSrcDestClip(pdci: *mut DCIOFFSCREEN, srcrc: *mut super::super::Foundation::RECT, dest… in DCISetSrcDestClip()
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/WindowsProgramming/ |
H A D | mod.rs | 1231 pub unsafe fn DCISetSrcDestClip(pdci: *mut DCIOFFSCREEN, srcrc: *mut super::super::Foundation::RECT… in DCISetSrcDestClip() 1236 …fn DCISetSrcDestClip(pdci: *mut DCIOFFSCREEN, srcrc: *mut super::super::Foundation::RECT, destrc: … in DCISetSrcDestClip() 1238 …mute(DCISetSrcDestClip(::std::mem::transmute(pdci), ::std::mem::transmute(srcrc), ::std::mem::tran… in DCISetSrcDestClip()
|