Home
last modified time | relevance | path

Searched refs:EMR_FILLPATH (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusenums.h596 EmfRecordTypeFillPath = EMR_FILLPATH,
H A Dwingdi.h136 #define EMR_FILLPATH 62 macro
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dgraphics.c1089 return emfdrv_stroke_and_fill_path( dev, EMR_FILLPATH );
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c133 X(EMR_FILLPATH),
1710 case EMR_FILLPATH: in PlayEnhMetaFileRecord()
H A Demfdc.c1306 return emfdrv_stroke_and_fill_path( dc_attr->emf, EMR_FILLPATH ); in EMFDC_FillPath()