Home
last modified time | relevance | path

Searched refs:GET_NEXT_PHYSDEV (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Ddc.c35 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pSaveDC ); in EMFDRV_SaveDC()
50 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pRestoreDC ); in EMFDRV_RestoreDC()
551 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pArc ); in emfpathdrv_Arc()
564 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pArcTo ); in emfpathdrv_ArcTo()
588 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pChord ); in emfpathdrv_Chord()
633 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pEllipse ); in emfpathdrv_Ellipse()
645 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pEndPath ); in emfpathdrv_EndPath()
672 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pLineTo ); in emfpathdrv_LineTo()
683 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pMoveTo ); in emfpathdrv_MoveTo()
695 PHYSDEV next = GET_NEXT_PHYSDEV( dev, pPie ); in emfpathdrv_Pie()
[all …]
H A Dobjects.c322 dev = GET_NEXT_PHYSDEV( dev, pSelectFont ); in EMFDRV_SelectFont()
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h215 #define GET_NEXT_PHYSDEV(dev,func) \ macro