Home
last modified time | relevance | path

Searched refs:eRasterOp (Results 1 – 12 of 12) sorted by path

/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx120 RasterOp eRasterOp; member
2259 pGS->eRasterOp=eGDIRasterOp; in WriteOrders()
2275 eGDIRasterOp=pGS->eRasterOp; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx57 RasterOp eRasterOp; member
2065 pAt->eRasterOp=eSrcRasterOp; in WriteOpcodes()
2082 eSrcRasterOp=pAt->eRasterOp; in WriteOpcodes()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx2152 pSave->eRasterOp = meRasterOp; in Push()
2194 meRasterOp = pSave->eRasterOp; in Pop()
H A Dwinmtf.hxx460 RasterOp eRasterOp; member
H A Dwmfwr.cxx1637 pAt->eRasterOp=eSrcRasterOp; in WriteRecords()
1665 eDstROP2 = pAt->eRasterOp; in WriteRecords()
1667 eSrcRasterOp = pAt->eRasterOp; in WriteRecords()
H A Dwmfwr.hxx49 RasterOp eRasterOp; member
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1363 explicit MetaRasterOpAction( RasterOp eRasterOp );
H A Doutdev.hxx902 void SetRasterOp( RasterOp eRasterOp );
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx1127 RasterOp eRasterOp; in ImplConvertFromSVM1() local
1135 eRasterOp = ROP_INVERT; in ImplConvertFromSVM1()
1140 eRasterOp = ROP_XOR; in ImplConvertFromSVM1()
1144 eRasterOp = ROP_OVERPAINT; in ImplConvertFromSVM1()
1148 rMtf.AddAction( new MetaRasterOpAction( eRasterOp ) ); in ImplConvertFromSVM1()
H A Dmetaact.cxx3666 MetaRasterOpAction::MetaRasterOpAction( RasterOp eRasterOp ) : in IMPL_META_ACTION()
3668 meRasterOp ( eRasterOp ) in IMPL_META_ACTION()
H A Doutdev.cxx1214 void OutputDevice::SetRasterOp( RasterOp eRasterOp ) in SetRasterOp() argument
1216 DBG_TRACE1( "OutputDevice::SetRasterOp( %d )", (int)eRasterOp ); in SetRasterOp()
1220 mpMetaFile->AddAction( new MetaRasterOpAction( eRasterOp ) ); in SetRasterOp()
1222 if ( meRasterOp != eRasterOp ) in SetRasterOp()
1224 meRasterOp = eRasterOp; in SetRasterOp()
1232 mpAlphaVDev->SetRasterOp( eRasterOp ); in SetRasterOp()
H A Doutdev6.cxx1171 RasterOp eRasterOp = GetRasterOp(); in Erase() local
1172 if ( eRasterOp != ROP_OVERPAINT ) in Erase()
1175 if ( eRasterOp != ROP_OVERPAINT ) in Erase()
1176 SetRasterOp( eRasterOp ); in Erase()

Completed in 100 milliseconds