Lines Matching refs:GraphicsContext
89 sal_Int32 getGCId( const GraphicsContext& rGC );
90 const GraphicsContext& getGraphicsContext( sal_Int32 nGCId ) const;
91 GraphicsContext& getCurrentContext() { return m_aGCStack.back(); } in getCurrentContext()
92 const GraphicsContext& getCurrentContext() const { return m_aGCStack.back(); } in getCurrentContext()
126 GraphicsContext aGC,
132 GraphicsContext& getTransformGlyphContext( CharGlyph& rGlyph );
208 typedef std::hash_map<sal_Int32,GraphicsContext> IdToGCMap;
209 typedef std::hash_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
211 typedef std::vector<GraphicsContext> GraphicsContextStack;
227 GraphicsContext m_prev_aGC;
259 GraphicsContext& getGC(){ return m_rCurrentContext; } in getGC()
265 …void setGraphicsContext (GraphicsContext& rCurrentContext ){ m_rCurrentContext= rCurrentContext;… in setGraphicsContext()
290 GraphicsContext m_rCurrentContext ;