Lines Matching refs:getCurrentContext
125 GraphicsContext& getCurrentContext() { return m_aGCStack.back(); } in getCurrentContext() function in __anon300b2fb40111::TestSink
163 getCurrentContext().Transformation, in setTransformation()
170 GraphicsContext& rContext( getCurrentContext() ); in setLineDash()
178 getCurrentContext().Flatness = nFlatness; in setFlatness()
183 getCurrentContext().LineJoin = nJoin; in setLineJoin()
188 getCurrentContext().LineCap = nCap; in setLineCap()
193 getCurrentContext().MiterLimit = nVal; in setMiterLimit()
198 getCurrentContext().LineWidth = nVal; in setLineWidth()
203 getCurrentContext().FillColor = rColor; in setFillColor()
208 getCurrentContext().LineColor = rColor; in setStrokeColor()
213 getCurrentContext().BlendMode = nMode; in setBlendMode()
220 getCurrentContext().FontId = it->second; in setFont()
225 getCurrentContext().FontId = m_nNextFontId; in setFont()
232 GraphicsContext& rContext( getCurrentContext() ); in strokePath()
293 GraphicsContext& rContext( getCurrentContext() ); in fillPath()
312 GraphicsContext& rContext( getCurrentContext() ); in eoFillPath()
339 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectClip()
344 getCurrentContext().Clip = aNewClip; in intersectClip()
350 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectEoClip()
355 getCurrentContext().Clip = aNewClip; in intersectEoClip()