Home
last modified time | relevance | path

Searched refs:dstLeft (Results 1 – 15 of 15) sorted by relevance

/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/filesystem/src/
H A DPatcher.php424 $dstLeft = $dstSize;
433 $dstLeft--;
447 if ($dstLeft == 0)
453 $dstLeft--;
461 $dstLeft--;
464 if ($srcLeft == 0 && $dstLeft == 0)
/dports/devel/allegro/allegro-4.4.3.1/src/misc/
H A Dvbeaf.c382 …void (*BitBlt)(DC, long left, long top, long width, long height, long dstLeft, long dstTop, long …
383 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
384 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
385 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
386 …void (*SrcTransBlt)(DC, long left, long top, long width, long height, long dstLeft, long dstTop, …
387 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
388 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
390 …void (*DstTransBlt)(DC, long left, long top, long width, long height, long dstLeft, long dstTop, …
391 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
392 … long srcPitch, long srcLeft, long srcTop, long width, long height, long dstLeft, long dstTop, lon…
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dshape.c256 BYTE* dstLeft = gdi_get_bitmap_pointer(hdc, nXDst, nYDst + y); in gdi_Rectangle() local
259 if (dstLeft) in gdi_Rectangle()
260 WriteColor(dstLeft, hdc->format, color); in gdi_Rectangle()
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_xv_overlay.c2272 int dstTop, dstBottom, dstLeft, dstRight; in VIAVidUpdateOverlay() local
2338 dstLeft = pUpdate->DstLeft; in VIAVidUpdateOverlay()
2346 if (dstLeft < 0) { in VIAVidUpdateOverlay()
2347 pUpdate->SrcLeft = ((((-dstLeft) * ovlV1->dwV1OriWidth) + in VIAVidUpdateOverlay()
2348 ((dstRight - dstLeft) >> 1)) in VIAVidUpdateOverlay()
2349 / (dstRight - dstLeft)); in VIAVidUpdateOverlay()
2352 pUpdate->SrcRight = ((((scrnWidth - dstLeft) * ovlV1->dwV1OriWidth) + in VIAVidUpdateOverlay()
2353 ((dstRight - dstLeft) >> 1)) in VIAVidUpdateOverlay()
2354 / (dstRight - dstLeft)); in VIAVidUpdateOverlay()
2396 pUpdate->DstLeft = (dstLeft < 0) ? 0 : dstLeft; in VIAVidUpdateOverlay()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/
H A Dadlmidi.cpp963 static void CopySamplesRaw(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesRaw() argument
967 *(Dst *)(dstLeft + (i * sampleOffset)) = src[2 * i]; in CopySamplesRaw()
973 static void CopySamplesTransformed(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesTransformed() argument
978 *(Dst *)(dstLeft + (i * sampleOffset)) = static_cast<Dst>(transform(src[2 * i])); in CopySamplesTransformed()
1098 static void CopySamplesTransformed(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesTransformed() argument
1103 *(int16_t *)(dstLeft + (i * sampleOffset)) = (int16_t)transform(src[2 * i]); in CopySamplesTransformed()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/
H A Dadlmidi.cpp1090 static void CopySamplesRaw(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesRaw() argument
1094 *(Dst *)(dstLeft + (i * sampleOffset)) = src[2 * i]; in CopySamplesRaw()
1100 static void CopySamplesTransformed(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesTransformed() argument
1105 *(Dst *)(dstLeft + (i * sampleOffset)) = static_cast<Dst>(transform(src[2 * i])); in CopySamplesTransformed()
1225 static void CopySamplesTransformed(ADL_UInt8 *dstLeft, ADL_UInt8 *dstRight, const int32_t *src, in CopySamplesTransformed() argument
1230 *(int16_t *)(dstLeft + (i * sampleOffset)) = (int16_t)transform(src[2 * i]); in CopySamplesTransformed()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxBlur.cpp824 Rect dstLeft = RectWithEdgesTRBL(aDstInner.Y(), aDstInner.X(), in DrawMirroredMinBoxShadow() local
834 dstLeft.SetRightEdge(center.x); in DrawMirroredMinBoxShadow()
835 srcLeft.SetWidth(dstLeft.Width()); in DrawMirroredMinBoxShadow()
836 dstRight.SetLeftEdge(dstLeft.XMost()); in DrawMirroredMinBoxShadow()
839 RepeatOrStretchMirroredSurface(aDestDrawTarget, aSourceBlur, dstLeft, in DrawMirroredMinBoxShadow()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxBlur.cpp830 Rect dstLeft = RectWithEdgesTRBL(aDstInner.Y(), aDstInner.X(), in DrawMirroredMinBoxShadow() local
840 dstLeft.SetRightEdge(center.x); in DrawMirroredMinBoxShadow()
841 srcLeft.SetWidth(dstLeft.Width()); in DrawMirroredMinBoxShadow()
842 dstRight.SetLeftEdge(dstLeft.XMost()); in DrawMirroredMinBoxShadow()
845 RepeatOrStretchMirroredSurface(aDestDrawTarget, aSourceBlur, dstLeft, in DrawMirroredMinBoxShadow()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxBlur.cpp811 Rect dstLeft = RectWithEdgesTRBL(aDstInner.Y(), aDstInner.X(), in DrawMirroredMinBoxShadow() local
821 dstLeft.SetRightEdge(center.x); in DrawMirroredMinBoxShadow()
822 srcLeft.SetWidth(dstLeft.Width()); in DrawMirroredMinBoxShadow()
823 dstRight.SetLeftEdge(dstLeft.XMost()); in DrawMirroredMinBoxShadow()
826 RepeatOrStretchMirroredSurface(aDestDrawTarget, aSourceBlur, dstLeft, in DrawMirroredMinBoxShadow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxBlur.cpp824 Rect dstLeft = RectWithEdgesTRBL(aDstInner.Y(), aDstInner.X(), in DrawMirroredMinBoxShadow() local
834 dstLeft.SetRightEdge(center.x); in DrawMirroredMinBoxShadow()
835 srcLeft.SetWidth(dstLeft.Width()); in DrawMirroredMinBoxShadow()
836 dstRight.SetLeftEdge(dstLeft.XMost()); in DrawMirroredMinBoxShadow()
839 RepeatOrStretchMirroredSurface(aDestDrawTarget, aSourceBlur, dstLeft, in DrawMirroredMinBoxShadow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxBlur.cpp823 Rect dstLeft = RectWithEdgesTRBL(aDstInner.Y(), aDstInner.X(), in DrawMirroredMinBoxShadow() local
833 dstLeft.SetRightEdge(center.x); in DrawMirroredMinBoxShadow()
834 srcLeft.SetWidth(dstLeft.Width()); in DrawMirroredMinBoxShadow()
835 dstRight.SetLeftEdge(dstLeft.XMost()); in DrawMirroredMinBoxShadow()
838 RepeatOrStretchMirroredSurface(aDestDrawTarget, aSourceBlur, dstLeft, in DrawMirroredMinBoxShadow()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi.cpp885 static void CopySamplesRaw(OPN2_UInt8 *dstLeft, OPN2_UInt8 *dstRight, const int32_t *src, in CopySamplesRaw() argument
889 *(Dst *)(dstLeft + (i * sampleOffset)) = src[2 * i]; in CopySamplesRaw()
895 static void CopySamplesTransformed(OPN2_UInt8 *dstLeft, OPN2_UInt8 *dstRight, const int32_t *src, in CopySamplesTransformed() argument
900 *(Dst *)(dstLeft + (i * sampleOffset)) = static_cast<Dst>(transform(src[2 * i])); in CopySamplesTransformed()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Driven_graphics.cpp466 uint16 dstLeft = script->readUint16BE(); in update() local
472 byte *dst = (byte *)screen->getBasePtr(dstLeft, curRow + _rect.top); in update()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Driven_graphics.cpp472 uint16 dstLeft = script->readUint16BE(); in update() local
478 byte *dst = (byte *)screen->getBasePtr(dstLeft, curRow + _rect.top); in update()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DHWConformity.cpp5376 int dstLeft = dstRgn->getLinearizedStart(); in avoidInstDstSrcOverlap() local
5377 …int dstRight = dstOpndNumRows > 1 ? ((dstLeft / numEltPerGRF(Type_UB) + 1) * numEltPerGRF(Type_UB)… in avoidInstDstSrcOverlap()
5411 if (!(srcLeft > dstRight || dstLeft > srcRight)) in avoidInstDstSrcOverlap()