Home | History | Annotate | Download | only in D3D8

Lines Matching defs:bpp

445 		int bpp = 8 * Direct3DSurface8::bytes(sourceDescription.Format);
477 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8);
481 memcpy(destLock.pBits, sourceLock.pBits, rWidth * bpp / 8);