Home
last modified time | relevance | path

Searched refs:maPrefMapMode (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx239 const MapMode aMap( maPrefMapMode ); in ImplConvolute3()
244 maPrefMapMode = aMap; in ImplConvolute3()
370 const MapMode aMap( maPrefMapMode ); in ImplMedianFilter()
375 maPrefMapMode = aMap; in ImplMedianFilter()
497 const MapMode aMap( maPrefMapMode ); in ImplSobelGrey()
502 maPrefMapMode = aMap; in ImplSobelGrey()
611 const MapMode aMap( maPrefMapMode ); in ImplEmbossGrey()
616 maPrefMapMode = aMap; in ImplEmbossGrey()
749 const MapMode aMap( maPrefMapMode ); in ImplSepia()
754 maPrefMapMode = aMap; in ImplSepia()
[all …]
H A Dbitmap3.cxx423 const MapMode aMap( maPrefMapMode ); in ImplMakeMono()
428 maPrefMapMode = aMap; in ImplMakeMono()
500 const MapMode aMap( maPrefMapMode ); in ImplMakeMonoDither()
505 maPrefMapMode = aMap; in ImplMakeMonoDither()
608 const MapMode aMap( maPrefMapMode ); in ImplMakeGreyscales()
613 maPrefMapMode = aMap; in ImplMakeGreyscales()
690 const MapMode aMap( maPrefMapMode ); in ImplConvertUp()
695 maPrefMapMode = aMap; in ImplConvertUp()
816 const MapMode aMap( maPrefMapMode ); in ImplConvertDown()
821 maPrefMapMode = aMap; in ImplConvertDown()
[all …]
H A Dbitmap.cxx66 maPrefMapMode ( rBitmap.maPrefMapMode ), in Bitmap()
81 maPrefMapMode = MapMode( MAP_PIXEL ); in Bitmap()
252 maPrefMapMode = rBitmap.maPrefMapMode; in operator =()
277 maPrefMapMode = MapMode(); in SetEmpty()
457 const MapMode aOldMapMode( maPrefMapMode ); in ImplAssignWithSize()
471 maPrefMapMode = aOldMapMode; in ImplAssignWithSize()
1369 aNewBmp.maPrefMapMode = maPrefMapMode; in CreateMask()
1594 const MapMode aMap( maPrefMapMode ); in Replace()
1599 maPrefMapMode = aMap; in Replace()
H A Dgfxlink.cxx213 return mpImpData->maPrefMapMode; in GetPrefMapMode()
220 mpImpData->maPrefMapMode = rPrefMapMode; in SetPrefMapMode()
H A Dimpgraph.cxx392 maSwapInfo.maPrefMapMode = ImplGetPrefMapMode(); in ImplClearGraphics()
829 aMapMode = maSwapInfo.maPrefMapMode; in ImplGetPrefMapMode()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx386 MapMode maPrefMapMode; member in Bitmap
926 return maPrefMapMode; in GetPrefMapMode()
933 maPrefMapMode = rMapMode; in SetPrefMapMode()
H A Dgfxlink.hxx78 MapMode maPrefMapMode; member
84 maPrefMapMode(), in ImpGfxLink()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx200 MapMode maPrefMapMode; member in GraphicObject
401 const MapMode& GetPrefMapMode() const { return maPrefMapMode; } in GetPrefMapMode()
/trunk/main/vcl/inc/
H A Dimpgraph.hxx41 MapMode maPrefMapMode; member
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1052 MapMode maPrefMapMode; member in EscherBlibEntry
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx206 maPrefMapMode = maGraphic.GetPrefMapMode(); in ImplAssignGraphicData()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4105 maPrefMapMode ( rObject.GetPrefMapMode() ), in EscherBlibEntry()
4342 rPrefMapMode = pEntry->maPrefMapMode; in GetPrefSize()
4565 … Size aPrefSize(lcl_SizeToEmu(p_EscherBlibEntry->maPrefSize, p_EscherBlibEntry->maPrefMapMode)); in GetBlibID()