Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/ !
H A Dsvdhdl.cxx116 BitmapEx& rTargetBitmap = maRealMarkers[nIndex]; in impGetOrCreateTargetBitmap() local
118 if(rTargetBitmap.IsEmpty()) in impGetOrCreateTargetBitmap()
120 rTargetBitmap = maMarkersBitmap; in impGetOrCreateTargetBitmap()
121 rTargetBitmap.Crop(rRectangle); in impGetOrCreateTargetBitmap()
124 return rTargetBitmap; in impGetOrCreateTargetBitmap()