Home
last modified time | relevance | path

Searched refs:pRectangle (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Ddc.c803 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pRectangle ); in emfpathdrv_Rectangle()
805 return (emfdev->funcs->pRectangle( emfdev, x1, y1, x2, y2 ) && in emfpathdrv_Rectangle()
806 next->funcs->pRectangle( next, x1, y1, x2, y2 )); in emfpathdrv_Rectangle()
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h147 BOOL (*pRectangle)(PHYSDEV,INT,INT,INT,INT); member