Lines Matching refs:mpMetaFile
250 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
262 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
276 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
335 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
348 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
361 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
373 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
385 mpMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawLinearGradient()
529 mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
585 mpMetaFile->AddAction( new MetaPolyPolygonAction( *pPolyPoly ) ); in ImplDrawComplexGradient()
597 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
605 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
632 mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
633 mpMetaFile->AddAction( new MetaPolygonAction( rPoly ) ); in ImplDrawComplexGradient()
712 if( mpMetaFile ) in DrawGradient()
713 mpMetaFile->AddAction( new MetaGradientAction( rRect, aGradient ) ); in DrawGradient()
824 if( mpMetaFile ) in DrawGradient()
828 mpMetaFile->AddAction( new MetaCommentAction( "XGRAD_SEQ_BEGIN" ) ); in DrawGradient()
829 mpMetaFile->AddAction( new MetaGradientExAction( rPolyPoly, rGradient ) ); in DrawGradient()
855 mpMetaFile->AddAction( new MetaCommentAction( "XGRAD_SEQ_END" ) ); in DrawGradient()
1017 GDIMetaFile* pOldMtf = mpMetaFile; in AddGradientActions()
1019 mpMetaFile = &rMtf; in AddGradientActions()
1020 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddGradientActions()
1021 mpMetaFile->AddAction( new MetaISectRectClipRegionAction( aRect ) ); in AddGradientActions()
1022 mpMetaFile->AddAction( new MetaLineColorAction( Color(), sal_False ) ); in AddGradientActions()
1040 mpMetaFile->AddAction( new MetaPopAction() ); in AddGradientActions()
1041 mpMetaFile = pOldMtf; in AddGradientActions()
1084 if( mpMetaFile ) in DrawHatch()
1085 mpMetaFile->AddAction( new MetaHatchAction( rPolyPoly, aHatch ) ); in DrawHatch()
1102 GDIMetaFile* pOldMetaFile = mpMetaFile; in DrawHatch()
1108 mpMetaFile = NULL; in DrawHatch()
1116 mpMetaFile = pOldMetaFile; in DrawHatch()
1135 GDIMetaFile* pOldMtf = mpMetaFile; in AddHatchActions()
1137 mpMetaFile = &rMtf; in AddHatchActions()
1138 mpMetaFile->AddAction( new MetaPushAction( PUSH_ALL ) ); in AddHatchActions()
1139 mpMetaFile->AddAction( new MetaLineColorAction( rHatch.GetColor(), sal_True ) ); in AddHatchActions()
1141 mpMetaFile->AddAction( new MetaPopAction() ); in AddHatchActions()
1142 mpMetaFile = pOldMtf; in AddHatchActions()
1401 mpMetaFile->AddAction( new MetaLineAction( pPtBuffer[ i ], pPtBuffer[ i + 1 ] ) ); in ImplDrawHatchLine()