Home
last modified time | relevance | path

Searched refs:m_aGraphicsStack (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1785 m_aGraphicsStack.push_front( aState ); in PDFWriterImpl()
2496 m_aGraphicsStack.clear(); in endPage()
2510 m_aGraphicsStack.front().m_aFont = aFont; in endPage()
10695 m_aCurrentPDFState = m_aGraphicsStack.front(); in updateGraphicsState()
10709 m_aGraphicsStack.front().m_aFont = rFont; in setFont()
10717 m_aGraphicsStack.push_front( m_aGraphicsStack.front() ); in push()
10718 m_aGraphicsStack.front().m_nFlags = nFlags; in push()
10724 if( m_aGraphicsStack.size() < 2 ) in pop()
10728 m_aGraphicsStack.pop_front(); in pop()
10784 if( m_aGraphicsStack.front().m_bClipRegion && m_aGraphicsStack.front().m_aClipRegion.count() ) in moveClipRegion()
[all …]
H A Dpdfwriter_impl.hxx781 std::list< GraphicsState > m_aGraphicsStack; member in vcl::PDFWriterImpl
1146 m_aGraphicsStack.front().m_aTextLineColor = rColor; in setTextLineColor()
1158 m_aGraphicsStack.front().m_aOverlineColor = rColor; in setOverlineColor()
1164 m_aGraphicsStack.front().m_aFont.SetFillColor( rColor ); in setTextFillColor()
1176 m_aGraphicsStack.front().m_aFont.SetColor( rColor ); in setTextColor()
1182 m_aGraphicsStack.front().m_aClipRegion.clear(); in clearClipRegion()
1183 m_aGraphicsStack.front().m_bClipRegion = false; in clearClipRegion()
1197 m_aGraphicsStack.front().m_nLayoutMode = nLayoutMode; in setLayoutMode()
1203 m_aGraphicsStack.front().m_aDigitLanguage = eLang; in setDigitLanguage()
1209 m_aGraphicsStack.front().m_aFont.SetAlign( eAlign ); in setTextAlign()
[all …]

Completed in 79 milliseconds