/reactos/modules/rostests/apitests/gdi32/ |
H A D | TextTransform.c | 119 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {1, 0, 0, 1, 0, 0}, FALSE… 120 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {-1, 0, 0, 1, 0, 0}, FALS… 121 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {1, 0, 0, -1, 0, 0}, FALS… 122 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {0, 1, 1, 0, 0, 0}, FALSE… 124 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {1, 1, 1, 1, 0, 0}, FALSE… 125 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_BOTTOM, {0, 0, 0, 0, 0, 0}, FALSE… 149 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_TOP, {1, 0, 0, 1, 0, 0}, FALSE, {… 150 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_TOP, {-1, 0, 0, 1, 0, 0}, FALSE, … 152 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_TOP, {0, 1, 1, 0, 0, 0}, FALSE, {… 154 …{__LINE__, 0, 0, GM_COMPATIBLE, {XCENTER, YCENTER}, TA_LEFT | TA_TOP, {1, 1, 1, 1, 0, 0}, FALSE, {… [all …]
|
H A D | Rectangle.c | 88 …ok(SetGraphicsMode(hdc, GM_ADVANCED) == GM_COMPATIBLE, "Default mode for the DC is not GM_COMPATIB… in Test_Rectangle()
|
H A D | DPtoLP.c | 487 SetGraphicsMode(hDC, GM_COMPATIBLE); in START_TEST()
|
H A D | LPtoDP.c | 464 SetGraphicsMode(hDC, GM_COMPATIBLE); in START_TEST()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | emfdrv.c | 110 if (GetGraphicsMode(dc->hdc) == GM_COMPATIBLE)//dc->attr->graphics_mode == GM_COMPATIBLE) in EMFDRV_RoundRect() 134 if (GetGraphicsMode(dc->hdc) == GM_COMPATIBLE)//dc->attr->graphics_mode == GM_COMPATIBLE) in EMFDRV_ArcChordPie() 265 if (GetGraphicsMode(dc->hdc) == GM_COMPATIBLE)//dc->attr->graphics_mode == GM_COMPATIBLE) in EMFDRV_Ellipse() 285 if (GetGraphicsMode(dc->hdc) == GM_COMPATIBLE)//dc->attr->graphics_mode == GM_COMPATIBLE) in EMFDRV_Rectangle()
|
H A D | emfdc.c | 724 if (GetGraphicsMode(dc_attr->hdc) == GM_COMPATIBLE) in EMFDC_ArcChordPie() 773 if (GetGraphicsMode(dc_attr->hdc) == GM_COMPATIBLE) in EMFDC_Ellipse() 797 if (GetGraphicsMode(dc_attr->hdc) == GM_COMPATIBLE) in EMFDC_Rectangle() 824 if (GetGraphicsMode(dc_attr->hdc) == GM_COMPATIBLE) in EMFDC_RoundRect() 1130 if (GetGraphicsMode(dc_attr->hdc) == GM_COMPATIBLE) in EMFDC_ExtTextOut()
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | graphics.c | 244 if(GetGraphicsMode(dev->hdc) == GM_COMPATIBLE) { 246 if(dc->GraphicsMode == GM_COMPATIBLE) { 424 if(GetGraphicsMode(dev->hdc) == GM_COMPATIBLE) { 426 if(dc->GraphicsMode == GM_COMPATIBLE) { 463 if(GetGraphicsMode(dev->hdc) == GM_COMPATIBLE) { 465 if(dc->GraphicsMode == GM_COMPATIBLE) { 501 if(GetGraphicsMode(dev->hdc) == GM_COMPATIBLE) { 503 if(dc->GraphicsMode == GM_COMPATIBLE) { 910 if (graphicsMode == GM_COMPATIBLE)
|
/reactos/modules/rostests/apitests/win32nt/ntgdi/ |
H A D | NtGdiRestoreDC.c | 60 SetGraphicsMode(hdc, GM_COMPATIBLE); in SetSpecialDCState2()
|
/reactos/win32ss/user/rtl/ |
H A D | text.c | 1128 if (GreGetGraphicsMode(hdc) == GM_COMPATIBLE) in DrawTextExWorker() 1137 if (GetGraphicsMode(hdc) == GM_COMPATIBLE) in DrawTextExWorker()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | mapping.c | 227 ret = SetGraphicsMode(hdc, GM_COMPATIBLE); in test_world_transform() 230 ok(ret == GM_COMPATIBLE, "expected GM_COMPATIBLE, got %d\n", ret); in test_world_transform()
|
H A D | font.c | 1418 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharABCWidths() 1423 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharABCWidths() 1440 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharABCWidths() 1445 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharABCWidths() 6451 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharWidth32() 6460 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharWidth32() 6482 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharWidth32() 6491 SetGraphicsMode(hdc, GM_COMPATIBLE); in test_GetCharWidth32()
|
H A D | metafile.c | 388 if (test.graphics_mode == GM_COMPATIBLE) in test_ExtTextOutScale()
|
/reactos/modules/rostests/winetests/uxtheme/ |
H A D | system.c | 534 ok(GetGraphicsMode(hdc) == GM_COMPATIBLE, "wrong graphics mode\n"); in test_buffer_dc_props()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | dclife.c | 350 pdc->dcattr.iGraphicsMode = GM_COMPATIBLE; in DC_vInitDc()
|
H A D | fillshap.c | 609 if (pdcattr->iGraphicsMode == GM_COMPATIBLE) in IntRectangle()
|
H A D | path.c | 451 if (pdcattr->iGraphicsMode == GM_COMPATIBLE) in PATH_CheckRect() 1046 if (dc->pdcattr->iGraphicsMode == GM_COMPATIBLE) in PATH_Arc()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | dc.c | 1241 if ((iMode < GM_COMPATIBLE) || (iMode > GM_ADVANCED)) in SetGraphicsMode()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 864 #define GM_COMPATIBLE 1 macro
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 6851 SetGraphicsMode(graphics->hdc, GM_COMPATIBLE); in gdi_transform_acquire()
|