Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdiplusenums.h541 EmfRecordTypePolyPolyline = EMR_POLYPOLYLINE,
H A Dwingdi.h81 #define EMR_POLYPOLYLINE 7 macro
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dgraphics.c661 if(use_small_emr) emr->emr.iType += EMR_POLYPOLYLINE16 - EMR_POLYPOLYLINE;
695 EMR_POLYPOLYLINE );
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c78 X(EMR_POLYPOLYLINE),
711 case EMR_POLYPOLYLINE: in emr_produces_output()
1379 case EMR_POLYPOLYLINE: in PlayEnhMetaFileRecord()
H A Demfdc.c926 if(use_small_emr) emr->emr.iType += EMR_POLYPOLYLINE16 - EMR_POLYPOLYLINE; in emfdc_poly_polylinegon()
956 return emfdc_poly_polylinegon( dc_attr->emf, pt, (const INT *)counts, polys, EMR_POLYPOLYLINE ); in EMFDC_PolyPolyline()