Lines Matching refs:mpGraphics
92 mpGraphics->DrawPolygon( nPoints, pPtAry, this ); in DBG_NAMEEX()
118 mpGraphics->DrawPolygon( nSize, pPtAry, this ); in ImplDrawPolyPolygon()
143 mpGraphics->DrawPolygon( *pPointAry, *pPointAryAry, this ); in ImplDrawPolyPolygon()
145 mpGraphics->DrawPolyPolygon( nCount, pPointAry, pPointAryAry, this ); in ImplDrawPolyPolygon()
252 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
337 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
375 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
531 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
599 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
607 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
637 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
737 if ( !mpGraphics ) in DrawGradient()
751 mpGraphics->SetLineColor(); in DrawGradient()
792 if( !mpGraphics ) in DrawGradient()
903 if( !mpGraphics && !ImplGetGraphics() ) in DrawGradient()
916 mpGraphics->SetLineColor(); in DrawGradient()
1090 if( !mpGraphics && !ImplGetGraphics() ) in DrawHatch()
1415 mpGraphics->DrawLine( aPt1.X(), aPt1.Y(), aPt2.X(), aPt2.Y(), this ); in ImplDrawHatchLine()