Lines Matching refs:Uint32
188 UINT32 Uint32; in FrameBufferBltLibVideoFill() local
216 Uint32 = *(UINT32*) Color; in FrameBufferBltLibVideoFill()
219 (((Uint32 << Configure->PixelShl[0]) >> Configure->PixelShr[0]) & in FrameBufferBltLibVideoFill()
221 (((Uint32 << Configure->PixelShl[1]) >> Configure->PixelShr[1]) & in FrameBufferBltLibVideoFill()
223 (((Uint32 << Configure->PixelShl[2]) >> Configure->PixelShr[2]) & in FrameBufferBltLibVideoFill()
227 Uint32, WideFill)); in FrameBufferBltLibVideoFill()
346 UINT32 Uint32; in FrameBufferBltLibVideoToBltBuffer() local
400 Uint32 = *(UINT32*) (Configure->LineBuffer + (IndexX * Configure->BytesPerPixel)); in FrameBufferBltLibVideoToBltBuffer()
403 (((Uint32 & Configure->PixelMasks.RedMask) >> in FrameBufferBltLibVideoToBltBuffer()
405 (((Uint32 & Configure->PixelMasks.GreenMask) >> in FrameBufferBltLibVideoToBltBuffer()
407 (((Uint32 & Configure->PixelMasks.BlueMask) >> in FrameBufferBltLibVideoToBltBuffer()
454 UINT32 Uint32; in FrameBufferBltLibBufferToVideo() local
502 Uint32 = *(UINT32*) Blt; in FrameBufferBltLibBufferToVideo()
505 (((Uint32 << Configure->PixelShl[0]) >> Configure->PixelShr[0]) & in FrameBufferBltLibBufferToVideo()
507 (((Uint32 << Configure->PixelShl[1]) >> Configure->PixelShr[1]) & in FrameBufferBltLibBufferToVideo()
509 (((Uint32 << Configure->PixelShl[2]) >> Configure->PixelShr[2]) & in FrameBufferBltLibBufferToVideo()