Searched defs:mBltLibBytesPerPixel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c31 UINTN mBltLibBytesPerPixel; variable
69 mBltLibBytesPerPixel = (UINTN) ((HighBitSet32 (MergedMasks) + 7) / 8);
71 DEBUG ((EFI_D_INFO, "Bytes per pixel: %d\n", mBltLibBytesPerPixel));
122 mBltLibWidthInBytes = mBltLibWidthInPixels * mBltLibBytesPerPixel;
269 WidthInBytes = Width * mBltLibBytesPerPixel;
285 if ((sizeof (WideFill) % mBltLibBytesPerPixel) == 0) {
286 for (X = mBltLibBytesPerPixel; X < sizeof (WideFill); X++) {
287 ((UINT8*)&WideFill)[X] = ((UINT8*)&WideFill)[X % mBltLibBytesPerPixel];
296 X < mBltLibBytesPerPixel;
311 Offset = mBltLibBytesPerPixel * Offse
[all...]

Completed in 32 milliseconds