Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Ddc.c645 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pEndPath ); in emfpathdrv_EndPath()
649 emfdev->funcs->pEndPath( emfdev ); in emfpathdrv_EndPath()
650 return next->funcs->pEndPath( next ); in emfpathdrv_EndPath()
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h85 BOOL (*pEndPath)(PHYSDEV); member