Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/eng/
H A Drlecomp.c21 VOID DecompressBitmap(SIZEL Size, BYTE *CompressedBits, BYTE *UncompressedBits, in DecompressBitmap() argument
48 temp = UncompressedBits + (height - y) * Delta; in DecompressBitmap()
92 temp = UncompressedBits + (height - y) * Delta; in DecompressBitmap()
H A Deng.h55 BYTE *UncompressedBits,