Home
last modified time | relevance | path

Searched defs:Pen (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusbase.h62 class Pen; variable
H A Dgdiplusmatrix.h24 friend class Pen; variable
H A Dgdipluspen.h370 Pen(GpPen *pen, Status status) : nativePen(pen), lastStatus(status) in Pen() function
H A Dgdiplusbrush.h26 friend class Pen; variable
/reactos/modules/rostests/tests/shaptest/
H A Dshaptest.c26 HPEN Pen, OldPen; in PolygonTest() local
/reactos/win32ss/gdi/ntgdi/
H A Ddrawing.c107 #define app_fill_rect( dc, r, BrushObj, Pen) \ argument
378 BOOL Pen) in app_fill_arc_rect()
1240 BOOL Pen) in IntFillRect()