Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx166 Size maImageSize; member in sd::ImageButtonHdl
176 , maImageSize( 42, 42 ) in ImageButtonHdl()
216 nHighlightId += aMDPos.X() > maImageSize.Width() ? 1 : 0; in onMouseEnter()
217 nHighlightId += aMDPos.Y() > maImageSize.Height() ? 2 : 0; in onMouseEnter()
231 Rectangle aScreenRect( pDev->LogicToPixel( GetPos() ), maImageSize ); in onMouseEnter()
259 maImageSize = aBitmapEx.GetSizePixel(); in CreateB2dIAObject()
260 maImageSize.Width() >>= 1; in CreateB2dIAObject()
261 maImageSize.Height() >>= 1; in CreateB2dIAObject()
/trunk/main/vcl/source/gdi/
H A Dimage.cxx525 mpImplData->maImageSize = rSize; in ImplInit()
574 Size aSize( mpImplData->maImageSize ); in GetAsHorizontalStrip()
598 Rectangle aSrcRect( Point( 0, 0 ), mpImplData->maImageSize ); in GetAsHorizontalStrip()
601 Rectangle aDestRect( Point( nIdx * mpImplData->maImageSize.Width(), 0 ), in GetAsHorizontalStrip()
602 mpImplData->maImageSize ); in GetAsHorizontalStrip()
681 …DBG_ASSERT( !mpImplData || (rImage.GetSizePixel() == mpImplData->maImageSize), "ImageList::AddImag… in AddImage()
970 aRet = mpImplData->maImageSize; in GetImageSize()
977 aRet = mpImplData->maImageSize = aTmp.GetSizePixel(); in GetImageSize()
1018 rImageList.mpImplData->maImageSize == mpImplData->maImageSize ) in operator ==()
H A Dimpimage.cxx98 maImageSize( aSrc.maImageSize ), in ImplImageList()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.cxx183 Size maImageSize; member in sd::slidesorter::cache::PngCompression::PngReplacement
187 maImageSize(0,0) in PngReplacement()
209 pResult->maImageSize = rBitmap.GetSizePixel(); in Compress()
/trunk/main/vcl/inc/
H A Dimage.h116 Size maImageSize; member

Completed in 35 milliseconds