Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c2277 IN UINTN MapStepSize, in ConSplitterGetIntersection() argument
2296 CurrentMapEntry = &TextOutModeMap[MapStepSize * 2]; in ConSplitterGetIntersection()
2317 CopyMem (NextMapEntry, CurrentMapEntry, MapStepSize * sizeof (INT32)); in ConSplitterGetIntersection()
2320 NextMapEntry += MapStepSize; in ConSplitterGetIntersection()
2323 CurrentMapEntry += MapStepSize; in ConSplitterGetIntersection()