Lines Matching refs:aBoundRect

590 …       Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) );  in ImplCalcActionBounds()  local
591 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
621 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds() local
622 aActionBounds = rOut.PixelToLogic( aBoundRect ); in ImplCalcActionBounds()
1171 Rectangle aBoundRect( aCurr->aBounds ); in RemoveTransparenciesFromMetaFile() local
1172 aBoundRect.Intersection( aOutputRect ); in RemoveTransparenciesFromMetaFile()
1174 const double fBmpArea( (double) aBoundRect.GetWidth() * aBoundRect.GetHeight() ); in RemoveTransparenciesFromMetaFile()
1188 if( aBoundRect.GetWidth() && aBoundRect.GetHeight() ) in RemoveTransparenciesFromMetaFile()
1190 Point aDstPtPix( aBoundRect.TopLeft() ); in RemoveTransparenciesFromMetaFile()
1204 while( aDstPtPix.Y() <= aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1206 aDstPtPix.X() = aBoundRect.Left(); in RemoveTransparenciesFromMetaFile()
1207 … aDstSzPix = bTiling ? Size( MAX_TILE_WIDTH, MAX_TILE_HEIGHT ) : aBoundRect.GetSize(); in RemoveTransparenciesFromMetaFile()
1209 if( ( aDstPtPix.Y() + aDstSzPix.Height() - 1L ) > aBoundRect.Bottom() ) in RemoveTransparenciesFromMetaFile()
1210 aDstSzPix.Height() = aBoundRect.Bottom() - aDstPtPix.Y() + 1L; in RemoveTransparenciesFromMetaFile()
1212 while( aDstPtPix.X() <= aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1214 … if( ( aDstPtPix.X() + aDstSzPix.Width() - 1L ) > aBoundRect.Right() ) in RemoveTransparenciesFromMetaFile()
1215 aDstSzPix.Width() = aBoundRect.Right() - aDstPtPix.X() + 1L; in RemoveTransparenciesFromMetaFile()
1217 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile()