Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Surface.cpp596 …DWORD *pPix32 = (DWORD *)(((BYTE *)texture->texLock.pBits.get()) + iY*texture->texLock.Pitch + iX … in BltPix() local
603 *pPix32=srcPix; in BltPix()
608 BltAlphaAdd(*pPix32, srcPix); in BltPix()
610 BltAlpha(*pPix32, srcPix); in BltPix()