Home
last modified time | relevance | path

Searched refs:destP (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dscreen.cpp132 byte *destP; in sDrawPic() local
302 *destP = pixel; in sDrawPic()
394 *destP = pixel; in sDrawPic()
395 ++destP; in sDrawPic()
422 ++destP; in sDrawPic()
435 *destP = *srcP; in sDrawPic()
528 *destP = onOff; in sDrawPic()
542 Common::fill(destP, destP + width2, onOff); in sDrawPic()
553 Common::fill(destP, destP + width2, onOff); in sDrawPic()
599 ++destP; in sDrawPic()
[all …]
H A Danimation.cpp336 byte *destP = (byte *)_surface->getPixels(); in rl2DecodeFrameWithoutTransparency() local
346 *destP++ = nextByte; in rl2DecodeFrameWithoutTransparency()
353 Common::fill(destP, destP + runLength, nextByte & 0x7f); in rl2DecodeFrameWithoutTransparency()
354 destP += runLength; in rl2DecodeFrameWithoutTransparency()
363 Common::fill(destP, destP + runLength, 0); in rl2DecodeFrameWithoutTransparency()
364 destP += runLength; in rl2DecodeFrameWithoutTransparency()
371 if (destP != endP) in rl2DecodeFrameWithoutTransparency()
372 Common::fill(destP, endP, 0); in rl2DecodeFrameWithoutTransparency()
391 destP[screenOffset] = refP[screenOffset]; in rl2DecodeFrameWithTransparency()
397 destP[screenOffset] = nextByte | 0x80; in rl2DecodeFrameWithTransparency()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dscreen.cpp132 byte *destP; in sDrawPic() local
302 *destP = pixel; in sDrawPic()
394 *destP = pixel; in sDrawPic()
395 ++destP; in sDrawPic()
422 ++destP; in sDrawPic()
435 *destP = *srcP; in sDrawPic()
528 *destP = onOff; in sDrawPic()
542 Common::fill(destP, destP + width2, onOff); in sDrawPic()
553 Common::fill(destP, destP + width2, onOff); in sDrawPic()
599 ++destP; in sDrawPic()
[all …]
H A Danimation.cpp336 byte *destP = (byte *)_surface->getPixels(); in rl2DecodeFrameWithoutTransparency() local
346 *destP++ = nextByte; in rl2DecodeFrameWithoutTransparency()
353 Common::fill(destP, destP + runLength, nextByte & 0x7f); in rl2DecodeFrameWithoutTransparency()
354 destP += runLength; in rl2DecodeFrameWithoutTransparency()
363 Common::fill(destP, destP + runLength, 0); in rl2DecodeFrameWithoutTransparency()
364 destP += runLength; in rl2DecodeFrameWithoutTransparency()
371 if (destP != endP) in rl2DecodeFrameWithoutTransparency()
372 Common::fill(destP, endP, 0); in rl2DecodeFrameWithoutTransparency()
391 destP[screenOffset] = refP[screenOffset]; in rl2DecodeFrameWithTransparency()
397 destP[screenOffset] = nextByte | 0x80; in rl2DecodeFrameWithTransparency()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DVectorMath.cpp44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() argument
47 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); in vsmul()
49 vDSP_vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); in vsmul()
53 …ce1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride, s… in vadd() argument
56 ::vadd(source1P, sourceStride1, source2P, sourceStride2, destP, destStride, framesToProcess); in vadd()
58 vDSP_vadd(source1P, sourceStride1, source2P, sourceStride2, destP, destStride, framesToProcess); in vadd()
64 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride…
70 *destP = k * *sourceP;
72 destP += destStride;
81 *destP = *source1P + *source2P;
[all …]
H A DBiquad.cpp67 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess) in process() argument
71 processFast(sourceP, destP, framesToProcess); in process()
94 *destP++ = y; in process()
121 void Biquad::processFast(const float* sourceP, float* destP, size_t framesToProcess) in processFast() argument
152 *destP++ = static_cast<float>(output2P[i]); in processFast()
158 void Biquad::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesT… in processSliceFast() argument
161 vDSP_deq22D(sourceP, 1, coefficientsP, destP, 1, framesToProcess); in processSliceFast()
168 destP[0] = destP[framesToProcess - 2 + 2]; in processSliceFast()
169 destP[1] = destP[framesToProcess - 1 + 2]; in processSliceFast()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dgraphics.cpp173 uint8 *tempDest = destP; in t0WrtNonZero()
223 destP += SCREEN_WIDTH; in t0WrtNonZero()
298 destP += SCREEN_WIDTH; in MacDrawTiles()
624 uint8 *tempP = destP; in t3WrtNonZero()
702 uint8 *tempP = destP; in t3WrtNonZero()
733 Common::fill(destP, destP + pObj->width, pObj->constant); in WrtConst()
736 destP += SCREEN_WIDTH; in WrtConst()
755 uint8 *tempP = destP; in t3TransWNZ()
824 *destP = g_transPalette[*destP]; in WrtTrans()
827 destP += lineOffset; in WrtTrans()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dgraphics.cpp160 uint8 *tempDest = destP; in t0WrtNonZero()
210 destP += SCREEN_WIDTH; in t0WrtNonZero()
234 uint8 *tempDest = destP; in MacDrawTiles()
285 destP += SCREEN_WIDTH; in MacDrawTiles()
311 uint8 *tempDest = destP; in PsxDrawTiles()
594 destP += SCREEN_WIDTH; in t2WrtNonZero()
612 Common::fill(destP, destP + pObj->width, pObj->constant); in WrtConst()
615 destP += SCREEN_WIDTH; in WrtConst()
638 *destP = g_transPalette[*destP]; in WrtTrans()
641 destP += lineOffset; in WrtTrans()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dgraphics.cpp462 destP[0] = destP[2] = destP[_screenLineSize] = destP[_screenLineSize + 2] = palette[2 * srcP[0]]; in displayScaled8BitRect()
463destP[1] = destP[3] = destP[_screenLineSize + 1] = destP[_screenLineSize + 3] = palette[(2 * srcP[… in displayScaled8BitRect()
465 destP += 4; in displayScaled8BitRect()
778 destP += 2; in copyVideoVbe16()
791 destP += 2; in copyVideoVbe16()
842 byte *destP; in copySurfaceRect() local
862 destP += 2; in copySurfaceRect()
1317 destP += 2; in restoreSurfaceRect()
1324 destP = _lineNbr2 + destP - width; in restoreSurfaceRect()
1748 ++destP; in displayFont()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dgraphics.cpp462 destP[0] = destP[2] = destP[_screenLineSize] = destP[_screenLineSize + 2] = palette[2 * srcP[0]]; in displayScaled8BitRect()
463destP[1] = destP[3] = destP[_screenLineSize + 1] = destP[_screenLineSize + 3] = palette[(2 * srcP[… in displayScaled8BitRect()
465 destP += 4; in displayScaled8BitRect()
778 destP += 2; in copyVideoVbe16()
791 destP += 2; in copyVideoVbe16()
842 byte *destP; in copySurfaceRect() local
862 destP += 2; in copySurfaceRect()
1317 destP += 2; in restoreSurfaceRect()
1324 destP = _lineNbr2 + destP - width; in restoreSurfaceRect()
1748 ++destP; in displayFont()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dcompression.cpp112 byte *destP; in decompress() local
126 destP = destData; in decompress()
158 if (destP - destData == destSize) in decompress()
161 *destP = destP[(signed int)copyOfs]; in decompress()
162 destP++; in decompress()
167 if (destP - destData == destSize) in decompress()
170 *destP++ = *_srcP++; in decompress()
174 if (destP - destData != destSize) in decompress()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dcompression.cpp112 byte *destP; in decompress() local
126 destP = destData; in decompress()
158 if (destP - destData == destSize) in decompress()
161 *destP = destP[(signed int)copyOfs]; in decompress()
162 destP++; in decompress()
167 if (destP - destData == destSize) in decompress()
170 *destP++ = *_srcP++; in decompress()
174 if (destP - destData != destSize) in decompress()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTileCompositor.cc299 SplashColorPtr srcData, destData, srcP, destP; in blit() local
316 destP = &destData[(yDest + y) * destRowSize + 3 * xDest]; in blit()
323 destP[0] = srcP[0]; in blit()
324 destP[1] = srcP[1]; in blit()
325 destP[2] = srcP[2]; in blit()
327 destP[0] = paperColor[0]; in blit()
328 destP[1] = paperColor[1]; in blit()
329 destP[2] = paperColor[2]; in blit()
332 destP[0] = div255(alpha1 * paperColor[0] + alpha * srcP[0]); in blit()
337 destP += 3; in blit()
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTileCompositor.cc299 SplashColorPtr srcData, destData, srcP, destP; in blit() local
316 destP = &destData[(yDest + y) * destRowSize + 3 * xDest]; in blit()
323 destP[0] = srcP[0]; in blit()
324 destP[1] = srcP[1]; in blit()
325 destP[2] = srcP[2]; in blit()
327 destP[0] = paperColor[0]; in blit()
328 destP[1] = paperColor[1]; in blit()
329 destP[2] = paperColor[2]; in blit()
332 destP[0] = div255(alpha1 * paperColor[0] + alpha * srcP[0]); in blit()
337 destP += 3; in blit()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/3do/
H A Dscalpel_3do_screen.cpp63 for (int xp = srcRect.left; xp < srcRect.right; ++xp, ++srcP, destP += 2) { in SHblitFrom()
64 *destP = *srcP; in SHblitFrom()
65 *(destP + 1) = *srcP; in SHblitFrom()
66 *(destP + 640) = *srcP; in SHblitFrom()
67 *(destP + 640 + 1) = *srcP; in SHblitFrom()
102 uint16 *destP = (uint16 *)getBasePtr(destPt.x * 2, (destPt.y + yp) * 2); in transBlitFromUnscaled()
104 for (int xp = 0; xp < drawRect.width(); ++xp, destP += 2) { in transBlitFromUnscaled()
107 *destP = *srcP; in transBlitFromUnscaled()
108 *(destP + 1) = *srcP; in transBlitFromUnscaled()
109 *(destP + 640) = *srcP; in transBlitFromUnscaled()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/3do/
H A Dscalpel_3do_screen.cpp63 for (int xp = srcRect.left; xp < srcRect.right; ++xp, ++srcP, destP += 2) { in SHblitFrom()
64 *destP = *srcP; in SHblitFrom()
65 *(destP + 1) = *srcP; in SHblitFrom()
66 *(destP + 640) = *srcP; in SHblitFrom()
67 *(destP + 640 + 1) = *srcP; in SHblitFrom()
102 uint16 *destP = (uint16 *)getBasePtr(destPt.x * 2, (destPt.y + yp) * 2); in transBlitFromUnscaled()
104 for (int xp = 0; xp < drawRect.width(); ++xp, destP += 2) { in transBlitFromUnscaled()
107 *destP = *srcP; in transBlitFromUnscaled()
108 *(destP + 1) = *srcP; in transBlitFromUnscaled()
109 *(destP + 640) = *srcP; in transBlitFromUnscaled()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtt_quotes.cpp117 const char *destP = entry._strP; in find() local
119 if (*destP) { in find()
125 } else if (destP[destIndex] == '-') { in find()
129 } else if (srcP[srcIndex] != destP[destIndex]) { in find()
135 } while (destP[destIndex]); in find()
137 if (!destP[destIndex] && (srcP[srcIndex] <= '*' || in find()
H A Dtt_response.cpp61 for (TTresponse *srcP = _nextP, *destP = returnResponseP; in copyChain() local
62 srcP; srcP = srcP->_nextP, destP = destP->_nextP) { in copyChain()
63 destP->_nextP = new TTresponse(*srcP); in copyChain()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtt_quotes.cpp117 const char *destP = entry._strP; in find() local
119 if (*destP) { in find()
125 } else if (destP[destIndex] == '-') { in find()
129 } else if (srcP[srcIndex] != destP[destIndex]) { in find()
135 } while (destP[destIndex]); in find()
137 if (!destP[destIndex] && (srcP[srcIndex] <= '*' || in find()
H A Dtt_response.cpp61 for (TTresponse *srcP = _nextP, *destP = returnResponseP; in copyChain() local
62 srcP; srcP = srcP->_nextP, destP = destP->_nextP) { in copyChain()
63 destP->_nextP = new TTresponse(*srcP); in copyChain()
/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1env.c125 destP[i++]=srcP[j++]; in qstrncpy()
260 char*** destP=NULL; in intT1_ScanConfigFile() local
380 destP=&T1_ENC_ptr; in intT1_ScanConfigFile()
386 destP=&T1_PFAB_ptr; in intT1_ScanConfigFile()
392 destP=&T1_AFM_ptr; in intT1_ScanConfigFile()
409 destP=&T1_FDBXLFD_ptr; in intT1_ScanConfigFile()
415 destP=&T1_FDB_ptr; in intT1_ScanConfigFile()
429 if ((*destP)[0]!=NULL) { in intT1_ScanConfigFile()
430 free((*destP)[0]); in intT1_ScanConfigFile()
431 (*destP)[0]=NULL; in intT1_ScanConfigFile()
[all …]
/dports/math/grace/grace-5.1.25/T1lib/t1lib/
H A Dt1env.c122 destP[i++]=srcP[j++]; in qstrncpy()
237 char*** destP=NULL; in intT1_ScanConfigFile() local
357 destP=&T1_ENC_ptr; in intT1_ScanConfigFile()
363 destP=&T1_PFAB_ptr; in intT1_ScanConfigFile()
369 destP=&T1_AFM_ptr; in intT1_ScanConfigFile()
375 destP=&T1_FDB_ptr; in intT1_ScanConfigFile()
389 free((*destP)[0]); in intT1_ScanConfigFile()
432 if (((*destP)=(char**)realloc( (*destP), ((*idestP)+1)*sizeof(char*)))==NULL) { in intT1_ScanConfigFile()
441 strncpy( (*destP)[*idestP-1], &(linebuf[k]), i-k); in intT1_ScanConfigFile()
442 (*destP)[(*idestP)-1][i-k]='\0'; in intT1_ScanConfigFile()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dscreen.cpp74 byte *destP = (byte *)getBasePtr(0, y); in horizMerge() local
76 Common::copy(srcP, srcP + SCREEN_WIDTH - xp, destP); in horizMerge()
79 destP = (byte *)getBasePtr(SCREEN_WIDTH - xp, y); in horizMerge()
81 Common::copy(srcP, srcP + xp, destP); in horizMerge()
94 byte *destP = (byte *)getBasePtr(0, y); in vertMerge() local
95 Common::copy(srcP, srcP + SCREEN_WIDTH, destP); in vertMerge()
100 byte *destP = (byte *)getBasePtr(0, SCREEN_HEIGHT - yp + y); in vertMerge() local
101 Common::copy(srcP, srcP + SCREEN_WIDTH, destP); in vertMerge()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dscreen.cpp74 byte *destP = (byte *)getBasePtr(0, y); in horizMerge() local
76 Common::copy(srcP, srcP + SCREEN_WIDTH - xp, destP); in horizMerge()
79 destP = (byte *)getBasePtr(SCREEN_WIDTH - xp, y); in horizMerge()
81 Common::copy(srcP, srcP + xp, destP); in horizMerge()
94 byte *destP = (byte *)getBasePtr(0, y); in vertMerge() local
95 Common::copy(srcP, srcP + SCREEN_WIDTH, destP); in vertMerge()
100 byte *destP = (byte *)getBasePtr(0, SCREEN_HEIGHT - yp + y); in vertMerge() local
101 Common::copy(srcP, srcP + SCREEN_WIDTH, destP); in vertMerge()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/gfx/
H A Dsprites.cpp44 byte *destP = (byte *)_surface.getBasePtr(0, y); in Sprite() local
50 *destP++ = (((uint)v << bpp) & 0xff00) >> 8; in Sprite()
69 byte *destP = (byte *)s.getBasePtr(0, y); in draw() local
71 for (uint16 x = 0; x < _surface.w; ++x, ++srcP, ++transP, ++destP) { in draw()
73 *destP = *srcP; in draw()

1234567