Home
last modified time | relevance | path

Searched refs:drawFrame (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx50 Rectangle contractRectangle(bool drawFrame, Rectangle const &rect, Size const &pSize) { in contractRectangle() argument
51 if (!drawFrame) return rect; in contractRectangle()
142 Rectangle rect = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawRectangle()
152 if (drawFrame) in drawRectangle()
161 Rectangle oval = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawEllipse()
167 if (drawFrame) in drawEllipse()
176 Rectangle arc = PictReaderShapePrivate::contractRectangle(drawFrame, orig, pSize); in drawArc()
200 if (drawFrame) in drawArc()
224 if (drawFrame) in drawRoundRectangle()
235 if (drawFrame) { in drawPolygon()
[all …]
H A Dshape.hxx39 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…

Completed in 13 milliseconds