Lines Matching refs:maSize

222 	maSize = Size( nItemWidth, nItemHeight );  in Create()
240 maSize = Size( nItemWidth, nItemHeight ); in Create()
254 const sal_uLong nDX = nGrowSize * maSize.Width(); in Expand()
286 const Point aSrcPos( nSrcPos * maSize.Width(), 0L ), aPos( nPos * maSize.Width(), 0L ); in Replace()
287 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
288 const Rectangle aDstRect( aPos, maSize ); in Replace()
305 const Point aSrcPos( nSrcPos * maSize.Width(), 0L ), aPos( nPos * maSize.Width(), 0L ); in Replace()
306 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
307 const Rectangle aDstRect( aPos, maSize ); in Replace()
322 const Point aNullPos, aPos( nPos * maSize.Width(), 0L ); in Replace()
323 const Rectangle aSrcRect( aNullPos, maSize ); in Replace()
324 const Rectangle aDstRect( aPos, maSize ); in Replace()
358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx()
365 AlphaMask aAlpha( Size( nPosCount * maSize.Width(), maSize.Height() ) ); in GetBitmapEx()
373 const Point aSrcPos( pPosAry[ i ] * maSize.Width(), 0L ); in GetBitmapEx()
374 const Point aPos( i * maSize.Width(), 0L ); in GetBitmapEx()
375 const Rectangle aSrcRect( aSrcPos, maSize ); in GetBitmapEx()
376 const Rectangle aDstRect( aPos, maSize ); in GetBitmapEx()
392 const Point aSrcPos( nPos * maSize.Width(), 0 ); in Draw()
395 aOutSize = ( pSize ? *pSize : pOutDev->PixelToLogic( maSize ) ); in Draw()
400 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, maDisabledBmpEx ); in Draw()
409 const Rectangle aCropRect( aSrcPos, maSize ); in Draw()
545 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, *pOutputBmp ); in Draw()
607 const Point aPos( ( nPos < 0 ) ? 0 : ( nPos * maSize.Width() ), 0 ); in ImplUpdateDisabledBmpEx()
608 …const int nLeft = aPos.X(), nRight = nLeft + ( ( nPos < 0 ) ? aTotalSize.Width() : maSize.Width()… in ImplUpdateDisabledBmpEx()
609 const int nTop = aPos.Y(), nBottom = nTop + maSize.Height(); in ImplUpdateDisabledBmpEx()