Searched refs:GraphicsState (Results 1 – 2 of 2) sorted by relevance
702 struct GraphicsState struct in vcl::PDFWriterImpl731 GraphicsState() : in GraphicsState() argument744 GraphicsState( const GraphicsState& rState ) : in GraphicsState() function762 GraphicsState& operator=(const GraphicsState& rState ) in operator =() argument781 std::list< GraphicsState > m_aGraphicsStack;782 GraphicsState m_aCurrentPDFState;1129 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateLineColor; in setLineColor()1135 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFillColor; in setFillColor()1141 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateTextLineColor; in setTextLineColor()1147 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateTextLineColor; in setTextLineColor()[all …]
1782 GraphicsState aState; in PDFWriterImpl()2497 m_aGraphicsStack.push_back( GraphicsState() ); in endPage()10603 GraphicsState& rNewState = m_aGraphicsStack.front(); in updateGraphicsState()10606 if( (rNewState.m_nUpdateFlags & GraphicsState::updateClipRegion) ) in updateGraphicsState()10608 rNewState.m_nUpdateFlags &= ~GraphicsState::updateClipRegion; in updateGraphicsState()10617 m_aCurrentPDFState = GraphicsState(); in updateGraphicsState()10618 … rNewState.m_nUpdateFlags = sal::static_int_cast<sal_uInt16>(~GraphicsState::updateClipRegion); 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()[all …]