Home
last modified time | relevance | path

Searched defs:lDelta (Results 1 – 10 of 10) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dbitmaps.c81 LONG lDelta = min(cjBits - iSrc, cbDst - iDst); in UnsafeSetBitmapBits() local
145 LONG lDelta; in GreCreateBitmapEx() local
537 LONG lDelta = min(cbSrc - iSrc, Bytes - iDst); in UnsafeGetBitmapBits() local
/reactos/win32ss/gdi/diblib/
H A DDibLib_interface.h9 LONG lDelta; member
/reactos/win32ss/drivers/displays/framebuf/
H A Dpointer.c299 LONG lDelta; in DrvSetPointerShape() local
/reactos/win32ss/gdi/dib/
H A Ddib4bpp.c51 int lDelta = SurfObj->lDelta; in DIB_4BPP_VLine() local
H A Ddib8bpp.c47 LONG lDelta = SurfObj->lDelta; in DIB_8BPP_VLine() local
H A Ddib32bpp.c43 LONG lDelta = SurfObj->lDelta >> 2; // >> 2 == / sizeof(DWORD) in DIB_32BPP_VLine() local
H A Ddib24bpp.c41 LONG lDelta = SurfObj->lDelta; in DIB_24BPP_VLine() local
/reactos/win32ss/gdi/eng/
H A Dsurface.c478 _In_ LONG lDelta, in EngModifySurface()
H A Dmouse.c344 LONG lDelta = 0; in EngSetPointerShape() local
/reactos/sdk/include/psdk/
H A Dwinddi.h1213 LONG lDelta; member