Home
last modified time | relevance | path

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

/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dtext.c158 ULONG xPos, yPos, xBeg, xEnd; in CopyLines() local
209 xEnd = (yPos == End->Y ? End->X : Buffer->ScreenBufferSize.X - 1); in CopyLines()
214 for (xPos = xBeg; (xPos <= xEnd) && (NumChars-- > 0); xPos++) in CopyLines()
/reactos/win32ss/gdi/ntgdi/
H A Dpath.h74 BOOL FASTCALL PATH_Arc (PDC dc, INT x1, INT y1, INT x2, INT y2, INT xStart, INT yStart, INT xEnd, I…
H A Dpath.c963 INT xEnd, in PATH_Arc() argument
1002 pointEnd.x = xEnd; pointEnd.y = yEnd; in PATH_Arc()