Searched refs:m_aCurrentPDFState (Results 1 – 2 of 2) sorted by relevance
2509 m_aCurrentPDFState = m_aGraphicsStack.front(); in endPage()7058 FontRelief eRelief = m_aCurrentPDFState.m_aFont.GetRelief(); in drawRelief()7060 Color aTextColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawRelief()7061 Color aTextLineColor = m_aCurrentPDFState.m_aTextLineColor; in drawRelief()7062 Color aOverlineColor = m_aCurrentPDFState.m_aOverlineColor; in drawRelief()7073 Font aSetFont = m_aCurrentPDFState.m_aFont; in drawRelief()7103 Font aSaveFont = m_aCurrentPDFState.m_aFont; in drawShadow()7104 Color aSaveTextLineColor = m_aCurrentPDFState.m_aTextLineColor; in drawShadow()7105 Color aSaveOverlineColor = m_aCurrentPDFState.m_aOverlineColor; in drawShadow()7107 Font& rFont = m_aCurrentPDFState.m_aFont; in drawShadow()[all …]
782 GraphicsState m_aCurrentPDFState; member in vcl::PDFWriterImpl