Searched refs:drawFrame (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/filter/source/graphicfilter/ipict/ |
| H A D | shape.cxx | 50 Rectangle contractRectangle(bool drawFrame, Rectangle const &rect, Size const &pSize) { in contractRectangle() argument 51 if (!drawFrame) return rect; in contractRectangle() 140 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize) { in drawRectangle() argument 142 Rectangle rect = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawRectangle() 152 if (drawFrame) in drawRectangle() 159 void drawEllipse(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize) { in drawEllipse() argument 161 Rectangle oval = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawEllipse() 167 if (drawFrame) in drawEllipse() 174 …void drawArc(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, const double& angle1, cons… in drawArc() argument 176 Rectangle arc = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawArc() [all …]
|
| H A D | shape.hxx | 39 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &rect, Size const &pSize); 42 void drawPolygon(VirtualDevice *dev, bool drawFrame, Polygon const &rect, Size const &pSize); 45 void drawEllipse(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize); 50 …void drawRoundRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &ova… 55 …void drawArc(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, const double& angle1, cons…
|