Home
last modified time | relevance | path

Searched refs:GraphicsContext (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx89 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;
211 typedef std::vector<GraphicsContext> GraphicsContextStack;
227 GraphicsContext m_prev_aGC;
259 GraphicsContext& getGC(){ return m_rCurrentContext; } in getGC()
[all …]
H A Ddrawtreevisiting.cxx222 const GraphicsContext& rGC = in fillFrameProps()
456 const GraphicsContext& rNextGC = in visit()
458 const GraphicsContext& rThisGC = in visit()
472 GraphicsContext aGC = rThisGC; in visit()
694 bool notTransformed(GraphicsContext GC) in notTransformed()
719 const GraphicsContext& rFrameGC = m_rProcessor.getGraphicsContext( pFrame->GCId ); in optimizeTextElements()
745 const GraphicsContext& rCurGC = m_rProcessor.getGraphicsContext( pCur->GCId ); in optimizeTextElements()
746 const GraphicsContext& rNextGC = m_rProcessor.getGraphicsContext( pNext->GCId ); in optimizeTextElements()
805 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext(elem.GCId ); in visit()
904 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext( elem.GCId ); in visit()
H A Dpdfiprocessor.cxx97 GraphicsContext aDefGC; in PDFIProcessor()
140 GraphicsContext& rContext( getCurrentContext() ); in setLineDash()
182 GraphicsContext& rGC=getCurrentContext(); in setFont()
199 GraphicsContext& rGC=getCurrentContext(); in setTextRenderMode()
486 GraphicsContext& PDFIProcessor::getTransformGlyphContext( CharGlyph& rGlyph ) in getTransformGlyphContext()
515 GraphicsContext aGC, in drawCharGlyphs()
567 const GraphicsContext& rGC( getCurrentContext() ); in setupImage()
762 sal_Int32 PDFIProcessor::getGCId( const GraphicsContext& rGC ) in getGCId()
779 const GraphicsContext& PDFIProcessor::getGraphicsContext( sal_Int32 nGCId ) const in getGraphicsContext()
H A Dwritertreevisiting.cxx147 const GraphicsContext& rGC = in fillFrameProps()
386 const GraphicsContext& rNextGC = in visit()
388 const GraphicsContext& rThisGC = in visit()
398 GraphicsContext aGC = rThisGC; in visit()
738 const GraphicsContext& rFrameGC = m_rProcessor.getGraphicsContext( pFrame->GCId ); in optimizeTextElements()
751 const GraphicsContext& rCurGC = m_rProcessor.getGraphicsContext( pCur->GCId ); in optimizeTextElements()
752 const GraphicsContext& rNextGC = m_rProcessor.getGraphicsContext( pNext->GCId ); in optimizeTextElements()
845 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext(elem.GCId ); in visit()
939 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext( elem.GCId ); in visit()
H A Dgenericelements.cxx439 const GraphicsContext& rTextGC = rProc.getGraphicsContext( pText->GCId ); in resolveUnderlines()
/aoo4110/main/sdext/source/pdfimport/test/
H A Dtests.cxx125 GraphicsContext& getCurrentContext() { return m_aGCStack.back(); } in getCurrentContext()
170 GraphicsContext& rContext( getCurrentContext() ); in setLineDash()
232 GraphicsContext& rContext( getCurrentContext() ); in strokePath()
293 GraphicsContext& rContext( getCurrentContext() ); in fillPath()
312 GraphicsContext& rContext( getCurrentContext() ); in eoFillPath()
446 typedef std::hash_map<sal_Int32,GraphicsContext> IdToGCMap;
447 typedef std::hash_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
449 typedef std::vector<GraphicsContext> GraphicsContextStack;
/aoo4110/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx92 struct GraphicsContext struct
108 GraphicsContext() : in GraphicsContext() argument
124 bool operator==(const GraphicsContext& rRight ) const in operator ==() argument
154 size_t operator()(const GraphicsContext& rGC ) const in operator ()()

Completed in 56 milliseconds