Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c185 UINTN IndexY; in FrameBufferBltLibVideoFill() local
272 for (IndexY = DestinationY; IndexY < (Height + DestinationY); IndexY++) { in FrameBufferBltLibVideoFill()
273 Offset = (IndexY * Configure->WidthInPixels) + DestinationX; in FrameBufferBltLibVideoFill()