Home | History | Annotate | Download | only in gdiplus

Lines Matching refs:FillMode

45 	GraphicsPath(FillMode fillMode = FillModeAlternate):
48 lastStatus = DllExports::GdipCreatePath(fillMode, &nativePath);
51 FillMode fillMode = FillModeAlternate):
55 points, types, count, fillMode, &nativePath);
58 FillMode fillMode = FillModeAlternate):
62 points, types, count, fillMode, &nativePath);
390 FillMode GetFillMode() const
392 FillMode result = FillModeAlternate;
475 Status SetFillMode(FillMode fillMode)
478 nativePath, fillMode));