Searched refs:cjBits (Results 1 – 8 of 8) sorted by relevance
/reactos/win32ss/gdi/eng/ |
H A D | surface.c | 126 ULONG cBitsPixel, cjBits, cjObject; in SURFACE_AllocSurface() local 161 if (!NT_SUCCESS(RtlULongMult(cjWidth, cy, &cjBits))) in SURFACE_AllocSurface() 172 if (cjBufSize < cjBits) in SURFACE_AllocSurface() 175 cjBits, cjBufSize); in SURFACE_AllocSurface() 184 cjBits = cjBufSize; in SURFACE_AllocSurface() 192 cjObject = sizeof(SURFACE) + cjBits; in SURFACE_AllocSurface() 224 pso->cjBits = cjBits; in SURFACE_AllocSurface() 238 pso->pvBits = EngAllocUserMem(cjBits, 0); in SURFACE_AllocSurface() 273 RtlZeroMemory(pso->pvBits, cjBits); in SURFACE_AllocSurface() 535 pso->cjBits = lDelta * pso->sizlBitmap.cy; in EngModifySurface() [all …]
|
H A D | surface.h | 131 _In_opt_ ULONG cjBits,
|
/reactos/win32ss/drivers/displays/framebuf/ |
H A D | pointer.c | 264 ppdev->PointerAttributes.Height = (psoMask->cjBits / psoMask->lDelta) >> 1; in DrvSetPointerShape() 273 Bits = EngAllocMem(0, psoColor->cjBits, ALLOC_TAG); in DrvSetPointerShape() 274 memcpy(Bits, psoColor->pvBits, psoColor->cjBits); in DrvSetPointerShape() 286 Bits = EngAllocMem(0, psoMask->cjBits, ALLOC_TAG); in DrvSetPointerShape() 287 memcpy(Bits, psoMask->pvBits, psoMask->cjBits); in DrvSetPointerShape()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitmaps.c | 50 _In_ ULONG cjBits, in UnsafeSetBitmapBits() argument 74 cjBits = min(cjBits, cbSrc); in UnsafeSetBitmapBits() 79 if (iSrc + lDeltaSrc > cjBits || iDst + lDeltaDstAbs > cbDst) in UnsafeSetBitmapBits() 81 LONG lDelta = min(cjBits - iSrc, cbDst - iDst); in UnsafeSetBitmapBits() 259 RtlZeroMemory(psurf->SurfObj.pvBits, psurf->SurfObj.cjBits); in NtGdiCreateBitmap() 735 psurfSrc->SurfObj.cjBits, in BITMAP_CopyBitmap() 748 psurfNew->SurfObj.cjBits); in BITMAP_CopyBitmap() 846 pds->dsBmih.biSizeImage = psurf->SurfObj.cjBits; in BITMAP_GetObject()
|
H A D | dibobj.c | 1801 UINT cjInfo, cjBits; in GreCreateDIBitmapFromPackedDIB() local 1827 cjBits = cjPackedDIB - cjInfo; in GreCreateDIBitmapFromPackedDIB() 1837 cjBits, in GreCreateDIBitmapFromPackedDIB()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | bitmap.c | 733 ULONG iFormat, cBitsPixel, cjBits, cjWidth; in SetDIBitsToDevice() local 967 if (!NT_SUCCESS(RtlULongMult(cjWidth, max(ScanLines, LinesCopied), &cjBits))) in SetDIBitsToDevice() 975 if (pConvertedInfo->bmiHeader.biSizeImage < cjBits) in SetDIBitsToDevice() 978 cjBits, pConvertedInfo->bmiHeader.biSizeImage); in SetDIBitsToDevice() 981 pConvertedInfo->bmiHeader.biSizeImage = cjBits; in SetDIBitsToDevice()
|
/reactos/win32ss/drivers/displays/vga/objects/ |
H A D | pointer.c | 220 NewHeight = (psoMask->cjBits / abs(psoMask->lDelta)) / 2; in DrvSetPointerShape()
|
/reactos/sdk/include/psdk/ |
H A D | winddi.h | 1210 ULONG cjBits; member
|