Searched refs:CurrentMapEntry (Results 1 – 1 of 1) sorted by relevance
2410 INT32 *CurrentMapEntry; in ConSplitterGetIntersection() local2422 CurrentMapEntry = &TextOutModeMap[MapStepSize * 2]; in ConSplitterGetIntersection()2423 NextMapEntry = CurrentMapEntry; in ConSplitterGetIntersection()2442 if (CurrentMapEntry != NextMapEntry) { in ConSplitterGetIntersection()2443 CopyMem (NextMapEntry, CurrentMapEntry, MapStepSize * sizeof (INT32)); in ConSplitterGetIntersection()2449 CurrentMapEntry += MapStepSize; in ConSplitterGetIntersection()