Searched refs:m_aGraphicsStack (Results 1 – 2 of 2) sorted by relevance
781 std::list< GraphicsState > m_aGraphicsStack; member in vcl::PDFWriterImpl1124 const MapMode& getMapMode() { return m_aGraphicsStack.front().m_aMapMode; } in getMapMode()1128 …m_aGraphicsStack.front().m_aLineColor = ImplIsColorTransparent(rColor) ? Color( COL_TRANSPARENT ) … in setLineColor()1129 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateLineColor; in setLineColor()1134 …m_aGraphicsStack.front().m_aFillColor = ImplIsColorTransparent(rColor) ? Color( COL_TRANSPARENT ) … in setFillColor()1135 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFillColor; in setFillColor()1140 m_aGraphicsStack.front().m_aTextLineColor = Color( COL_TRANSPARENT ); in setTextLineColor()1141 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateTextLineColor; in setTextLineColor()1146 m_aGraphicsStack.front().m_aTextLineColor = rColor; in setTextLineColor()1147 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateTextLineColor; in setTextLineColor()[all …]
1392 Point aPoint( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendPoint()1399 Point aPoint( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendPoint()1444 Point aLL = lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in convertRect()1449 Size aSize = lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in convertRect()1506 basegfx::B2DPolygon aPoly( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendPolygon()1602 Size aSize( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendMappedLength()1615 Size aSize( lcl_convert( m_pWriter->m_aGraphicsStack.front().m_aMapMode, in appendMappedLength()1785 m_aGraphicsStack.push_front( aState ); in PDFWriterImpl()2496 m_aGraphicsStack.clear(); in endPage()2497 m_aGraphicsStack.push_back( GraphicsState() ); in endPage()[all …]