Home
last modified time | relevance | path

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

/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dtext.c158 ULONG xPos, yPos, xBeg, xEnd; in CopyLines() local
208 xBeg = (yPos == Begin->Y ? Begin->X : 0); in CopyLines()
214 for (xPos = xBeg; (xPos <= xEnd) && (NumChars-- > 0); xPos++) in CopyLines()