Home
last modified time | relevance | path

Searched refs:MetaRasterOpAction (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx226 case( META_RASTEROP_ACTION ): pAction = new MetaRasterOpAction; break; in ReadMetaAction()
3666 MetaRasterOpAction::MetaRasterOpAction( RasterOp eRasterOp ) : in IMPL_META_ACTION()
3674 void MetaRasterOpAction::Execute( OutputDevice* pOut ) in Execute()
3681 MetaAction* MetaRasterOpAction::Clone() in Clone()
3683 MetaAction* pClone = (MetaAction*) new MetaRasterOpAction( *this ); in Clone()
3690 sal_Bool MetaRasterOpAction::Compare( const MetaAction& rMetaAction ) const in Compare()
3692 return meRasterOp == ((MetaRasterOpAction&)rMetaAction).meRasterOp; in Compare()
3697 void MetaRasterOpAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
3705 void MetaRasterOpAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()
H A Dcvtsvm.cxx777 rMtf.AddAction( new MetaRasterOpAction( ROP_INVERT ) ); in ImplConvertFromSVM1()
1148 rMtf.AddAction( new MetaRasterOpAction( eRasterOp ) ); in ImplConvertFromSVM1()
2127 MetaRasterOpAction* pAct = (MetaRasterOpAction*) pAction; in ImplWriteActions()
H A Doutdev.cxx1220 mpMetaFile->AddAction( new MetaRasterOpAction( eRasterOp ) ); in SetRasterOp()
H A Dgdimtf.cxx759 AddAction( new MetaRasterOpAction( pOutDev->GetRasterOp() ) ); in SaveStatus()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx119 void DoAction(MetaRasterOpAction & rAct) { rAct.Execute(&maVD); } in DoAction()
H A Dsvdfmtf.cxx179 case META_RASTEROP_ACTION : DoAction((MetaRasterOpAction &)*pAct); break; in DoLoopActions()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1352 class VCL_DLLPUBLIC MetaRasterOpAction : public MetaAction class
1363 explicit MetaRasterOpAction( RasterOp eRasterOp );
/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx94 static_cast<MetaRasterOpAction*>(pCurrAct)->GetRasterOp() ) in hasUnsupportedActions()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1102 mpGDIMetaFile->AddAction( new MetaRasterOpAction( meRasterOp ) ); in SetRasterOp()
2212 mpGDIMetaFile->AddAction( new MetaRasterOpAction( meRasterOp ) ); in Pop()
H A Dwmfwr.cxx1711 const MetaRasterOpAction* pA = (const MetaRasterOpAction*) pMA; in WriteRecords()
H A Demfwr.cxx1374 ImplWriteRasterOp( ( (MetaRasterOpAction*) pAction )->GetRasterOp() ); in ImplWrite()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx2102 const MetaRasterOpAction* pA = (const MetaRasterOpAction*) pMA; in WriteOpcodes()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2836 const MetaRasterOpAction* pA = (const MetaRasterOpAction*)pAction; in interpretMetafile()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2287 eGDIRasterOp = ( (const MetaRasterOpAction*) pMA )->GetRasterOp(); in WriteOrders()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx907 if( ((MetaRasterOpAction*)pAct)->GetRasterOp() == ROP_OVERPAINT ) in ImplCreateOutput()

Completed in 177 milliseconds