Searched refs:PointF (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplustypes.h118 class PointF class
121 PointF() function in class:PointF
126 PointF(IN const PointF &pt) function in class:PointF
134 PointF(IN REAL x, IN REAL y) function in class:PointF
140 PointF operator+(IN const PointF& pt) const
142 return PointF(X + pt.X, Y + pt.Y);
145 PointF operator-(IN const PointF
246 typedef struct PointF struct
250 } PointF; typedef in typeref:struct:PointF
[all...]
H A Dgdiplusgpstubs.h90 typedef PointF GpPointF;
H A Dgdiplusflat.h179 GDIPCONST GpFont*,GDIPCONST GpBrush*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*);
283 GDIPCONST GpFont*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*,RectF*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplustypes.h116 class PointF class
119 PointF() function in class:PointF
124 PointF(IN const PointF &pt) function in class:PointF
132 PointF(IN REAL x, IN REAL y) function in class:PointF
138 PointF operator+(IN const PointF& pt) const
140 return PointF(X + pt.X, Y + pt.Y);
143 PointF operator-(IN const PointF
219 typedef struct PointF struct
223 } PointF; typedef in typeref:struct:PointF
[all...]
H A Dgdiplusgpstubs.h89 typedef PointF GpPointF;
H A Dgdiplusflat.h179 GDIPCONST GpFont*,GDIPCONST GpBrush*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*);
270 GDIPCONST GpFont*,GDIPCONST PointF*,INT,GDIPCONST GpMatrix*,RectF*);

Completed in 58 milliseconds