Home
last modified time | relevance | path

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

/dports/graphics/xournalpp/xournalpp-1.1.0/src/pdf/popplerapi/
H A DPopplerGlibAction.cpp71 PopplerDest* pDest2 = poppler_document_find_dest(document, pDest->named_dest); in linkFromDest() local
72 if (pDest2 != nullptr) { in linkFromDest()
73 linkFromDest(link, pDest2); in linkFromDest()
74 poppler_dest_free(pDest2); in linkFromDest()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreVertexIndexData.cpp192 float* pDest2 = pDest + oldVertexCount * 3; in prepareForShadowVolume() local
213 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
214 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
215 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
234 memcpy(pDest2, pBaseSrc, vbuf->getSizeInBytes()); in prepareForShadowVolume()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreVertexIndexData.cpp199 float* pDest2 = pDest + oldVertexCount * 3; in prepareForShadowVolume() local
220 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
221 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
222 *pDest++ = *pDest2++ = *pSrc++; in prepareForShadowVolume()
241 memcpy(pDest2, pBaseSrc, vbuf->getSizeInBytes()); in prepareForShadowVolume()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/uno/
H A Deq.hxx192 uno_Any * pDest2 = static_cast<uno_Any *>(pDestElements) + nPos; in _equalSequence() local
194 if (! ::uno_type_equalData( pDest2->pData, pDest2->pType, in _equalSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/uno/
H A Deq.hxx193 uno_Any * pDest2 = static_cast<uno_Any *>(pDestElements) + nPos; in _equalSequence() local
195 if (! ::uno_type_equalData( pDest2->pData, pDest2->pType, in _equalSequence()
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLSerialization.h291 uint8_t* pDest2 = returnVector.data() + prevSize2; in valueTreeToBinary() local
292 std::copy(pSrc2Start, pSrc2End, pDest2); in valueTreeToBinary()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dsample.h220 static void deinterleaveBuffer(CSAMPLE* pDest1, CSAMPLE* pDest2,
H A Dsample.cpp451 CSAMPLE* M_RESTRICT pDest2, in deinterleaveBuffer() argument
457 pDest2[i] = pSrc[i * 2 + 1]; in deinterleaveBuffer()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dnamcona.c151 INT16 * pDest2 = buffer[1]; in RenderSamples() local
173 *pDest2++ = (INT16)dataR; /* stereo right */ in RenderSamples()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dnamcona.c151 INT16 * pDest2 = buffer[1]; in RenderSamples() local
159 *pDest2++ = (INT16)dataR; /* stereo right */ in RenderSamples()