/trunk/main/vcl/source/gdi/ |
H A D | outdev.cxx | 1513 && ROP_OVERPAINT == GetRasterOp() in DrawLine() 1554 && ROP_OVERPAINT == GetRasterOp() in impPaintLineGeometryWithEvtlExpand() 1811 && ROP_OVERPAINT == GetRasterOp() in DrawPolyLine() 1984 && ROP_OVERPAINT == GetRasterOp() in DrawPolygon() 2080 && ROP_OVERPAINT == GetRasterOp() in DrawPolyPolygon() 2209 && ROP_OVERPAINT == GetRasterOp() in ImpDrawPolyPolygonWithB2DPolyPolygon() 2327 && ROP_OVERPAINT == GetRasterOp() in TryDrawPolyLineDirect() 2396 && ROP_OVERPAINT == GetRasterOp() in DrawPolyLine() 2537 pData->meRasterOp = GetRasterOp(); in Push()
|
H A D | cvtsvm.cxx | 2129 if( ( pAct->GetRasterOp() != ROP_0 ) && ( pAct->GetRasterOp() != ROP_1 ) ) in ImplWriteActions() 2143 switch( pAct->GetRasterOp() ) in ImplWriteActions() 2159 if( pAct->GetRasterOp() == ROP_0 ) in ImplWriteActions()
|
H A D | outdev6.cxx | 183 && ROP_OVERPAINT == GetRasterOp() ) in DrawTransparent() 1171 RasterOp eRasterOp = GetRasterOp(); in Erase()
|
H A D | outdev2.cxx | 390 RasterOp eOldRop = GetRasterOp(); in CopyArea() 457 RasterOp eOldROP = GetRasterOp(); in ImplDrawFrameDev()
|
H A D | gdimtf.cxx | 759 AddAction( new MetaRasterOpAction( pOutDev->GetRasterOp() ) ); in SaveStatus()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 751 …(*mpStm) << (sal_uInt32) 0 << ( ( ROP_XOR == maVDev.GetRasterOp() && WIN_SRCCOPY == nROP ) ? WIN_S… in ImplWriteBmpRecord() 1366 ImplWriteRasterOp( maVDev.GetRasterOp() ); in ImplWrite() 1374 ImplWriteRasterOp( ( (MetaRasterOpAction*) pAction )->GetRasterOp() ); in ImplWrite()
|
H A D | wmfwr.cxx | 1712 eSrcRasterOp=pA->GetRasterOp(); in WriteRecords()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 94 static_cast<MetaRasterOpAction*>(pCurrAct)->GetRasterOp() ) in hasUnsupportedActions()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 513 RasterOp aROp = pGridWin[i]->GetRasterOp(); in DrawMarkRect()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 113 meRasterOp = mpOutputDevice->GetRasterOp(); /* ROP_OVERPAINT */ in initAttrs()
|
/trunk/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 193 RasterOp eOld( pWin->GetRasterOp() ); in Paint()
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1365 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp() function in MetaRasterOpAction
|
H A D | outdev.hxx | 903 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp() function in OutputDevice
|
/trunk/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 189 const RasterOp eRop(rOut.GetRasterOp()); in PaintMacro() 1873 const RasterOp eRop(rOut.GetRasterOp()); in PaintMacro()
|
/trunk/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 1088 RasterOp eROP = GetRasterOp(); in DrawDrag()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 425 RasterOp eOldOp = pWindow->GetRasterOp(); in ImpPaintDDCursor()
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2287 eGDIRasterOp = ( (const MetaRasterOpAction*) pMA )->GetRasterOp(); in WriteOrders()
|
/trunk/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2103 eSrcRasterOp=pA->GetRasterOp(); in WriteOpcodes()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 907 if( ((MetaRasterOpAction*)pAct)->GetRasterOp() == ROP_OVERPAINT ) in ImplCreateOutput()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2837 const RasterOp aRasterOp = pA->GetRasterOp(); in interpretMetafile()
|
/trunk/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 698 if (pVirDev->GetRasterOp()!=eROP) pVirDev->SetRasterOp(eROP); in SetRasterOp()
|
/trunk/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 3095 RasterOp eOldOp = pView->GetRasterOp(); in PaintDDCursor()
|
H A D | svimpicn.cxx | 3895 RasterOp eOldOp = pView->GetRasterOp(); in ImpDrawXORRect()
|
/trunk/main/automation/source/server/ |
H A D | statemnt.cxx | 1449 RasterOp aROp = WinPtr->GetRasterOp(); \ in DisplayHID()
|
/trunk/main/vcl/source/window/ |
H A D | window.cxx | 9975 SetRasterOp( GetRasterOp() ); in ImplPaintToDevice()
|