Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx90 sal_Int32 getGCId( const GraphicsContext& rGC );
91 const GraphicsContext& getGraphicsContext( sal_Int32 nGCId ) const;
92 GraphicsContext& getCurrentContext() { return m_aGCStack.back(); } in getCurrentContext()
93 const GraphicsContext& getCurrentContext() const { return m_aGCStack.back(); } in getCurrentContext()
127 const GraphicsContext aGC,
133 GraphicsContext& getTransformGlyphContext( CharGlyph& rGlyph );
209 typedef std::hash_map<sal_Int32,GraphicsContext> IdToGCMap;
212 typedef std::vector<GraphicsContext> GraphicsContextStack;
228 GraphicsContext m_prev_aGC;
260 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()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx123 GraphicsContext& getCurrentContext() { return m_aGCStack.back(); } in getCurrentContext()
168 GraphicsContext& rContext( getCurrentContext() ); in setLineDash()
230 GraphicsContext& rContext( getCurrentContext() ); in strokePath()
278 GraphicsContext& rContext( getCurrentContext() ); in fillPath()
293 GraphicsContext& rContext( getCurrentContext() ); in eoFillPath()
401 typedef std::hash_map<sal_Int32,GraphicsContext> IdToGCMap;
402 typedef std::hash_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
404 typedef std::vector<GraphicsContext> GraphicsContextStack;
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx94 struct GraphicsContext struct
110 GraphicsContext() : in GraphicsContext() argument
126 bool operator==(const GraphicsContext& rRight ) const in operator ==() argument
156 size_t operator()(const GraphicsContext& rGC ) const in operator ()()

Completed in 168 milliseconds