Searched refs:DY (Results 1 – 4 of 4) sorted by relevance
/reactos/win32ss/user/winsrv/consrv/condrv/ |
H A D | text.c | 199 SHORT SY, DY; in ConioCopyRegion() local 226 DY = DstOrigin->Y; in ConioCopyRegion() 228 if (SY < DY) in ConioCopyRegion() 232 DY = DstOrigin->Y + (SrcRegion->Bottom - SrcRegion->Top); in ConioCopyRegion() 253 for (i = 0; i < Height; ++i, SY += YDelta, DY += YDelta) in ConioCopyRegion() 255 for (; Height-- > 0; SY += YDelta, DY += YDelta) in ConioCopyRegion() 263 PtrDst = ConioCoordToPointer(ScreenBuffer, DX, DY); in ConioCopyRegion() 266 PtrDst = ConioCoordToPointer(ScreenBuffer, DstOrigin->X, DY); in ConioCopyRegion()
|
/reactos/base/applications/charmap/ |
H A D | map.c | 584 MoveUpDown(PMAP infoPtr, INT DY) in MoveUpDown() argument 588 if (DY < 0) /* Move Up */ in MoveUpDown() 598 else if (DY > 0) /* Move Down */ in MoveUpDown()
|
/reactos/sdk/include/psdk/ |
H A D | dwmapi.h | 138 DOUBLE DY; member
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 6999 INT DY = (DeltaY64 >> 6); in IntExtTextOutW() local 7005 { X0 + DX, Y0 + DY }, in IntExtTextOutW() 7006 { X1 + DX, Y1 + DY }, in IntExtTextOutW() 7235 INT DY = (DeltaY64 >> 6); in IntExtTextOutW() local 7241 { X0 + DX, Y0 + DY }, in IntExtTextOutW() 7242 { X1 + DX, Y1 + DY }, in IntExtTextOutW() 7269 INT DY = (DeltaY64 >> 6); in IntExtTextOutW() local 7275 { X0 + DX, Y0 + DY }, in IntExtTextOutW() 7276 { X1 + DX, Y1 + DY }, in IntExtTextOutW()
|