/aoo41x/main/svtools/source/filter/wmf/ |
H A D | wmfwr.hxx | 49 RasterOp eRasterOp; 91 RasterOp eSrcRasterOp; 106 RasterOp eDstROP2; 184 void WMFRecord_SetROP2(RasterOp eROP);
|
H A D | winmtf.hxx | 460 RasterOp eRasterOp; 556 RasterOp meLatestRasterOp; 557 RasterOp meRasterOp;
|
H A D | emfwr.hxx | 75 void ImplWriteRasterOp( RasterOp eRop );
|
H A D | emfwr.cxx | 519 void EMFWriter::ImplWriteRasterOp( RasterOp eRop ) in ImplWriteRasterOp()
|
H A D | wmfwr.cxx | 865 void WMFWriter::WMFRecord_SetROP2(RasterOp eROP) in WMFRecord_SetROP2()
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 226 RasterOp eMix; 227 RasterOp eBgMix; 271 RasterOp eLinMix; 272 RasterOp eLinBgMix; 275 RasterOp eChrMix; 276 RasterOp eChrBgMix; 279 RasterOp eMrkMix; 280 RasterOp eMrkBgMix; 283 RasterOp ePatMix; 287 RasterOp eImgMix; [all …]
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 57 RasterOp eRasterOp; 86 RasterOp eSrcRasterOp; 96 RasterOp eDstTxMode; sal_Bool bDstTxModeValid; 98 RasterOp eDstPnMode; sal_Bool bDstPnModeValid; 139 void WriteOpcode_TxMode(RasterOp eMode); 141 void WriteOpcode_PnMode(RasterOp eMode); 492 void PictWriter::WriteOpcode_TxMode(RasterOp eMode) in WriteOpcode_TxMode() 520 void PictWriter::WriteOpcode_PnMode(RasterOp eMode) in WriteOpcode_PnMode()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1356 RasterOp meRasterOp; 1361 DECL_META_ACTION( RasterOp, META_RASTEROP_ACTION ) 1363 explicit MetaRasterOpAction( RasterOp eRasterOp ); 1365 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
|
H A D | outdev.hxx | 352 RasterOp meRasterOp; 902 void SetRasterOp( RasterOp eRasterOp ); 903 RasterOp GetRasterOp() const { return meRasterOp; } in GetRasterOp()
|
H A D | vclenum.hxx | 136 enum RasterOp { ROP_OVERPAINT, ROP_XOR, ROP_0, ROP_1, ROP_INVERT }; enum
|
/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 120 RasterOp eRasterOp; 140 RasterOp eGDIRasterOp; 148 RasterOp eMETMix ; 226 void METSetMix(RasterOp eROP); 1412 void METWriter::METSetMix(RasterOp eROP) in METSetMix()
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 70 [attribute] RasterOperation RasterOp; 93 LineColor, FillColor, RasterOp, ClipRegion).
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 98 RasterOp maRasterOp; 188 const RasterOp& getRasterOp() const { return maRasterOp; } in getRasterOp() 189 …void setRasterOp(const RasterOp& rRasterOp) { if(rRasterOp != maRasterOp) maRasterOp = rRasterOp; } in setRasterOp() 1042 RasterOp aRasterOp, in HandleNewRasterOp() 2832 const RasterOp aRasterOp = pA->GetRasterOp(); in interpretMetafile()
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 69 RasterOp meRasterOp;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 513 RasterOp aROp = pGridWin[i]->GetRasterOp(); in DrawMarkRect()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 263 meRasterOp = (RasterOp)eROP; in setRasterOp()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev.cxx | 119 RasterOp meRasterOp; 1214 void OutputDevice::SetRasterOp( RasterOp eRasterOp ) in SetRasterOp()
|
H A D | metaact.cxx | 3662 IMPL_META_ACTION( RasterOp, META_RASTEROP_ACTION ) in IMPL_META_ACTION() argument 3666 MetaRasterOpAction::MetaRasterOpAction( RasterOp eRasterOp ) : in IMPL_META_ACTION() 3710 rIStm >> nTmp16; meRasterOp = (RasterOp) nTmp16; in Read()
|
H A D | outdev2.cxx | 390 RasterOp eOldRop = GetRasterOp(); in CopyArea() 457 RasterOp eOldROP = GetRasterOp(); in ImplDrawFrameDev()
|
H A D | outdev6.cxx | 1171 RasterOp eRasterOp = GetRasterOp(); in Erase()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 193 RasterOp eOld( pWin->GetRasterOp() ); in Paint()
|
/aoo41x/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()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 1088 RasterOp eROP = GetRasterOp(); in DrawDrag()
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 168 RasterOp eActROP;
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 425 RasterOp eOldOp = pWindow->GetRasterOp(); in ImpPaintDDCursor()
|