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