Searched refs:xEnd (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | text.c | 158 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 D | path.h | 74 BOOL FASTCALL PATH_Arc (PDC dc, INT x1, INT y1, INT x2, INT y2, INT xStart, INT yStart, INT xEnd, I…
|
H A D | path.c | 963 INT xEnd, in PATH_Arc() argument 1002 pointEnd.x = xEnd; pointEnd.y = yEnd; in PATH_Arc()
|