Go to the source code of this file.
|
void | PictReaderShape::drawLine (VirtualDevice *dev, Point const &orig, Point const &dest, Size const &pSize) |
| draws a line from orig to dest knowing penSize More...
|
|
void | PictReaderShape::drawRectangle (VirtualDevice *dev, bool drawFrame, tools::Rectangle const &rect, Size const &pSize) |
| draws a rectangle knowing penSize More...
|
|
void | PictReaderShape::drawPolygon (VirtualDevice *dev, bool drawFrame, tools::Polygon const &rect, Size const &pSize) |
| draws a polygon knowing penSize More...
|
|
void | PictReaderShape::drawEllipse (VirtualDevice *dev, bool drawFrame, tools::Rectangle const &orig, Size const &pSize) |
| draws an ellipse knowing penSize More...
|
|
void | PictReaderShape::drawRoundRectangle (VirtualDevice *dev, bool drawFrame, tools::Rectangle const &orig, Size const &ovalS, Size const &pSize) |
| draws a rounded rectangle knowing penSize More...
|
|
void | PictReaderShape::drawArc (VirtualDevice *dev, bool drawFrame, tools::Rectangle const &orig, const double &angle1, const double &angle2, Size const &pSize) |
| draws an arc in a b2dpolygon knowing penSize More...
|
|