Searched refs:pRectangle (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | dc.c | 803 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 D | gdi_driver.h | 147 BOOL (*pRectangle)(PHYSDEV,INT,INT,INT,INT); member
|