Lines Matching refs:getCurrentContext

126     getCurrentContext().Flatness = value;  in setFlatness()
132 getCurrentContext().Transformation, in setTransformation()
140 GraphicsContext& rContext( getCurrentContext() ); in setLineDash()
146 getCurrentContext().LineJoin = nJoin; in setLineJoin()
151 getCurrentContext().LineCap = nCap; in setLineCap()
161 getCurrentContext().LineWidth = nWidth; in setLineWidth()
166 getCurrentContext().FillColor = rColor; in setFillColor()
171 getCurrentContext().LineColor = rColor; in setStrokeColor()
182 GraphicsContext& rGC=getCurrentContext(); in setFont()
199 GraphicsContext& rGC=getCurrentContext(); in setTextRenderMode()
208 const sal_Int32 nCurFont = getCurrentContext().FontId; in getFontId()
210 const sal_Int32 nFont = getCurrentContext().FontId; in getFontId()
211 const_cast<PDFIProcessor*>(this)->getCurrentContext().FontId = nCurFont; in getFontId()
462 aGlyph.setGraphicsContext ( getCurrentContext() ); in drawGlyphLine()
463 getGCId(getCurrentContext()); in drawGlyphLine()
567 const GraphicsContext& rGC( getCurrentContext() ); in setupImage()
674 aPoly.transform(getCurrentContext().Transformation); in strokePath()
678 getGCId(getCurrentContext()), in strokePath()
688 aPoly.transform(getCurrentContext().Transformation); in fillPath()
692 getGCId(getCurrentContext()), in fillPath()
702 aPoly.transform(getCurrentContext().Transformation); in eoFillPath()
706 getGCId(getCurrentContext()), in eoFillPath()
717 aNewClip.transform(getCurrentContext().Transformation); in intersectClip()
718 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectClip()
723 getCurrentContext().Clip = aNewClip; in intersectClip()
730 aNewClip.transform(getCurrentContext().Transformation); in intersectEoClip()
731 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectEoClip()
736 getCurrentContext().Clip = aNewClip; in intersectEoClip()
800 getCurrentContext().Clip = basegfx::B2DPolyPolygon( in startPage()