Home
last modified time | relevance | path

Searched refs:GraphicsState (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx702 struct GraphicsState struct in vcl::PDFWriterImpl
731 GraphicsState() : in GraphicsState() function
744 GraphicsState( const GraphicsState& rState ) : in GraphicsState() function
762 GraphicsState& operator=(const GraphicsState& rState ) in operator =() argument
781 std::list< GraphicsState > m_aGraphicsStack;
782 GraphicsState m_aCurrentPDFState;
1129 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateLineColor; in setLineColor()
1166 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont; in setTextFillColor()
1172 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont; in setTextFillColor()
1177 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont; in setTextColor()
[all …]
H A Dpdfwriter_impl.cxx1782 GraphicsState aState; in PDFWriterImpl()
2497 m_aGraphicsStack.push_back( GraphicsState() ); in endPage()
10603 GraphicsState& rNewState = m_aGraphicsStack.front(); in updateGraphicsState()
10617 m_aCurrentPDFState = GraphicsState(); in updateGraphicsState()
10638 if( (rNewState.m_nUpdateFlags & GraphicsState::updateMapMode) ) in updateGraphicsState()
10640 rNewState.m_nUpdateFlags &= ~GraphicsState::updateMapMode; in updateGraphicsState()
10644 if( (rNewState.m_nUpdateFlags & GraphicsState::updateFont) ) in updateGraphicsState()
10646 rNewState.m_nUpdateFlags &= ~GraphicsState::updateFont; in updateGraphicsState()
10665 rNewState.m_nUpdateFlags &= ~GraphicsState::updateLineColor; in updateGraphicsState()
10727 GraphicsState aState = m_aGraphicsStack.front(); in pop()
[all …]

Completed in 68 milliseconds