Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dbitblt.c80 DWORD emrType; in EMFDRV_StretchBlt() local
86 emrType = EMR_BITBLT; in EMFDRV_StretchBlt()
91 emrType = EMR_STRETCHBLT; in EMFDRV_StretchBlt()
112 pEMR->emr.iType = emrType; in EMFDRV_StretchBlt()
136 if (emrType == EMR_STRETCHBLT) in EMFDRV_StretchBlt()
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h882 BOOL EMFDC_WriteEscape( LDC *dc_attr, INT nEscape, INT cbInput, LPSTR lpszInData, DWORD emrType);
/reactos/win32ss/gdi/gdi32/wine/
H A Demfdc.c2239 BOOL EMFDC_WriteEscape( WINEDC *dc_attr, INT nEscape, INT cbInput, LPSTR lpszInData, DWORD emrType) in EMFDC_WriteEscape() argument
2254 pemr->emr.iType = emrType; in EMFDC_WriteEscape()