Lines Matching refs:m_aGraphicsStack

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()
2509 m_aCurrentPDFState = m_aGraphicsStack.front(); in endPage()
2510 m_aGraphicsStack.front().m_aFont = aFont; in endPage()
5061 Size aFontSize = lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createDefaultListBoxAppearance()
7937 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawLine()
7954 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawLine()
7995 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawWaveLine()
8450 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawPolygon()
8451 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawPolygon()
8457 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawPolygon()
8458 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawPolygon()
8460 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawPolygon()
8474 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawPolyPolygon()
8475 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawPolyPolygon()
8482 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawPolyPolygon()
8483 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawPolyPolygon()
8485 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawPolyPolygon()
8502 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawTransparent()
8503 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawTransparent()
8604 lcl_convert( m_aGraphicsStack.front().m_aMapMode, in beginRedirect()
8639 m_aCurrentPDFState.m_bClipRegion = m_aGraphicsStack.front().m_bClipRegion; in endRedirect()
8640 m_aCurrentPDFState.m_aClipRegion = m_aGraphicsStack.front().m_aClipRegion; in endRedirect()
8744 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawRectangle()
8745 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawRectangle()
8751 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawRectangle()
8752 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawRectangle()
8754 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawRectangle()
8771 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawRectangle()
8772 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawRectangle()
8842 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawRectangle()
8843 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawRectangle()
8845 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawRectangle()
8859 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawEllipse()
8860 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawEllipse()
8912 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawEllipse()
8913 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawEllipse()
8915 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawEllipse()
8945 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && in drawArc()
8946 m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) ) in drawArc()
9005 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) && in drawArc()
9006 m_aGraphicsStack.front().m_aFillColor != Color( COL_TRANSPARENT ) ) in drawArc()
9008 else if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawArc()
9026 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawPolyLine()
9042 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawPolyLine()
9141 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) ) in drawPolyLine()
9268 …Color aColor = ( rColor == Color( COL_TRANSPARENT ) ? m_aGraphicsStack.front().m_aLineColor : rCol… in drawPixel()
9275 Color aOldFillColor = m_aGraphicsStack.front().m_aFillColor; in drawPixel()
9298 if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) && ! pColors ) in drawPixel()
9306 appendNonStrokingColor( m_aGraphicsStack.front().m_aLineColor, aLine ); in drawPixel()
10175 Size aPtSize( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createGradient()
10232 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawGradient()
10243 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawGradient()
10284 if( m_aGraphicsStack.front().m_aLineColor != Color( COL_TRANSPARENT ) ) in drawGradient()
10458 Color aOldLineColor = m_aGraphicsStack.front().m_aLineColor; in drawWallpaper()
10459 Color aOldFillColor = m_aGraphicsStack.front().m_aFillColor; in drawWallpaper()
10491 …Size aScaling( lcl_convert( m_aGraphicsStack.front().m_aMapMode, m_aMapMode, getReferenceDevice(),… in endPattern()
10497 …aTranslation = lcl_convert( m_aGraphicsStack.front().m_aMapMode, m_aMapMode, getReferenceDevice(),… in endPattern()
10548 …gicPgSz = getReferenceDevice()->PixelToLogic( Size( nPgWd, nPgHt ), m_aGraphicsStack.front().m_aMa… in drawPolyPolygon()
10603 GraphicsState& rNewState = m_aGraphicsStack.front(); in updateGraphicsState()
10695 m_aCurrentPDFState = m_aGraphicsStack.front(); in updateGraphicsState()
10708 aColor = m_aGraphicsStack.front().m_aFont.GetColor(); in setFont()
10709 m_aGraphicsStack.front().m_aFont = rFont; in setFont()
10710 m_aGraphicsStack.front().m_aFont.SetColor( aColor ); in setFont()
10711 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateFont; in setFont()
10716 OSL_ENSURE( m_aGraphicsStack.size() > 0, "invalid graphics stack" ); in push()
10717 m_aGraphicsStack.push_front( m_aGraphicsStack.front() ); in push()
10718 m_aGraphicsStack.front().m_nFlags = nFlags; in push()
10723 OSL_ENSURE( m_aGraphicsStack.size() > 1, "pop without push" ); in pop()
10724 if( m_aGraphicsStack.size() < 2 ) in pop()
10727 GraphicsState aState = m_aGraphicsStack.front(); in pop()
10728 m_aGraphicsStack.pop_front(); in pop()
10729 GraphicsState& rOld = m_aGraphicsStack.front(); in pop()
10763 m_aGraphicsStack.front().m_nUpdateFlags = sal::static_int_cast<sal_uInt16>(~0U); in pop()
10768 m_aGraphicsStack.front().m_aMapMode = rMapMode; in setMapMode()
10775 …basegfx::B2DPolyPolygon aRegion = getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.fr… in setClipRegion()
10777 m_aGraphicsStack.front().m_aClipRegion = aRegion; in setClipRegion()
10778 m_aGraphicsStack.front().m_bClipRegion = true; in setClipRegion()
10779 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateClipRegion; in setClipRegion()
10784 if( m_aGraphicsStack.front().m_bClipRegion && m_aGraphicsStack.front().m_aClipRegion.count() ) in moveClipRegion()
10786 Point aPoint( lcl_convert( m_aGraphicsStack.front().m_aMapMode, in moveClipRegion()
10790 aPoint -= lcl_convert( m_aGraphicsStack.front().m_aMapMode, in moveClipRegion()
10796 m_aGraphicsStack.front().m_aClipRegion.transform( aMat ); in moveClipRegion()
10797 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateClipRegion; in moveClipRegion()
10811 …basegfx::B2DPolyPolygon aRegion( getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.fro… in intersectClipRegion()
10813 m_aGraphicsStack.front().m_nUpdateFlags |= GraphicsState::updateClipRegion; in intersectClipRegion()
10814 if( m_aGraphicsStack.front().m_bClipRegion ) in intersectClipRegion()
10816 …basegfx::B2DPolyPolygon aOld( basegfx::tools::prepareForPolygonOperation( m_aGraphicsStack.front()… in intersectClipRegion()
10818m_aGraphicsStack.front().m_aClipRegion = basegfx::tools::solvePolygonOperationAnd( aOld, aRegion ); in intersectClipRegion()
10822 m_aGraphicsStack.front().m_aClipRegion = aRegion; in intersectClipRegion()
10823 m_aGraphicsStack.front().m_bClipRegion = true; in intersectClipRegion()
12124 m_aGraphicsStack.front().m_aMapMode, in beginControlAppearance()