Lines Matching refs:GraphicsState

702     struct GraphicsState  struct in vcl::PDFWriterImpl
731 GraphicsState() : in GraphicsState() argument
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()
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()
1153 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateOverlineColor; in setOverlineColor()
1159 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateOverlineColor; in setOverlineColor()
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()
1184 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateClipRegion; in clearClipRegion()
1198 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateLayoutMode; in setLayoutMode()
1204 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateDigitLanguage; in setDigitLanguage()
1210 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont; in setTextAlign()
1216 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateAntiAlias; in setAntiAlias()