Searched refs:GpBrush (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusgpstubs.h35 class GpBrush {}; class
36 class GpHatch : public GpBrush {};
37 class GpSolidFill : public GpBrush {};
48 class GpPathGradient : public GpBrush {};
49 class GpLineGradient : public GpBrush {};
50 class GpTexture : public GpBrush {};
62 typedef struct GpBrush GpBrush; typedef in typeref:struct:GpBrush
H A Dgdiplusflat.h78 GpStatus WINGDIPAPI GdipCloneBrush(GpBrush*,GpBrush**);
79 GpStatus WINGDIPAPI GdipDeleteBrush(GpBrush*);
80 GpStatus WINGDIPAPI GdipGetBrushType(GpBrush*,GpBrushType*);
179 GDIPCONST GpFont*,GDIPCONST GpBrush*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*);
217 GDIPCONST GpBrush*);
229 GpStatus WINGDIPAPI GdipFillClosedCurve2(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT,
231 GpStatus WINGDIPAPI GdipFillClosedCurve2I(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,
233 GpStatus WINGDIPAPI GdipFillClosedCurve(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT);
234 GpStatus WINGDIPAPI GdipFillClosedCurveI(GpGraphics*,GpBrush*,GDIPCONS
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusgpstubs.h34 class GpBrush {}; class
35 class GpHatch : public GpBrush {};
36 class GpSolidFill : public GpBrush {};
47 class GpPathGradient : public GpBrush {};
48 class GpLineGradient : public GpBrush {};
49 class GpTexture : public GpBrush {};
61 typedef struct GpBrush GpBrush; typedef in typeref:struct:GpBrush
H A Dgdiplusflat.h78 GpStatus WINGDIPAPI GdipCloneBrush(GpBrush*,GpBrush**);
79 GpStatus WINGDIPAPI GdipDeleteBrush(GpBrush*);
80 GpStatus WINGDIPAPI GdipGetBrushType(GpBrush*,GpBrushType*);
179 GDIPCONST GpFont*,GDIPCONST GpBrush*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*);
217 GDIPCONST GpBrush*);
218 GpStatus WINGDIPAPI GdipFillClosedCurve2(GpGraphics*,GpBrush*,GDIPCONST GpPointF*,INT,
220 GpStatus WINGDIPAPI GdipFillClosedCurve2I(GpGraphics*,GpBrush*,GDIPCONST GpPoint*,INT,
222 GpStatus WINGDIPAPI GdipFillEllipse(GpGraphics*,GpBrush*,REAL,REAL,REAL,REAL);
223 GpStatus WINGDIPAPI GdipFillEllipseI(GpGraphics*,GpBrush*,IN
[all...]

Completed in 34 milliseconds