Lines Matching defs:GraphicsContext
92 struct GraphicsContext struct
96 sal_Int8 LineJoin;
97 sal_Int8 LineCap;
98 sal_Int8 BlendMode;
99 double Flatness;
100 double LineWidth;
101 double MiterLimit;
102 std::vector<double> DashArray;
103 sal_Int32 FontId;
104 sal_Int32 TextRenderMode;
105 basegfx::B2DHomMatrix Transformation;
106 basegfx::B2DPolyPolygon Clip;
108 GraphicsContext() : in GraphicsContext() function
124 bool operator==(const GraphicsContext& rRight ) const in operator ==()
147 bool isRotatedOrSkewed() const in isRotatedOrSkewed()