Home
last modified time | relevance | path

Searched refs:sizeSurf (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/drivers/displays/vga/main/
H A Denable.c395 ppdev->SavedBitsRight.left = ppdev->sizeSurf.cx; in InitSavedBits()
398 ppdev->SavedBitsRight.bottom = ppdev->sizeSurf.cy; in InitSavedBits()
411 ppdev->SavedBitsBottom.top = ppdev->sizeSurf.cy; in InitSavedBits()
457 pdsurf->sizeSurf.cx = ppdev->sizeSurf.cx; in DrvEnableSurface()
458 pdsurf->sizeSurf.cy = ppdev->sizeSurf.cy; in DrvEnableSurface()
481 if ((hsurf = EngCreateDeviceSurface(dhsurf, ppdev->sizeSurf, BMF_4BPP)) == in DrvEnableSurface()
/reactos/win32ss/drivers/displays/vga/objects/
H A Dscreen.c140 ppdev->sizeSurf.cx = 640; in InitVGA()
141 ppdev->sizeSurf.cy = 480; in InitVGA()
H A Dpointer.c287 SizeX = min(((X + (LONG)ppdev->pPointerAttributes->Width) + 7) & ~0x7, ppdev->sizeSurf.cx); in VGADDI_ComputePointerRect()
289 SizeY = min((LONG)ppdev->pPointerAttributes->Height, ppdev->sizeSurf.cy - Y); in VGADDI_ComputePointerRect()
348 SizeX = min((LONG)ppdev->pPointerAttributes->Width, ppdev->sizeSurf.cx - cx); in VGADDI_ShowCursor()
349 SizeY = min((LONG)ppdev->pPointerAttributes->Height, ppdev->sizeSurf.cy - cy); in VGADDI_ShowCursor()
/reactos/win32ss/drivers/displays/vga/
H A Dvgaddi.h136 SIZEL sizeSurf; // displayed size of the surface member
176 SIZEL sizeSurf; // Size of the surface member