Searched refs:PS_NULL (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | pen.c | 52 { PS_NULL, -123, RGB(0x12,0x34,0x56), PS_NULL, 1, 0 }, in test_logpen() 53 { PS_NULL, 123, RGB(0x12,0x34,0x56), PS_NULL, 1, 0 }, in test_logpen() 153 if (pen[i].style == PS_NULL) in test_logpen() 224 if (pen[i].style == PS_NULL) in test_logpen() 237 case PS_NULL: in test_logpen() 265 case PS_NULL: in test_logpen() 338 if (pen[i].style == PS_NULL) in test_logpen() 347 case PS_NULL: in test_logpen() 373 if (pen[i].style == PS_NULL) in test_logpen() 392 case PS_NULL: in test_logpen() [all …]
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | ExtCreatePen.c | 165 hPen = ExtCreatePen(PS_NULL, 1, &logbrush, 0, NULL); in Test_ExtCreatePen_Params() 174 …ok(pelp->elpPenStyle == PS_NULL, "Wrong elpPenStyle, expected PS_NULL, got 0x%lx\n", pelp->elpPenS… in Test_ExtCreatePen_Params() 183 hPen = ExtCreatePen(PS_NULL, 1, &logbrush, 1, adwStyles); in Test_ExtCreatePen_Params() 281 if ((dwPenStyle & PS_STYLE_MASK) == PS_NULL) in Test_ExtCreatePen_Expect() 283 pelpExpect->elpPenStyle = PS_NULL; in Test_ExtCreatePen_Expect() 349 pelpExpect->elpPenStyle = PS_NULL; in Test_ExtCreatePen_Expect() 488 …ULONG aflPenStyle[] = {PS_SOLID, PS_DASH, PS_DOT, PS_DASHDOT, PS_DASHDOTDOT, PS_NULL, PS_INSIDEFRA… in Test_ExtCreatePen_Params2()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | pen.c | 98 if ( (dwPenStyle & PS_STYLE_MASK) == PS_NULL) in IntGdiExtCreatePen() 181 case PS_NULL: in IntGdiExtCreatePen() 303 if (((pbrushPen->ulPenStyle & PS_STYLE_MASK) == PS_NULL) && in PEN_GetObject() 415 if (((dwPenStyle & PS_STYLE_MASK) == PS_NULL) || in NtGdiExtCreatePen()
|
H A D | stockobj.c | 63 { PS_NULL, { 0, 0 }, 0 }; 116 if ((dwPenStyle & PS_STYLE_MASK) == PS_NULL) dwWidth = 1; in IntCreateStockPen() 131 case PS_NULL: in IntCreateStockPen()
|
H A D | arc.c | 79 if (pbrPen->ulPenStyle == PS_NULL) PenWidth = 0; in IntArc()
|
H A D | fillshap.c | 301 if (pbrush->ulPenStyle == PS_NULL) PenWidth = 0; in NtGdiEllipse() 836 if (pbrLine->ulPenStyle == PS_NULL) PenWidth = 0; in IntRoundRect()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | pen.c | 32 if (nPenStyle == PS_NULL) return GetStockObject(NULL_PEN); in CreatePen()
|
/reactos/modules/rostests/tests/shaptest/ |
H A D | shaptest.c | 142 Pen = CreatePen ( PS_NULL, 0, 0 ); in PolygonTest()
|
/reactos/dll/win32/gdiplus/ |
H A D | pen.c | 665 PS_DASHDOTDOT | PS_NULL | PS_USERSTYLE | PS_INSIDEFRAME); in GdipSetPenDashStyle()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 591 #define PS_NULL 5 macro
|